Searched refs:set_halt (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dusb_gadget.h124 int (*set_halt) (struct usb_ep *ep, int value); member in struct:usb_ep_ops
381 return ep->ops->set_halt (ep, 1);
400 return ep->ops->set_halt (ep, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/gadget/
H A Dnet2280.h168 static inline void set_halt (struct net2280_ep *ep) function
H A Dnet2280.c1312 set_halt (ep);
1370 .set_halt = net2280_set_halt,
2139 set_halt (ep);
2148 set_halt (ep);
2159 set_halt (ep);
2168 set_halt (ep);
2483 set_halt (e);
H A Dat91_udc.c668 * IN/STATUS stage. (Unsuccessful ones use set_halt.)
795 .set_halt = at91_ep_set_halt,
H A Ddummy_hcd.c664 .set_halt = dummy_set_halt,
H A Dgoku_udc.c1015 .set_halt = goku_set_halt,
H A Dlh7a40x_udc.c113 .set_halt = lh7a40x_set_halt,
H A Dfsl_usb2_udc.c1056 .set_halt = fsl_ep_set_halt,
H A Domap_udc.c1269 .set_halt = omap_ep_set_halt,
1723 DBG("%s host set_halt, NYET \n", ep->name);
H A Dpxa2xx_udc.c1199 .set_halt = pxa2xx_ep_set_halt,

Completed in 145 milliseconds