Searched refs:fw_cdev_iso_packet (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dfirewire-cdev.h302 * This event is sent when the controller has completed an &fw_cdev_iso_packet
361 * %FW_CDEV_ISO_CONTEXT_RECEIVE_MULTICHANNEL) for &fw_cdev_iso_packet buffer
870 * struct fw_cdev_iso_packet - Isochronous packet
877 * &struct fw_cdev_iso_packet is used to describe isochronous packet queues.
924 * Here, &fw_cdev_iso_packet would be more aptly named _iso_buffer_chunk since
938 struct fw_cdev_iso_packet { struct
945 * @packets: Userspace pointer to an array of &fw_cdev_iso_packet
951 * This ioctl takes a pointer to an array of &fw_cdev_iso_packet structs,
/linux-master/drivers/firewire/
H A Dcore-cdev.c1123 struct fw_cdev_iso_packet __user *p, *end, *next;
1156 p = (struct fw_cdev_iso_packet __user *)u64_to_uptr(a->packets);
1190 next = (struct fw_cdev_iso_packet __user *)

Completed in 118 milliseconds