Searched refs:struct_ep_qh_setup (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/drivers/usb/gadget/udc/ |
D | fsl_udc_core.c | 479 static void struct_ep_qh_setup(struct fsl_udc *udc, unsigned char ep_num, in struct_ep_qh_setup() function 519 struct_ep_qh_setup(udc, 0, USB_RECV, USB_ENDPOINT_XFER_CONTROL, in ep0_setup() 521 struct_ep_qh_setup(udc, 0, USB_SEND, USB_ENDPOINT_XFER_CONTROL, in ep0_setup() 599 struct_ep_qh_setup(udc, (unsigned char) ep_index(ep), in fsl_ep_enable()
|