Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfirewire-cdev.h538 #define FW_CDEV_IOC_START_ISO _IOW('#', 0x0a, struct fw_cdev_start_iso)
988 struct fw_cdev_start_iso { struct
/openbmc/linux/drivers/firewire/
H A Dcore-cdev.c432 struct fw_cdev_start_iso start_iso;
1222 struct fw_cdev_start_iso *a = &arg->start_iso; in ioctl_start_iso()