Searched refs:usb_configuration (Results 1 – 5 of 5) sorted by relevance
37 struct usb_configuration;150 struct usb_configuration *config;162 int (*bind)(struct usb_configuration *,164 void (*unbind)(struct usb_configuration *,251 struct usb_configuration { struct262 int (*bind)(struct usb_configuration *); argument263 void (*unbind)(struct usb_configuration *); argument264 int (*setup)(struct usb_configuration *, argument287 struct usb_configuration *); argument389 struct usb_configuration *config;[all …]
19 int thor_add(struct usb_configuration *c);
30 int fsg_add(struct usb_configuration *c);
27 typedef int (*g_dnl_bind_callback_f)(struct usb_configuration *);
598 int dfu_add(struct usb_configuration *c);
Completed in 17 milliseconds