| /kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
| D | core.c | 38 struct usb_gadget *gadget; member 466 int usb_gadget_frame_number(struct usb_gadget *gadget) in usb_gadget_frame_number() 491 int usb_gadget_wakeup(struct usb_gadget *gadget) in usb_gadget_wakeup() 518 int usb_gadget_set_selfpowered(struct usb_gadget *gadget) in usb_gadget_set_selfpowered() 546 int usb_gadget_clear_selfpowered(struct usb_gadget *gadget) in usb_gadget_clear_selfpowered() 577 int usb_gadget_vbus_connect(struct usb_gadget *gadget) in usb_gadget_vbus_connect() 607 int usb_gadget_vbus_draw(struct usb_gadget *gadget, unsigned mA) in usb_gadget_vbus_draw() 638 int usb_gadget_vbus_disconnect(struct usb_gadget *gadget) in usb_gadget_vbus_disconnect() 667 int usb_gadget_connect(struct usb_gadget *gadget) in usb_gadget_connect() 709 int usb_gadget_disconnect(struct usb_gadget *gadget) in usb_gadget_disconnect() [all …]
|
| D | at91_udc.c | 789 static int at91_get_frame(struct usb_gadget *gadget) in at91_get_frame() 798 static int at91_wakeup(struct usb_gadget *gadget) in at91_wakeup() 942 static int at91_vbus_session(struct usb_gadget *gadget, int is_active) in at91_vbus_session() 958 static int at91_pullup(struct usb_gadget *gadget, int is_on) in at91_pullup() 970 static int at91_set_selfpowered(struct usb_gadget *gadget, int is_on) in at91_set_selfpowered() 1552 static int at91_start(struct usb_gadget *gadget, in at91_start() 1566 static int at91_stop(struct usb_gadget *gadget) in at91_stop()
|
| D | s3c-hsudc.c | 139 struct usb_gadget gadget; member 171 static inline struct s3c_hsudc *to_hsudc(struct usb_gadget *gadget) in to_hsudc() 1100 static int s3c_hsudc_start(struct usb_gadget *gadget, in s3c_hsudc_start() 1155 static int s3c_hsudc_stop(struct usb_gadget *gadget) in s3c_hsudc_stop() 1191 static int s3c_hsudc_gadget_getframe(struct usb_gadget *gadget) in s3c_hsudc_gadget_getframe() 1196 static int s3c_hsudc_vbus_draw(struct usb_gadget *gadget, unsigned mA) in s3c_hsudc_vbus_draw()
|
| /kernel/linux/linux-4.19/drivers/usb/gadget/udc/ |
| D | core.c | 38 struct usb_gadget *gadget; member 466 int usb_gadget_frame_number(struct usb_gadget *gadget) in usb_gadget_frame_number() 491 int usb_gadget_wakeup(struct usb_gadget *gadget) in usb_gadget_wakeup() 518 int usb_gadget_set_selfpowered(struct usb_gadget *gadget) in usb_gadget_set_selfpowered() 546 int usb_gadget_clear_selfpowered(struct usb_gadget *gadget) in usb_gadget_clear_selfpowered() 577 int usb_gadget_vbus_connect(struct usb_gadget *gadget) in usb_gadget_vbus_connect() 607 int usb_gadget_vbus_draw(struct usb_gadget *gadget, unsigned mA) in usb_gadget_vbus_draw() 638 int usb_gadget_vbus_disconnect(struct usb_gadget *gadget) in usb_gadget_vbus_disconnect() 667 int usb_gadget_connect(struct usb_gadget *gadget) in usb_gadget_connect() 706 int usb_gadget_disconnect(struct usb_gadget *gadget) in usb_gadget_disconnect() [all …]
|
| D | at91_udc.c | 789 static int at91_get_frame(struct usb_gadget *gadget) in at91_get_frame() 798 static int at91_wakeup(struct usb_gadget *gadget) in at91_wakeup() 943 static int at91_vbus_session(struct usb_gadget *gadget, int is_active) in at91_vbus_session() 959 static int at91_pullup(struct usb_gadget *gadget, int is_on) in at91_pullup() 971 static int at91_set_selfpowered(struct usb_gadget *gadget, int is_on) in at91_set_selfpowered() 1553 static int at91_start(struct usb_gadget *gadget, in at91_start() 1567 static int at91_stop(struct usb_gadget *gadget) in at91_stop()
|
| D | s3c-hsudc.c | 141 struct usb_gadget gadget; member 173 static inline struct s3c_hsudc *to_hsudc(struct usb_gadget *gadget) in to_hsudc() 1149 static int s3c_hsudc_start(struct usb_gadget *gadget, in s3c_hsudc_start() 1203 static int s3c_hsudc_stop(struct usb_gadget *gadget) in s3c_hsudc_stop() 1238 static int s3c_hsudc_gadget_getframe(struct usb_gadget *gadget) in s3c_hsudc_gadget_getframe() 1243 static int s3c_hsudc_vbus_draw(struct usb_gadget *gadget, unsigned mA) in s3c_hsudc_vbus_draw()
|
| /kernel/linux/linux-4.19/drivers/usb/gadget/ |
| D | epautoconf.c | 64 struct usb_gadget *gadget, in usb_ep_autoconfig_ss() 162 struct usb_gadget *gadget, in usb_ep_autoconfig() 196 void usb_ep_autoconfig_reset (struct usb_gadget *gadget) in usb_ep_autoconfig_reset()
|
| D | composite.c | 547 struct usb_gadget *gadget = cdev->gadget; in config_desc() local 610 struct usb_gadget *gadget = cdev->gadget; in count_configs() local 801 struct usb_gadget *gadget = cdev->gadget; in set_config() local 1614 composite_setup(struct usb_gadget *gadget, const struct usb_ctrlrequest *ctrl) in composite_setup() 2028 void composite_disconnect(struct usb_gadget *gadget) in composite_disconnect() 2050 struct usb_gadget *gadget = dev_to_usb_gadget(dev); in suspended_show() local 2057 static void __composite_unbind(struct usb_gadget *gadget, bool unbind_driver) in __composite_unbind() 2089 static void composite_unbind(struct usb_gadget *gadget) in composite_unbind() 2135 struct usb_gadget *gadget = cdev->gadget; in composite_dev_prepare() local 2249 static int composite_bind(struct usb_gadget *gadget, in composite_bind() [all …]
|
| D | config.c | 204 struct usb_gadget *gadget) in usb_otg_descriptor_alloc() 219 int usb_otg_descriptor_init(struct usb_gadget *gadget, in usb_otg_descriptor_init()
|
| /kernel/linux/linux-4.19/drivers/usb/gadget/legacy/ |
| D | dbgp.c | 27 struct usb_gadget *gadget; member 209 static void dbgp_disconnect(struct usb_gadget *gadget) in dbgp_disconnect() 218 static void dbgp_unbind(struct usb_gadget *gadget) in dbgp_unbind() 235 static int dbgp_configure_endpoints(struct usb_gadget *gadget) in dbgp_configure_endpoints() 277 static int dbgp_bind(struct usb_gadget *gadget, in dbgp_bind() 337 static int dbgp_setup(struct usb_gadget *gadget, in dbgp_setup()
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/ |
| D | epautoconf.c | 64 struct usb_gadget *gadget, in usb_ep_autoconfig_ss() 150 struct usb_gadget *gadget, in usb_ep_autoconfig() 203 void usb_ep_autoconfig_reset (struct usb_gadget *gadget) in usb_ep_autoconfig_reset()
|
| D | composite.c | 553 struct usb_gadget *gadget = cdev->gadget; in config_desc() local 616 struct usb_gadget *gadget = cdev->gadget; in count_configs() local 821 struct usb_gadget *gadget = cdev->gadget; in set_config() local 1638 composite_setup(struct usb_gadget *gadget, const struct usb_ctrlrequest *ctrl) in composite_setup() 2064 void composite_disconnect(struct usb_gadget *gadget) in composite_disconnect() 2086 struct usb_gadget *gadget = dev_to_usb_gadget(dev); in suspended_show() local 2093 static void __composite_unbind(struct usb_gadget *gadget, bool unbind_driver) in __composite_unbind() 2125 static void composite_unbind(struct usb_gadget *gadget) in composite_unbind() 2171 struct usb_gadget *gadget = cdev->gadget; in composite_dev_prepare() local 2285 static int composite_bind(struct usb_gadget *gadget, in composite_bind() [all …]
|
| D | config.c | 216 struct usb_gadget *gadget) in usb_otg_descriptor_alloc() 231 int usb_otg_descriptor_init(struct usb_gadget *gadget, in usb_otg_descriptor_init()
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/legacy/ |
| D | dbgp.c | 27 struct usb_gadget *gadget; member 209 static void dbgp_disconnect(struct usb_gadget *gadget) in dbgp_disconnect() 218 static void dbgp_unbind(struct usb_gadget *gadget) in dbgp_unbind() 235 static int dbgp_configure_endpoints(struct usb_gadget *gadget) in dbgp_configure_endpoints() 277 static int dbgp_bind(struct usb_gadget *gadget, in dbgp_bind() 337 static int dbgp_setup(struct usb_gadget *gadget, in dbgp_setup()
|
| D | raw_gadget.c | 165 struct usb_gadget *gadget; member 266 static int gadget_bind(struct usb_gadget *gadget, in gadget_bind() 310 static void gadget_unbind(struct usb_gadget *gadget) in gadget_unbind() 319 static int gadget_setup(struct usb_gadget *gadget, in gadget_setup() 355 static void gadget_disconnect(struct usb_gadget *gadget) { } in gadget_disconnect() 356 static void gadget_suspend(struct usb_gadget *gadget) { } in gadget_suspend() 357 static void gadget_resume(struct usb_gadget *gadget) { } in gadget_resume() 358 static void gadget_reset(struct usb_gadget *gadget) { } in gadget_reset()
|
| /kernel/linux/linux-5.10/include/linux/usb/ |
| D | gadget.h | 440 static inline void set_gadget_data(struct usb_gadget *gadget, void *data) in set_gadget_data() 442 static inline void *get_gadget_data(struct usb_gadget *gadget) in get_gadget_data() 448 static inline struct usb_gadget *usb_get_gadget(struct usb_gadget *gadget) in usb_get_gadget() 453 static inline void usb_put_gadget(struct usb_gadget *gadget) in usb_put_gadget() 470 #define gadget_for_each_ep(tmp, gadget) \ argument 600 static inline int usb_gadget_frame_number(struct usb_gadget *gadget) in usb_gadget_frame_number() 602 static inline int usb_gadget_wakeup(struct usb_gadget *gadget) in usb_gadget_wakeup() 604 static inline int usb_gadget_set_selfpowered(struct usb_gadget *gadget) in usb_gadget_set_selfpowered() 606 static inline int usb_gadget_clear_selfpowered(struct usb_gadget *gadget) in usb_gadget_clear_selfpowered() 608 static inline int usb_gadget_vbus_connect(struct usb_gadget *gadget) in usb_gadget_vbus_connect() [all …]
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/ |
| D | dev.c | 271 static int ast_vhub_udc_wakeup(struct usb_gadget* gadget) in ast_vhub_udc_wakeup() 291 static int ast_vhub_udc_get_frame(struct usb_gadget* gadget) in ast_vhub_udc_get_frame() 309 static int ast_vhub_udc_pullup(struct usb_gadget* gadget, int on) in ast_vhub_udc_pullup() 335 static int ast_vhub_udc_start(struct usb_gadget *gadget, in ast_vhub_udc_start() 354 static struct usb_ep *ast_vhub_udc_match_ep(struct usb_gadget *gadget, in ast_vhub_udc_match_ep() 439 static int ast_vhub_udc_stop(struct usb_gadget *gadget) in ast_vhub_udc_stop()
|
| /kernel/linux/linux-4.19/drivers/usb/gadget/udc/aspeed-vhub/ |
| D | dev.c | 251 static int ast_vhub_udc_wakeup(struct usb_gadget* gadget) in ast_vhub_udc_wakeup() 271 static int ast_vhub_udc_get_frame(struct usb_gadget* gadget) in ast_vhub_udc_get_frame() 289 static int ast_vhub_udc_pullup(struct usb_gadget* gadget, int on) in ast_vhub_udc_pullup() 315 static int ast_vhub_udc_start(struct usb_gadget *gadget, in ast_vhub_udc_start() 334 static struct usb_ep *ast_vhub_udc_match_ep(struct usb_gadget *gadget, in ast_vhub_udc_match_ep() 419 static int ast_vhub_udc_stop(struct usb_gadget *gadget) in ast_vhub_udc_stop()
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/ |
| D | bdc_udc.c | 362 static int bdc_udc_start(struct usb_gadget *gadget, in bdc_udc_start() 396 static int bdc_udc_stop(struct usb_gadget *gadget) in bdc_udc_stop() 411 static int bdc_udc_pullup(struct usb_gadget *gadget, int is_on) in bdc_udc_pullup() 446 static int bdc_udc_set_selfpowered(struct usb_gadget *gadget, in bdc_udc_set_selfpowered() 465 static int bdc_udc_wakeup(struct usb_gadget *gadget) in bdc_udc_wakeup()
|
| /kernel/linux/linux-4.19/drivers/usb/gadget/udc/bdc/ |
| D | bdc_udc.c | 362 static int bdc_udc_start(struct usb_gadget *gadget, in bdc_udc_start() 396 static int bdc_udc_stop(struct usb_gadget *gadget) in bdc_udc_stop() 411 static int bdc_udc_pullup(struct usb_gadget *gadget, int is_on) in bdc_udc_pullup() 446 static int bdc_udc_set_selfpowered(struct usb_gadget *gadget, in bdc_udc_set_selfpowered() 465 static int bdc_udc_wakeup(struct usb_gadget *gadget) in bdc_udc_wakeup()
|
| /kernel/linux/linux-4.19/include/linux/usb/ |
| D | gadget.h | 425 static inline void set_gadget_data(struct usb_gadget *gadget, void *data) in set_gadget_data() 427 static inline void *get_gadget_data(struct usb_gadget *gadget) in get_gadget_data() 435 #define gadget_for_each_ep(tmp, gadget) \ argument 565 static inline int usb_gadget_frame_number(struct usb_gadget *gadget) in usb_gadget_frame_number() 567 static inline int usb_gadget_wakeup(struct usb_gadget *gadget) in usb_gadget_wakeup() 569 static inline int usb_gadget_set_selfpowered(struct usb_gadget *gadget) in usb_gadget_set_selfpowered() 571 static inline int usb_gadget_clear_selfpowered(struct usb_gadget *gadget) in usb_gadget_clear_selfpowered() 573 static inline int usb_gadget_vbus_connect(struct usb_gadget *gadget) in usb_gadget_vbus_connect() 575 static inline int usb_gadget_vbus_draw(struct usb_gadget *gadget, unsigned mA) in usb_gadget_vbus_draw() 577 static inline int usb_gadget_vbus_disconnect(struct usb_gadget *gadget) in usb_gadget_vbus_disconnect() [all …]
|
| /kernel/linux/linux-4.19/drivers/usb/mtu3/ |
| D | mtu3_gadget.c | 432 static int mtu3_gadget_get_frame(struct usb_gadget *gadget) in mtu3_gadget_get_frame() 439 static int mtu3_gadget_wakeup(struct usb_gadget *gadget) in mtu3_gadget_wakeup() 464 static int mtu3_gadget_set_self_powered(struct usb_gadget *gadget, in mtu3_gadget_set_self_powered() 473 static int mtu3_gadget_pullup(struct usb_gadget *gadget, int is_on) in mtu3_gadget_pullup() 498 static int mtu3_gadget_start(struct usb_gadget *gadget, in mtu3_gadget_start()
|
| /kernel/linux/linux-5.10/drivers/usb/mtu3/ |
| D | mtu3_gadget.c | 421 static int mtu3_gadget_get_frame(struct usb_gadget *gadget) in mtu3_gadget_get_frame() 428 static int mtu3_gadget_wakeup(struct usb_gadget *gadget) in mtu3_gadget_wakeup() 453 static int mtu3_gadget_set_self_powered(struct usb_gadget *gadget, in mtu3_gadget_set_self_powered() 462 static int mtu3_gadget_pullup(struct usb_gadget *gadget, int is_on) in mtu3_gadget_pullup() 487 static int mtu3_gadget_start(struct usb_gadget *gadget, in mtu3_gadget_start()
|
| /kernel/linux/linux-5.10/drivers/usb/isp1760/ |
| D | isp1760-udc.c | 33 static inline struct isp1760_udc *gadget_to_udc(struct usb_gadget *gadget) in gadget_to_udc() 1151 static int isp1760_udc_get_frame(struct usb_gadget *gadget) in isp1760_udc_get_frame() 1158 static int isp1760_udc_wakeup(struct usb_gadget *gadget) in isp1760_udc_wakeup() 1166 static int isp1760_udc_set_selfpowered(struct usb_gadget *gadget, in isp1760_udc_set_selfpowered() 1179 static int isp1760_udc_pullup(struct usb_gadget *gadget, int is_on) in isp1760_udc_pullup() 1189 static int isp1760_udc_start(struct usb_gadget *gadget, in isp1760_udc_start() 1232 static int isp1760_udc_stop(struct usb_gadget *gadget) in isp1760_udc_stop()
|
| /kernel/linux/linux-4.19/drivers/usb/isp1760/ |
| D | isp1760-udc.c | 33 static inline struct isp1760_udc *gadget_to_udc(struct usb_gadget *gadget) in gadget_to_udc() 1151 static int isp1760_udc_get_frame(struct usb_gadget *gadget) in isp1760_udc_get_frame() 1158 static int isp1760_udc_wakeup(struct usb_gadget *gadget) in isp1760_udc_wakeup() 1166 static int isp1760_udc_set_selfpowered(struct usb_gadget *gadget, in isp1760_udc_set_selfpowered() 1179 static int isp1760_udc_pullup(struct usb_gadget *gadget, int is_on) in isp1760_udc_pullup() 1189 static int isp1760_udc_start(struct usb_gadget *gadget, in isp1760_udc_start() 1232 static int isp1760_udc_stop(struct usb_gadget *gadget) in isp1760_udc_stop()
|