Searched refs:ast_vhub_dev (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | dev.c | 37 void ast_vhub_dev_irq(struct ast_vhub_dev *d) in ast_vhub_dev_irq() 51 static void ast_vhub_dev_enable(struct ast_vhub_dev *d) in ast_vhub_dev_enable() 95 static void ast_vhub_dev_disable(struct ast_vhub_dev *d) in ast_vhub_dev_disable() 114 static int ast_vhub_dev_feature(struct ast_vhub_dev *d, in ast_vhub_dev_feature() 129 static int ast_vhub_ep_feature(struct ast_vhub_dev *d, in ast_vhub_ep_feature() 161 static int ast_vhub_dev_status(struct ast_vhub_dev *d, in ast_vhub_dev_status() 175 static int ast_vhub_ep_status(struct ast_vhub_dev *d, in ast_vhub_ep_status() 200 static void ast_vhub_dev_set_address(struct ast_vhub_dev *d, u8 addr) in ast_vhub_dev_set_address() 215 struct ast_vhub_dev *d = ep->dev; in ast_vhub_std_dev_request() 273 struct ast_vhub_dev * in ast_vhub_udc_wakeup() [all...] |
H A D | vhub.h | 222 struct ast_vhub_dev; 278 struct ast_vhub_dev *dev; 341 struct ast_vhub_dev { struct 365 #define to_ast_dev(__g) container_of(__g, struct ast_vhub_dev, gadget) 374 struct ast_vhub_dev dev; 526 void ast_vhub_reset_ep0(struct ast_vhub_dev *dev); 528 struct ast_vhub_dev *dev); 551 void ast_vhub_del_dev(struct ast_vhub_dev *d); 552 void ast_vhub_dev_irq(struct ast_vhub_dev *d); 559 struct ast_vhub_ep *ast_vhub_alloc_epn(struct ast_vhub_dev * [all...] |
H A D | ep0.c | 478 void ast_vhub_reset_ep0(struct ast_vhub_dev *dev) in ast_vhub_reset_ep0() 488 struct ast_vhub_dev *dev) in ast_vhub_init_ep0()
|
H A D | epn.c | 600 struct ast_vhub_dev *dev; in ast_vhub_epn_enable() 797 struct ast_vhub_ep *ast_vhub_alloc_epn(struct ast_vhub_dev *d, u8 addr) in ast_vhub_alloc_epn()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | vhub.h | 222 struct ast_vhub_dev; 278 struct ast_vhub_dev *dev; 341 struct ast_vhub_dev { struct 365 #define to_ast_dev(__g) container_of(__g, struct ast_vhub_dev, gadget) 374 struct ast_vhub_dev dev; 527 void ast_vhub_reset_ep0(struct ast_vhub_dev *dev); 529 struct ast_vhub_dev *dev); 552 void ast_vhub_del_dev(struct ast_vhub_dev *d); 553 void ast_vhub_dev_irq(struct ast_vhub_dev *d); 560 struct ast_vhub_ep *ast_vhub_alloc_epn(struct ast_vhub_dev * [all...] |
H A D | dev.c | 31 void ast_vhub_dev_irq(struct ast_vhub_dev *d) in ast_vhub_dev_irq() 45 static void ast_vhub_dev_enable(struct ast_vhub_dev *d) in ast_vhub_dev_enable() 89 static void ast_vhub_dev_disable(struct ast_vhub_dev *d) in ast_vhub_dev_disable() 108 static int ast_vhub_dev_feature(struct ast_vhub_dev *d, in ast_vhub_dev_feature() 134 static int ast_vhub_ep_feature(struct ast_vhub_dev *d, in ast_vhub_ep_feature() 166 static int ast_vhub_dev_status(struct ast_vhub_dev *d, in ast_vhub_dev_status() 180 static int ast_vhub_ep_status(struct ast_vhub_dev *d, in ast_vhub_ep_status() 205 static void ast_vhub_dev_set_address(struct ast_vhub_dev *d, u8 addr) in ast_vhub_dev_set_address() 220 struct ast_vhub_dev *d = ep->dev; in ast_vhub_std_dev_request() 278 struct ast_vhub_dev * in ast_vhub_udc_wakeup() [all...] |
H A D | ep0.c | 479 void ast_vhub_reset_ep0(struct ast_vhub_dev *dev) in ast_vhub_reset_ep0() 489 struct ast_vhub_dev *dev) in ast_vhub_init_ep0()
|
H A D | epn.c | 604 struct ast_vhub_dev *dev; in ast_vhub_epn_enable() 801 struct ast_vhub_ep *ast_vhub_alloc_epn(struct ast_vhub_dev *d, u8 addr) in ast_vhub_alloc_epn()
|
Completed in 7 milliseconds