Lines Matching defs:usb_function
190 struct usb_function { struct
211 struct usb_function *); argument
213 struct usb_function *); argument
214 void (*free_func)(struct usb_function *f); argument
218 int (*set_alt)(struct usb_function *, argument
220 int (*get_alt)(struct usb_function *, argument
222 void (*disable)(struct usb_function *); argument
223 int (*setup)(struct usb_function *, argument
225 bool (*req_match)(struct usb_function *, argument
228 void (*suspend)(struct usb_function *); argument
229 void (*resume)(struct usb_function *); argument
232 int (*get_status)(struct usb_function *); argument
233 int (*func_suspend)(struct usb_function *, argument
241 const struct usb_function_instance *fi; argument
246 int usb_add_function(struct usb_configuration *, struct usb_function *); argument