Home
last modified time | relevance | path

Searched refs:usb_endpoint_running (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dusb.h380 #define usb_endpoint_running(dev, ep, out) ((dev)->halted[out] &= ~(1 << (ep))) macro
/openbmc/u-boot/common/
H A Dusb.c543 usb_endpoint_running(dev, usb_pipeendpoint(pipe), usb_pipeout(pipe)); in usb_clear_halt()