Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dfirewire-cdev.h531 #define FW_CDEV_IOC_ALLOCATE _IOWR('#', 0x02, struct fw_cdev_allocate)
712 struct fw_cdev_allocate { struct
/linux-6.15/drivers/firewire/
H A Dcore-cdev.c446 struct fw_cdev_allocate allocate;
831 struct fw_cdev_allocate *a = &arg->allocate; in ioctl_allocate()