Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dfirewire-cdev.h401 #define FW_CDEV_IOC_CREATE_ISO_CONTEXT _IOWR('#', 0x08, struct fw_cdev_create_iso_context)
696 struct fw_cdev_create_iso_context { struct
/linux-4.4.14/drivers/firewire/
Dcore-cdev.c430 struct fw_cdev_create_iso_context create_iso_context;
971 struct fw_cdev_create_iso_context *a = &arg->create_iso_context; in ioctl_create_iso_context()