Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dusb.h381 #define usb_endpoint_running(dev, ep, out) ((dev)->halted[out] &= ~(1 << (ep))) macro
/rk3399_rockchip-uboot/common/
H A Dusb.c563 usb_endpoint_running(dev, usb_pipeendpoint(pipe), usb_pipeout(pipe)); in usb_clear_halt()