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.h531 #define FW_CDEV_IOC_ALLOCATE _IOWR('#', 0x02, struct fw_cdev_allocate)
581 * and &fw_cdev_allocate.region_end
676 * struct fw_cdev_allocate - Allocate a CSR in an address range
712 struct fw_cdev_allocate { struct
713 offsetfw_cdev_allocate global() argument
714 closurefw_cdev_allocate global() argument
715 lengthfw_cdev_allocate global() argument
716 handlefw_cdev_allocate global() argument
717 region_endfw_cdev_allocate global() argument
/linux/drivers/firewire/
H A Dcore-cdev.c446 struct fw_cdev_allocate allocate;
831 struct fw_cdev_allocate *a = &arg->allocate; in ioctl_allocate()