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

/linux-master/drivers/usb/chipidea/
H A Dudc.c170 * hw_ep_get_halt: return endpoint halt status
177 static int hw_ep_get_halt(struct ci_hdrc *ci, int num, int dir) function
237 } while (value != hw_ep_get_halt(ci, num, dir));
1019 *(u16 *)req->buf = hw_ep_get_halt(ci, num, dir);

Completed in 252 milliseconds