Lines Matching refs:usb_function
177 struct usb_function { struct
198 struct usb_function *); argument
200 struct usb_function *); argument
201 void (*free_func)(struct usb_function *f); argument
205 int (*set_alt)(struct usb_function *, argument
207 int (*get_alt)(struct usb_function *, argument
209 void (*disable)(struct usb_function *); argument
210 int (*setup)(struct usb_function *, argument
212 bool (*req_match)(struct usb_function *, argument
215 void (*suspend)(struct usb_function *); argument
216 void (*resume)(struct usb_function *); argument
219 int (*get_status)(struct usb_function *); argument
220 int (*func_suspend)(struct usb_function *, argument
231 int usb_add_function(struct usb_configuration *, struct usb_function *); argument
233 int usb_function_deactivate(struct usb_function *);
234 int usb_function_activate(struct usb_function *);
236 int usb_interface_id(struct usb_configuration *, struct usb_function *);
238 int config_ep_by_speed_and_alt(struct usb_gadget *g, struct usb_function *f,
241 int config_ep_by_speed(struct usb_gadget *g, struct usb_function *f,
320 struct usb_function *interface[MAX_CONFIG_INTERFACES];
574 struct usb_function *(*alloc_func)(struct usb_function_instance *inst);
589 void usb_put_function(struct usb_function *f);
591 struct usb_function *usb_get_function(struct usb_function_instance *fi);
597 void usb_remove_function(struct usb_configuration *c, struct usb_function *f);