Lines Matching refs:usb_function
144 struct usb_function { struct
164 struct usb_function *); argument
166 struct usb_function *); argument
169 int (*set_alt)(struct usb_function *, argument
171 int (*get_alt)(struct usb_function *, argument
173 void (*disable)(struct usb_function *); argument
174 int (*setup)(struct usb_function *, argument
176 void (*suspend)(struct usb_function *); argument
177 void (*resume)(struct usb_function *); argument
185 int usb_add_function(struct usb_configuration *, struct usb_function *); argument
187 int usb_function_deactivate(struct usb_function *);
188 int usb_function_activate(struct usb_function *);
190 int usb_interface_id(struct usb_configuration *, struct usb_function *);
284 struct usb_function *interface[MAX_CONFIG_INTERFACES];