Home
last modified time | relevance | path

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

/linux/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
871 * struct fw_cdev_iso_packet - Isochronous packet
878 * &struct fw_cdev_iso_packet is used to describe isochronous packet queues.
925 * Here, &fw_cdev_iso_packet would be more aptly named _iso_buffer_chunk since
939 struct fw_cdev_iso_packet { struct
946 * @packets: Userspace pointer to an array of &fw_cdev_iso_packet argument
952 * This ioctl takes a pointer to an array of &fw_cdev_iso_packet structs,
/linux/drivers/firewire/
H A Dcore-cdev.c1135 struct fw_cdev_iso_packet __user *p, *end, *next; in ioctl_queue_iso()
1165 p = (struct fw_cdev_iso_packet __user *)u64_to_uptr(a->packets); in ioctl_queue_iso()
1199 next = (struct fw_cdev_iso_packet __user *) in ioctl_queue_iso()