Lines Matching refs:usb_function
97 struct usb_function { struct
114 struct usb_function *); argument
116 struct usb_function *); argument
119 int (*set_alt)(struct usb_function *, argument
121 int (*get_alt)(struct usb_function *, argument
123 void (*disable)(struct usb_function *); argument
124 int (*setup)(struct usb_function *, argument
126 void (*suspend)(struct usb_function *); argument
127 void (*resume)(struct usb_function *); argument
135 int usb_add_function(struct usb_configuration *, struct usb_function *); argument
137 int usb_function_deactivate(struct usb_function *);
138 int usb_function_activate(struct usb_function *);
140 int usb_interface_id(struct usb_configuration *, struct usb_function *);
234 struct usb_function *interface[MAX_CONFIG_INTERFACES];