Searched refs:set_halt (Results 1 – 25 of 49) sorted by relevance
12
/drivers/usb/gadget/udc/ |
D | core.c | 364 ret = ep->ops->set_halt(ep, 1); in usb_ep_set_halt() 390 ret = ep->ops->set_halt(ep, 0); in usb_ep_clear_halt() 416 ret = ep->ops->set_halt(ep, 1); in usb_ep_set_wedge()
|
D | net2280.h | 189 static inline void set_halt(struct net2280_ep *ep) in set_halt() function
|
D | net2280.c | 1359 set_halt(ep); in net2280_set_halt_and_wedge() 1453 .set_halt = net2280_set_halt, 2558 set_halt(ep); in handle_ep_small() 2567 set_halt(ep); in handle_ep_small() 2578 set_halt(ep); in handle_ep_small() 2587 set_halt(ep); in handle_ep_small() 3029 set_halt(ep); in handle_stat0_irqs_superspeed() 3060 set_halt(ep); in handle_stat0_irqs_superspeed() 3276 set_halt(e); in handle_stat0_irqs()
|
D | net2272.h | 554 static void set_halt(struct net2272_ep *ep) in set_halt() function
|
D | net2272.c | 354 set_halt(ep); in net2272_done() 996 set_halt(ep); in net2272_set_halt_and_wedge() 1068 .set_halt = net2272_set_halt, 1907 set_halt(e); in net2272_handle_stat0_irqs()
|
D | udc-xilinx.c | 1199 .set_halt = xudc_ep_set_halt, 1209 .set_halt = xudc_ep_set_halt,
|
D | max3420_udc.c | 1077 .set_halt = max3420_ep_set_halt,
|
D | aspeed_udc.c | 770 .set_halt = ast_udc_ep_set_halt,
|
D | fusb300_udc.c | 528 .set_halt = fusb300_set_halt,
|
D | m66592-udc.c | 1446 .set_halt = m66592_set_halt,
|
D | pxa27x_udc.c | 1410 .set_halt = pxa_ep_set_halt,
|
D | goku_udc.c | 987 .set_halt = goku_set_halt,
|
/drivers/usb/gadget/udc/cdns2/ |
D | cdns2-ep0.c | 615 .set_halt = cdns2_gadget_ep0_set_halt,
|
/drivers/usb/usbip/ |
D | vudc_dev.c | 422 .set_halt = vep_set_halt,
|
/drivers/usb/musb/ |
D | musb_gadget_ep0.c | 1057 .set_halt = musb_g_ep0_halt,
|
/drivers/usb/cdns3/ |
D | cdns3-ep0.c | 800 .set_halt = cdns3_gadget_ep0_set_halt,
|
D | cdnsp-gadget.c | 1197 .set_halt = cdnsp_gadget_ep_set_halt, 1208 .set_halt = cdnsp_gadget_ep_set_halt,
|
/drivers/usb/mtu3/ |
D | mtu3_gadget.c | 424 .set_halt = mtu3_gadget_ep_set_halt,
|
D | mtu3_gadget_ep0.c | 915 .set_halt = mtu3_ep0_halt,
|
/drivers/usb/gadget/udc/aspeed-vhub/ |
D | epn.c | 795 .set_halt = ast_vhub_epn_set_halt,
|
/drivers/usb/renesas_usbhs/ |
D | mod_gadget.c | 788 .set_halt = usbhsg_ep_set_halt,
|
/drivers/usb/isp1760/ |
D | isp1760-udc.c | 1117 .set_halt = isp1760_ep_set_halt,
|
/drivers/usb/fotg210/ |
D | fotg210-udc.c | 544 .set_halt = fotg210_ep_set_halt,
|
/drivers/usb/dwc3/ |
D | gadget.c | 2286 .set_halt = dwc3_gadget_ep0_set_halt, 2297 .set_halt = dwc3_gadget_ep_set_halt,
|
/drivers/usb/gadget/udc/bdc/ |
D | bdc_ep.c | 1940 .set_halt = bdc_gadget_ep_set_halt
|
12