Searched refs:usb_configuration (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/usb/ |
H A D | composite.h | 61 struct usb_configuration;
199 struct usb_configuration *config;
211 int (*bind)(struct usb_configuration *, struct usb_function *);
212 void (*unbind)(struct usb_configuration *, struct usb_function *);
237 int usb_add_function(struct usb_configuration *, struct usb_function *);
242 int usb_interface_id(struct usb_configuration *, struct usb_function *);
251 * struct usb_configuration - represents one gadget configuration
279 * The lifecycle of a usb_configuration includes allocation, initialization
292 struct usb_configuration {
struct 303 void (*unbind)(struct usb_configuration *);
[all...] |
/device/soc/rockchip/rk3588/kernel/include/linux/usb/ |
H A D | composite.h | 61 struct usb_configuration; 199 struct usb_configuration *config; 211 int (*bind)(struct usb_configuration *, 213 void (*unbind)(struct usb_configuration *, 245 int usb_add_function(struct usb_configuration *, struct usb_function *); 250 int usb_interface_id(struct usb_configuration *, struct usb_function *); 261 * struct usb_configuration - represents one gadget configuration 289 * The lifecycle of a usb_configuration includes allocation, initialization 302 struct usb_configuration { struct 313 void (*unbind)(struct usb_configuration *); [all...] |
Completed in 2 milliseconds