Searched refs:in_ack (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | ep0.c | 272 void ast_vhub_ep0_handle_ack(struct ast_vhub_ep *ep, bool in_ack) in ast_vhub_ep0_handle_ack() argument 286 EPVDBG(ep, "ACK status=%08x,state=%d is_in=%d in_ack=%d req=%p\n", in ast_vhub_ep0_handle_ack() 287 stat, ep->ep0.state, ep->ep0.dir_in, in_ack, req); in ast_vhub_ep0_handle_ack() 303 (ep->ep0.dir_in != in_ack)) { in ast_vhub_ep0_handle_ack() 336 if (ep->ep0.dir_in == in_ack) { in ast_vhub_ep0_handle_ack()
|
H A D | vhub.h | 524 void ast_vhub_ep0_handle_ack(struct ast_vhub_ep *ep, bool in_ack);
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | ep0.c | 273 void ast_vhub_ep0_handle_ack(struct ast_vhub_ep *ep, bool in_ack) in ast_vhub_ep0_handle_ack() argument 287 EPVDBG(ep, "ACK status=%08x,state=%d is_in=%d in_ack=%d req=%p\n", in ast_vhub_ep0_handle_ack() 288 stat, ep->ep0.state, ep->ep0.dir_in, in_ack, req); in ast_vhub_ep0_handle_ack() 304 (ep->ep0.dir_in != in_ack)) { in ast_vhub_ep0_handle_ack() 337 if (ep->ep0.dir_in == in_ack) { in ast_vhub_ep0_handle_ack()
|
H A D | vhub.h | 525 void ast_vhub_ep0_handle_ack(struct ast_vhub_ep *ep, bool in_ack);
|
Completed in 4 milliseconds