Lines Matching refs:usb_function
183 struct usb_function { struct
203 struct usb_function *); argument
205 struct usb_function *); argument
206 void (*free_func)(struct usb_function *f); argument
210 int (*set_alt)(struct usb_function *, argument
212 int (*get_alt)(struct usb_function *, argument
214 void (*disable)(struct usb_function *); argument
215 int (*setup)(struct usb_function *, argument
217 bool (*req_match)(struct usb_function *, argument
219 void (*suspend)(struct usb_function *); argument
220 void (*resume)(struct usb_function *); argument
223 int (*get_status)(struct usb_function *); argument
224 int (*func_suspend)(struct usb_function *, argument
235 int usb_add_function(struct usb_configuration *, struct usb_function *); argument
237 int usb_function_deactivate(struct usb_function *);
238 int usb_function_activate(struct usb_function *);
240 int usb_interface_id(struct usb_configuration *, struct usb_function *);
242 int config_ep_by_speed(struct usb_gadget *g, struct usb_function *f,
320 struct usb_function *interface[MAX_CONFIG_INTERFACES];
570 struct usb_function *(*alloc_func)(struct usb_function_instance *inst);
585 void usb_put_function(struct usb_function *f);
587 struct usb_function *usb_get_function(struct usb_function_instance *fi);
593 void usb_remove_function(struct usb_configuration *c, struct usb_function *f);