Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dfirewire-cdev.h536 #define FW_CDEV_IOC_CREATE_ISO_CONTEXT _IOWR('#', 0x08, struct fw_cdev_create_iso_context)
836 struct fw_cdev_create_iso_context { struct
/linux/drivers/firewire/
H A Dcore-cdev.c452 struct fw_cdev_create_iso_context create_iso_context;
1040 struct fw_cdev_create_iso_context *a = &arg->create_iso_context; in ioctl_create_iso_context()