Searched refs:s3c_hsotg_send_reply (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/usb/dwc2/ |
D | gadget.c | 927 static int s3c_hsotg_send_reply(struct dwc2_hsotg *hsotg, in s3c_hsotg_send_reply() function 1011 ret = s3c_hsotg_send_reply(hsotg, ep0, &reply, 2); in s3c_hsotg_process_req_status() 1072 ret = s3c_hsotg_send_reply(hsotg, ep0, NULL, 0); in s3c_hsotg_process_req_feature() 1098 ret = s3c_hsotg_send_reply(hsotg, ep0, NULL, 0); in s3c_hsotg_process_req_feature() 1231 ret = s3c_hsotg_send_reply(hsotg, ep0, NULL, 0); in s3c_hsotg_process_control()
|