Lines Matching defs:usb_function
181 struct usb_function { struct
202 struct usb_function *); argument
204 struct usb_function *); argument
205 void (*free_func)(struct usb_function *f); argument
209 int (*set_alt)(struct usb_function *, argument
211 int (*get_alt)(struct usb_function *, argument
213 void (*disable)(struct usb_function *); argument
214 int (*setup)(struct usb_function *, argument
216 bool (*req_match)(struct usb_function *, argument
219 void (*suspend)(struct usb_function *); argument
220 void (*resume)(struct usb_function *); argument
223 int (*get_status)(struct usb_function *); argument
224 int (*func_suspend)(struct usb_function *, argument
232 const struct usb_function_instance *fi; argument
237 int usb_add_function(struct usb_configuration *, struct usb_function *); argument