Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/chipidea/
H A Dudc.c167 * hw_ep_get_halt: return endpoint halt status
174 static int hw_ep_get_halt(struct ci_hdrc *ci, int num, int dir) in hw_ep_get_halt() function
234 } while (value != hw_ep_get_halt(ci, num, dir)); in hw_ep_set_halt()
1004 *(u16 *)req->buf = hw_ep_get_halt(ci, num, dir);
/kernel/linux/linux-6.6/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) in hw_ep_get_halt() function
237 } while (value != hw_ep_get_halt(ci, num, dir)); in hw_ep_set_halt()
1018 *(u16 *)req->buf = hw_ep_get_halt(ci, num, dir);

Completed in 7 milliseconds