Home
last modified time | relevance | path

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

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