Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dfirewire-cdev.h401 #define FW_CDEV_IOC_ALLOCATE _IOWR('#', 0x02, struct fw_cdev_allocate)
577 struct fw_cdev_allocate { struct
/Linux-v5.10/drivers/firewire/
Dcore-cdev.c411 struct fw_cdev_allocate allocate;
763 struct fw_cdev_allocate *a = &arg->allocate; in ioctl_allocate()