Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dfirewire-cdev.h402 #define FW_CDEV_IOC_QUEUE_ISO _IOWR('#', 0x09, struct fw_cdev_queue_iso)
824 struct fw_cdev_queue_iso { struct
/linux-4.1.27/drivers/firewire/
Dcore-cdev.c431 struct fw_cdev_queue_iso queue_iso;
1062 struct fw_cdev_queue_iso *a = &arg->queue_iso; in ioctl_queue_iso()