Searched refs:set_halt (Results 1 – 25 of 27) sorted by relevance
12
/linux-2.6.39/include/linux/usb/ |
D | gadget.h | 119 int (*set_halt) (struct usb_ep *ep, int value); member 338 return ep->ops->set_halt(ep, 1); in usb_ep_set_halt() 356 return ep->ops->set_halt(ep, 0); in usb_ep_clear_halt() 375 return ep->ops->set_halt(ep, 1); in usb_ep_set_wedge()
|
/linux-2.6.39/drivers/staging/westbridge/astoria/gadget/ |
D | cyasgadget.h | 144 static inline void set_halt(cyasgadget_ep *ep) in set_halt() function
|
D | cyasgadget.c | 939 .set_halt = cyasgadget_set_halt,
|
/linux-2.6.39/drivers/usb/gadget/ |
D | net2280.h | 169 static inline void set_halt (struct net2280_ep *ep) in set_halt() function
|
D | net2280.c | 1251 set_halt (ep); in net2280_set_halt_and_wedge() 1324 .set_halt = net2280_set_halt, 2102 set_halt (ep); in handle_ep_small() 2111 set_halt (ep); in handle_ep_small() 2122 set_halt (ep); in handle_ep_small() 2131 set_halt (ep); in handle_ep_small() 2458 set_halt (e); in handle_stat0_irqs()
|
D | imx_udc.c | 950 .set_halt = imx_ep_set_halt,
|
D | s3c2410_udc.c | 1432 .set_halt = s3c2410_udc_set_halt,
|
D | dummy_hcd.c | 648 .set_halt = dummy_set_halt,
|
D | fusb300_udc.c | 540 .set_halt = fusb300_set_halt,
|
D | pxa25x_udc.c | 909 .set_halt = pxa25x_ep_set_halt,
|
D | r8a66597-udc.c | 1405 .set_halt = r8a66597_set_halt,
|
D | at91_udc.c | 788 .set_halt = at91_ep_set_halt,
|
D | m66592-udc.c | 1450 .set_halt = m66592_set_halt,
|
D | goku_udc.c | 986 .set_halt = goku_set_halt,
|
D | mv_udc_core.c | 986 .set_halt = mv_ep_set_halt,
|
D | pxa27x_udc.c | 1504 .set_halt = pxa_ep_set_halt,
|
D | atmel_usba_udc.c | 964 .set_halt = usba_ep_set_halt,
|
D | fsl_udc_core.c | 1016 .set_halt = fsl_ep_set_halt,
|
D | pch_udc.c | 1831 .set_halt = pch_udc_pcd_set_halt,
|
D | s3c-hsotg.c | 2471 .set_halt = s3c_hsotg_ep_sethalt,
|
D | ci13xxx_udc.c | 2434 .set_halt = ep_set_halt,
|
D | fsl_qe_udc.c | 1872 .set_halt = qe_ep_set_halt,
|
D | omap_udc.c | 1190 .set_halt = omap_ep_set_halt,
|
/linux-2.6.39/drivers/usb/musb/ |
D | musb_gadget_ep0.c | 1079 .set_halt = musb_g_ep0_halt,
|
D | musb_gadget.c | 1497 .set_halt = musb_gadget_set_halt,
|
12