Lines Matching defs:usb_function
191 struct usb_function { struct
212 struct usb_function *); argument
214 struct usb_function *); argument
215 void (*free_func)(struct usb_function *f); argument
219 int (*set_alt)(struct usb_function *, argument
221 int (*get_alt)(struct usb_function *, argument
223 void (*disable)(struct usb_function *); argument
224 int (*setup)(struct usb_function *, argument
226 bool (*req_match)(struct usb_function *, argument
229 void (*suspend)(struct usb_function *); argument
230 void (*resume)(struct usb_function *); argument
233 int (*get_status)(struct usb_function *); argument
234 int (*func_suspend)(struct usb_function *, argument
240 const struct usb_function_instance *fi; argument
245 int usb_add_function(struct usb_configuration *, struct usb_function *); argument