Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dfirewire-cdev.h407 #define FW_CDEV_IOC_CREATE_ISO_CONTEXT _IOWR('#', 0x08, struct fw_cdev_create_iso_context)
702 struct fw_cdev_create_iso_context { struct
/Linux-v5.4/drivers/firewire/
Dcore-cdev.c417 struct fw_cdev_create_iso_context create_iso_context;
958 struct fw_cdev_create_iso_context *a = &arg->create_iso_context; in ioctl_create_iso_context()