Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dfirewire-cdev.h538 #define FW_CDEV_IOC_QUEUE_ISO _IOWR('#', 0x09, struct fw_cdev_queue_iso)
965 struct fw_cdev_queue_iso { struct
/linux-6.15/drivers/firewire/
H A Dcore-cdev.c453 struct fw_cdev_queue_iso queue_iso;
1134 struct fw_cdev_queue_iso *a = &arg->queue_iso; in ioctl_queue_iso()