type golang.org/x/sys/unix.PtpPinDesc

4 uses

	golang.org/x/sys/unix (current package)
		ioctl_linux.go#L133: func IoctlPtpPinGetfunc(fd int, index uint) (*PtpPinDesc, error) {
		ioctl_linux.go#L134: 	value := PtpPinDesc{Index: uint32(index)}
		ioctl_linux.go#L141: func IoctlPtpPinSetfunc(fd int, pd *PtpPinDesc) error {
		ztypes_linux.go#L4239: 	PtpPinDesc struct {