Searched refs:snd_req (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/net/usb/ |
H A D | meig_cdc_driver.c | 3600 static int hw_send_qmi_request(struct usb_interface *intf, unsigned char *snd_req, int snd_len,
3602 static int hw_send_qmi_request_no_resp(struct usb_interface *intf, unsigned char *snd_req, int snd_len,
3658 static int hw_send_qmi_request_no_resp(struct usb_interface *intf, unsigned char *snd_req, int snd_len,
argument 3666 intf->cur_altsetting->desc.bInterfaceNumber, snd_req, snd_len, 0x1388);
3677 static int hw_send_qmi_request(struct usb_interface *intf, unsigned char *snd_req, int snd_len,
argument 3686 snd_req, snd_len, 0x1388);
3699 if (read_resp[0x6] == 1 && snd_req[0x5] == read_resp[0x5] && snd_req[0x8] == read_resp[0x8] &&
3700 snd_req[0x9] == read_resp[0x9]) {
3705 if (read_resp[0x06] == 0x2 && snd_req[ [all...] |
Completed in 7 milliseconds