/linux/drivers/net/ethernet/cavium/liquidio/ |
A D | request_manager.c | 347 if (reqtype > REQTYPE_LAST) { in octeon_register_reqtype_free_fn() 349 __func__, reqtype); in octeon_register_reqtype_free_fn() 360 int idx, void *buf, int reqtype) in __add_to_request_list() argument 363 iq->request_list[idx].reqtype = reqtype; in __add_to_request_list() 372 int reqtype; in lio_process_iq_request_list() local 381 reqtype = iq->request_list[old].reqtype; in lio_process_iq_request_list() 384 if (reqtype == REQTYPE_NONE) in lio_process_iq_request_list() 390 switch (reqtype) { in lio_process_iq_request_list() 418 __func__, reqtype, buf, old); in lio_process_iq_request_list() 422 iq->request_list[old].reqtype = 0; in lio_process_iq_request_list() [all …]
|
A D | octeon_iq.h | 46 u32 reqtype; member 370 octeon_register_reqtype_free_fn(struct octeon_device *oct, int reqtype, 379 u32 datasize, u32 reqtype);
|
A D | octeon_main.h | 67 int octeon_report_sent_bytes_to_bql(void *buf, int reqtype); 68 void octeon_update_tx_completion_counters(void *buf, int reqtype,
|
A D | octeon_nic.c | 91 ndata->reqtype); in octnet_send_nic_data_pkt()
|
A D | lio_vf_main.c | 1381 if (ndata->reqtype == REQTYPE_NORESP_NET) in send_nic_timestamp_pkt() 1382 ndata->reqtype = REQTYPE_RESP_NET; in send_nic_timestamp_pkt() 1383 else if (ndata->reqtype == REQTYPE_NORESP_NET_SG) in send_nic_timestamp_pkt() 1384 ndata->reqtype = REQTYPE_RESP_NET_SG; in send_nic_timestamp_pkt() 1395 sc, len, ndata->reqtype); in send_nic_timestamp_pkt() 1508 ndata.reqtype = REQTYPE_NORESP_NET; in liquidio_xmit() 1581 ndata.reqtype = REQTYPE_NORESP_NET_SG; in liquidio_xmit()
|
A D | octeon_nic.h | 76 u32 reqtype; member
|
A D | lio_core.c | 192 void octeon_update_tx_completion_counters(void *buf, int reqtype, in octeon_update_tx_completion_counters() argument 200 switch (reqtype) { in octeon_update_tx_completion_counters() 221 int octeon_report_sent_bytes_to_bql(void *buf, int reqtype) in octeon_report_sent_bytes_to_bql() argument 228 switch (reqtype) { in octeon_report_sent_bytes_to_bql()
|
/linux/drivers/hid/amd-sfh-hid/ |
A D | amd_sfh_hid.c | 55 u8 *buf, size_t len, u8 rtype, int reqtype) in amdtp_raw_request() argument 60 static void amdtp_hid_request(struct hid_device *hid, struct hid_report *rep, int reqtype) in amdtp_hid_request() argument 64 switch (reqtype) { in amdtp_hid_request() 71 amd_sfh_set_report(hid, rep->id, reqtype); in amdtp_hid_request()
|
/linux/include/linux/usb/ |
A D | usbnet.h | 188 extern int usbnet_read_cmd(struct usbnet *dev, u8 cmd, u8 reqtype, 190 extern int usbnet_write_cmd(struct usbnet *dev, u8 cmd, u8 reqtype, 192 extern int usbnet_read_cmd_nopm(struct usbnet *dev, u8 cmd, u8 reqtype, 194 extern int usbnet_write_cmd_nopm(struct usbnet *dev, u8 cmd, u8 reqtype, 196 extern int usbnet_write_cmd_async(struct usbnet *dev, u8 cmd, u8 reqtype,
|
/linux/include/linux/ |
A D | hid.h | 818 struct hid_report *report, int reqtype); 824 int reqtype); 828 int (*idle)(struct hid_device *hdev, int report, int idle, int reqtype); 902 int __hid_request(struct hid_device *hid, struct hid_report *rep, int reqtype); 1089 struct hid_report *report, int reqtype) in hid_hw_request() argument 1092 return hdev->ll_driver->request(hdev, report, reqtype); in hid_hw_request() 1094 __hid_request(hdev, report, reqtype); in hid_hw_request() 1113 size_t len, unsigned char rtype, int reqtype) in hid_hw_raw_request() argument 1119 rtype, reqtype); in hid_hw_raw_request() 1152 int reqtype) in hid_hw_idle() argument [all …]
|
/linux/drivers/hid/intel-ish-hid/ |
A D | ishtp-hid.c | 56 int reqtype) in ishtp_raw_request() argument 67 switch (reqtype) { in ishtp_raw_request() 105 int reqtype) in ishtp_hid_request() argument 116 switch (reqtype) { in ishtp_hid_request()
|
/linux/drivers/nfc/st95hf/ |
A D | spi.c | 15 enum req_type reqtype) in st95hf_spi_send() argument 27 if (reqtype == SYNC) { in st95hf_spi_send() 46 if (reqtype == ASYNC) { in st95hf_spi_send()
|
A D | spi.h | 45 enum req_type reqtype);
|
/linux/drivers/hid/surface-hid/ |
A D | surface_hid_core.c | 125 size_t len, unsigned char rtype, int reqtype) in surface_hid_raw_request() argument 129 if (rtype == HID_OUTPUT_REPORT && reqtype == HID_REQ_SET_REPORT) in surface_hid_raw_request() 132 else if (rtype == HID_FEATURE_REPORT && reqtype == HID_REQ_GET_REPORT) in surface_hid_raw_request() 135 else if (rtype == HID_FEATURE_REPORT && reqtype == HID_REQ_SET_REPORT) in surface_hid_raw_request()
|
/linux/drivers/net/usb/ |
A D | usbnet.c | 2004 cmd, reqtype, value, index, size); in __usbnet_read_cmd() 2013 cmd, reqtype, value, index, buf, size, in __usbnet_read_cmd() 2036 cmd, reqtype, value, index, size); in __usbnet_write_cmd() 2051 cmd, reqtype, value, index, buf, size, in __usbnet_write_cmd() 2063 int usbnet_read_cmd(struct usbnet *dev, u8 cmd, u8 reqtype, in usbnet_read_cmd() argument 2070 ret = __usbnet_read_cmd(dev, cmd, reqtype, value, index, in usbnet_read_cmd() 2088 ret = __usbnet_write_cmd(dev, cmd, reqtype, value, index, in usbnet_write_cmd() 2102 return __usbnet_read_cmd(dev, cmd, reqtype, value, index, in usbnet_read_cmd_nopm() 2115 return __usbnet_write_cmd(dev, cmd, reqtype, value, index, in usbnet_write_cmd_nopm() 2147 cmd, reqtype, value, index, size); in usbnet_write_cmd_async() [all …]
|
/linux/arch/x86/mm/pat/ |
A D | memtype_interval.c | 79 enum page_cache_mode reqtype, in memtype_check_conflict() argument 83 enum page_cache_mode found_type = reqtype; in memtype_check_conflict()
|
/linux/drivers/staging/rtl8712/ |
A D | usb_ops_linux.c | 475 u8 reqtype; in r8712_usbctrl_vendorreq() local 490 reqtype = RTL871X_VENQT_READ; in r8712_usbctrl_vendorreq() 493 reqtype = RTL871X_VENQT_WRITE; in r8712_usbctrl_vendorreq() 496 status = usb_control_msg(udev, pipe, request, reqtype, value, index, in r8712_usbctrl_vendorreq()
|
/linux/drivers/net/wireless/realtek/rtlwifi/ |
A D | usb.c | 42 u8 reqtype; in _usbctrl_vendorreq_async_write() local 52 reqtype = REALTEK_USB_VENQT_WRITE; in _usbctrl_vendorreq_async_write() 71 dr->bRequestType = reqtype; in _usbctrl_vendorreq_async_write() 96 u8 reqtype; in _usbctrl_vendorreq_sync_read() local 101 reqtype = REALTEK_USB_VENQT_READ; in _usbctrl_vendorreq_sync_read() 104 status = usb_control_msg(udev, pipe, request, reqtype, value, in _usbctrl_vendorreq_sync_read() 203 u8 reqtype = REALTEK_USB_VENQT_WRITE; in _usb_writen_sync() local 213 usb_control_msg(udev, pipe, request, reqtype, wvalue, in _usb_writen_sync()
|
/linux/drivers/usb/gadget/udc/ |
A D | lpc32xx_udc.c | 2135 static int udc_get_status(struct lpc32xx_udc *udc, u16 reqtype, u16 wIndex) in udc_get_status() argument 2140 switch (reqtype & USB_RECIP_MASK) { in udc_get_status() 2187 u16 wIndex, wValue, reqtype, req, tmp; in udc_handle_ep0_setup() local 2203 reqtype = le16_to_cpu(ctrlpkt.bRequestType); in udc_handle_ep0_setup() 2206 if (likely(reqtype & USB_DIR_IN)) in udc_handle_ep0_setup() 2216 switch (reqtype) { in udc_handle_ep0_setup() 2256 if (reqtype == (USB_TYPE_STANDARD | USB_RECIP_DEVICE)) { in udc_handle_ep0_setup() 2263 udc_get_status(udc, reqtype, wIndex); in udc_handle_ep0_setup() 2300 reqtype, req, i); in udc_handle_ep0_setup()
|
/linux/drivers/staging/greybus/ |
A D | hid.c | 264 int reqtype) in gb_hid_raw_request() argument 266 switch (reqtype) { in gb_hid_raw_request()
|
/linux/drivers/hid/usbhid/ |
A D | hid-core.c | 1274 static void usbhid_request(struct hid_device *hid, struct hid_report *rep, int reqtype) in usbhid_request() argument 1276 switch (reqtype) { in usbhid_request() 1288 int reqtype) in usbhid_raw_request() argument 1290 switch (reqtype) { in usbhid_raw_request() 1301 int reqtype) in usbhid_idle() argument 1308 if (reqtype != HID_REQ_SET_IDLE) in usbhid_idle()
|
/linux/arch/mips/include/asm/sn/sn0/ |
A D | hubio.h | 537 reqtype: 5, /* Identifies type of request member 581 reqtype: 5, /* Identifies type of request member
|
/linux/drivers/hid/ |
A D | hid-logitech-dj.c | 1345 int reqtype) in logi_dj_ll_raw_request() argument 1366 count, report_type, reqtype); in logi_dj_ll_raw_request() 1379 report_type, reqtype); in logi_dj_ll_raw_request() 1394 DJREPORT_SHORT_LENGTH, report_type, reqtype); in logi_dj_ll_raw_request()
|
/linux/Documentation/hid/ |
A D | hid-transport.rst | 295 int reqtype) 298 should be sent and "reqtype" the request type. Request-type can be 317 int reqtype) 335 int (*idle) (struct hid_device *hdev, int report, int idle, int reqtype)
|
/linux/include/linux/mtd/ |
A D | nand.h | 875 enum nand_page_io_req_type reqtype, in nanddev_io_iter_init() argument 881 iter->req.type = reqtype; in nanddev_io_iter_init()
|