Home
last modified time | relevance | path

Searched refs:recip_handler (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/usb/renesas_usbhs/
Dmod_gadget.c477 struct usbhsg_recip_handle *recip_handler = NULL; in usbhsg_irq_ctrl_stage() local
519 recip_handler = &req_clear_feature; in usbhsg_irq_ctrl_stage()
522 recip_handler = &req_set_feature; in usbhsg_irq_ctrl_stage()
525 recip_handler = &req_get_status; in usbhsg_irq_ctrl_stage()
533 if (recip_handler) in usbhsg_irq_ctrl_stage()
534 ret = usbhsg_recip_run_handle(priv, recip_handler, &ctrl); in usbhsg_irq_ctrl_stage()