Home
last modified time | relevance | path

Searched refs:ep0in (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/chipidea/
H A Dudc.c830 usb_ep_fifo_flush(&ci->ep0in->ep); in _gadget_stop_activity()
838 usb_ep_free_request(&ci->ep0in->ep, ci->status); in _gadget_stop_activity()
878 ci->status = usb_ep_alloc_request(&ci->ep0in->ep, GFP_ATOMIC);
928 ci->ep0out : ci->ep0in; in _ep_queue()
974 struct ci_hw_ep *hwep = ci->ep0in;
1072 hwep = (ci->ep0_dir == TX) ? ci->ep0out : ci->ep0in; in isr_setup_status_phase()
1104 hweptemp = hwep->ci->ep0in;
1143 _ep_nuke(ci->ep0in);
1737 struct ci_hw_ep *hwep = ci->ep0in; in ci_udc_selfpowered()
1862 ci->ep0in in init_eps()
[all...]
H A Dci.h184 * @ep0in: pointer to ep0 IN endpoint
236 struct ci_hw_ep *ep0out, *ep0in; member
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H A Dudc.c844 usb_ep_fifo_flush(&ci->ep0in->ep); in _gadget_stop_activity()
852 usb_ep_free_request(&ci->ep0in->ep, ci->status); in _gadget_stop_activity()
892 ci->status = usb_ep_alloc_request(&ci->ep0in->ep, GFP_ATOMIC);
942 ci->ep0out : ci->ep0in; in _ep_queue()
988 struct ci_hw_ep *hwep = ci->ep0in;
1086 hwep = (ci->ep0_dir == TX) ? ci->ep0out : ci->ep0in; in isr_setup_status_phase()
1118 hweptemp = hwep->ci->ep0in;
1157 _ep_nuke(ci->ep0in);
1771 struct ci_hw_ep *hwep = ci->ep0in; in ci_udc_selfpowered()
1897 ci->ep0in in init_eps()
[all...]
H A Dci.h190 * @ep0in: pointer to ep0 IN endpoint
242 struct ci_hw_ep *ep0out, *ep0in; member

Completed in 7 milliseconds