Lines Matching refs:ctrl

65 		      struct usb_ctrlrequest *ctrl);
67 struct usb_ctrlrequest *ctrl);
69 struct usb_ctrlrequest *ctrl);
223 struct usb_ctrlrequest *ctrl) in usbhsg_recip_handler_std_control_done() argument
236 struct usb_ctrlrequest *ctrl) in usbhsg_recip_handler_std_clear_endpoint() argument
247 usbhsg_recip_handler_std_control_done(priv, uep, ctrl); in usbhsg_recip_handler_std_clear_endpoint()
266 struct usb_ctrlrequest *ctrl) in usbhsg_recip_handler_std_set_device() argument
268 switch (le16_to_cpu(ctrl->wValue)) { in usbhsg_recip_handler_std_set_device()
270 usbhsg_recip_handler_std_control_done(priv, uep, ctrl); in usbhsg_recip_handler_std_set_device()
272 usbhs_sys_set_test_mode(priv, le16_to_cpu(ctrl->wIndex >> 8)); in usbhsg_recip_handler_std_set_device()
275 usbhsg_recip_handler_std_control_done(priv, uep, ctrl); in usbhsg_recip_handler_std_set_device()
284 struct usb_ctrlrequest *ctrl) in usbhsg_recip_handler_std_set_endpoint() argument
290 usbhsg_recip_handler_std_control_done(priv, uep, ctrl); in usbhsg_recip_handler_std_set_endpoint()
355 struct usb_ctrlrequest *ctrl) in usbhsg_recip_handler_std_get_device() argument
370 struct usb_ctrlrequest *ctrl) in usbhsg_recip_handler_std_get_interface() argument
382 struct usb_ctrlrequest *ctrl) in usbhsg_recip_handler_std_get_endpoint() argument
408 struct usb_ctrlrequest *ctrl) in usbhsg_recip_run_handle() argument
414 int recip = ctrl->bRequestType & USB_RECIP_MASK; in usbhsg_recip_run_handle()
415 int nth = le16_to_cpu(ctrl->wIndex) & USB_ENDPOINT_NUMBER_MASK; in usbhsg_recip_run_handle()
418 struct usb_ctrlrequest *ctrl); in usbhsg_recip_run_handle()
449 ret = func(priv, uep, ctrl); in usbhsg_recip_run_handle()
482 struct usb_ctrlrequest ctrl; in usbhsg_irq_ctrl_stage() local
518 usbhs_usbreq_get_val(priv, &ctrl); in usbhsg_irq_ctrl_stage()
520 switch (ctrl.bRequestType & USB_TYPE_MASK) { in usbhsg_irq_ctrl_stage()
522 switch (ctrl.bRequest) { in usbhsg_irq_ctrl_stage()
539 ret = usbhsg_recip_run_handle(priv, recip_handler, &ctrl); in usbhsg_irq_ctrl_stage()
541 ret = gpriv->driver->setup(&gpriv->gadget, &ctrl); in usbhsg_irq_ctrl_stage()