Home
last modified time | relevance | path

Searched refs:usb_endpoint_halt (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvMsg.c368 usb_endpoint_halt(dev, epnum, 1); in usb_disable_endpoint()
371 usb_endpoint_halt(dev, epnum, 0); in usb_disable_endpoint()
H A DdrvHCD.c1987 usb_endpoint_halt (udev, epnum, 0); in hcd_endpoint_disable()
1990 usb_endpoint_halt (udev, epnum, 1); in hcd_endpoint_disable()
H A DdrvHCD.h565 #define usb_endpoint_halt(dev, ep, out) ((dev)->halted[out] |= (1 << (ep))) macro
H A DdrvEhciHcd.c2538 usb_endpoint_halt (urb->dev, in qtd_copy_status()