Home
last modified time | relevance | path

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

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