Searched refs:ast_vhub_reply (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/usb/gadget/udc/aspeed-vhub/ |
| A D | ep0.c | 30 int ast_vhub_reply(struct ast_vhub_ep *ep, char *ptr, int len) in ast_vhub_reply() function 77 return ast_vhub_reply(ep, NULL, len); in __ast_vhub_simple_reply()
|
| A D | vhub.h | 529 int ast_vhub_reply(struct ast_vhub_ep *ep, char *ptr, int len);
|
| A D | hub.c | 295 return ast_vhub_reply(ep, NULL, len); in ast_vhub_rep_desc() 369 return ast_vhub_reply(ep, NULL, min_t(u16, rc, len)); in ast_vhub_rep_string()
|
Completed in 8 milliseconds