Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/drivers/firewire/
H A Dcore-cdev.c424 struct fw_cdev_allocate allocate;
815 struct fw_cdev_allocate *a = &arg->allocate; in ioctl_allocate()