Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dfirewire-cdev.h36 #define FW_CDEV_EVENT_REQUEST 0x02 macro
168 * @type: See &fw_cdev_event_common; always %FW_CDEV_EVENT_REQUEST
488 * @request: Valid if @common.type == %FW_CDEV_EVENT_REQUEST
664 * incoming request will generate an %FW_CDEV_EVENT_REQUEST, and userspace must
/linux/drivers/firewire/
H A Dcore-cdev.c766 req->type = FW_CDEV_EVENT_REQUEST; in handle_request()