Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfirewire-cdev.h537 #define FW_CDEV_IOC_QUEUE_ISO _IOWR('#', 0x09, struct fw_cdev_queue_iso)
964 struct fw_cdev_queue_iso { struct
/openbmc/linux/drivers/firewire/
H A Dcore-cdev.c431 struct fw_cdev_queue_iso queue_iso;
1122 struct fw_cdev_queue_iso *a = &arg->queue_iso; in ioctl_queue_iso()