Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
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-v6.6/drivers/firewire/
Dcore-cdev.c430 struct fw_cdev_create_iso_context create_iso_context;
1026 struct fw_cdev_create_iso_context *a = &arg->create_iso_context; in ioctl_create_iso_context()