Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/drivers/firewire/
Dcore-cdev.c418 struct fw_cdev_create_iso_context create_iso_context;
973 struct fw_cdev_create_iso_context *a = &arg->create_iso_context; in ioctl_create_iso_context()