Lines Matching refs:usb_function
143 struct usb_function { struct
163 struct usb_function *); argument
165 struct usb_function *); argument
168 int (*set_alt)(struct usb_function *, argument
170 int (*get_alt)(struct usb_function *, argument
172 void (*disable)(struct usb_function *); argument
173 int (*setup)(struct usb_function *, argument
175 void (*suspend)(struct usb_function *); argument
176 void (*resume)(struct usb_function *); argument
184 int usb_add_function(struct usb_configuration *, struct usb_function *); argument
186 int usb_function_deactivate(struct usb_function *);
187 int usb_function_activate(struct usb_function *);
189 int usb_interface_id(struct usb_configuration *, struct usb_function *);
283 struct usb_function *interface[MAX_CONFIG_INTERFACES];