Searched refs:usbhsg_recip_handler_std_control_done (Results  1 – 1 of 1) sorted by relevance
| /linux-4.1.27/drivers/usb/renesas_usbhs/ | 
| D | mod_gadget.c | 221 static int usbhsg_recip_handler_std_control_done(struct usbhs_priv *priv,  in usbhsg_recip_handler_std_control_done()  function 247 	usbhsg_recip_handler_std_control_done(priv, uep, ctrl);  in usbhsg_recip_handler_std_clear_endpoint() 256 	.device		= usbhsg_recip_handler_std_control_done, 257 	.interface	= usbhsg_recip_handler_std_control_done, 270 		usbhsg_recip_handler_std_control_done(priv, uep, ctrl);  in usbhsg_recip_handler_std_set_device() 275 		usbhsg_recip_handler_std_control_done(priv, uep, ctrl);  in usbhsg_recip_handler_std_set_device() 290 	usbhsg_recip_handler_std_control_done(priv, uep, ctrl);  in usbhsg_recip_handler_std_set_endpoint() 298 	.interface	= usbhsg_recip_handler_std_control_done,
  |