Home
last modified time | relevance | path

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

/include/linux/usb/
Dusbnet.h184 extern int usbnet_read_cmd(struct usbnet *dev, u8 cmd, u8 reqtype,
186 extern int usbnet_write_cmd(struct usbnet *dev, u8 cmd, u8 reqtype,
188 extern int usbnet_read_cmd_nopm(struct usbnet *dev, u8 cmd, u8 reqtype,
190 extern int usbnet_write_cmd_nopm(struct usbnet *dev, u8 cmd, u8 reqtype,
192 extern int usbnet_write_cmd_async(struct usbnet *dev, u8 cmd, u8 reqtype,
/include/linux/
Dhid.h749 struct hid_report *report, int reqtype);
755 int reqtype);
759 int (*idle)(struct hid_device *hdev, int report, int idle, int reqtype);
810 void __hid_request(struct hid_device *hid, struct hid_report *rep, int reqtype);
1022 struct hid_report *report, int reqtype) in hid_hw_request() argument
1025 return hdev->ll_driver->request(hdev, report, reqtype); in hid_hw_request()
1027 __hid_request(hdev, report, reqtype); in hid_hw_request()
1046 size_t len, unsigned char rtype, int reqtype) in hid_hw_raw_request() argument
1052 rtype, reqtype); in hid_hw_raw_request()
1085 int reqtype) in hid_hw_idle() argument
[all …]