Lines Matching refs:usb_function
189 struct usb_function { struct
210 struct usb_function *); argument
212 struct usb_function *); argument
213 void (*free_func)(struct usb_function *f); argument
217 int (*set_alt)(struct usb_function *, argument
219 int (*get_alt)(struct usb_function *, argument
221 void (*disable)(struct usb_function *); argument
222 int (*setup)(struct usb_function *, argument
224 bool (*req_match)(struct usb_function *, argument
227 void (*suspend)(struct usb_function *); argument
228 void (*resume)(struct usb_function *); argument
231 int (*get_status)(struct usb_function *); argument
232 int (*func_suspend)(struct usb_function *, argument
245 int usb_add_function(struct usb_configuration *, struct usb_function *); argument
247 int usb_function_deactivate(struct usb_function *);
248 int usb_function_activate(struct usb_function *);
250 int usb_interface_id(struct usb_configuration *, struct usb_function *);
252 int config_ep_by_speed_and_alt(struct usb_gadget *g, struct usb_function *f,
255 int config_ep_by_speed(struct usb_gadget *g, struct usb_function *f,
257 int usb_func_wakeup(struct usb_function *func);
335 struct usb_function *interface[MAX_CONFIG_INTERFACES];
579 struct usb_function *(*alloc_func)(struct usb_function_instance *inst);
594 void usb_put_function(struct usb_function *f);
596 struct usb_function *usb_get_function(struct usb_function_instance *fi);
602 void usb_remove_function(struct usb_configuration *c, struct usb_function *f);