D | composite.h | 93 struct usb_function { struct 109 struct usb_function *); argument 111 struct usb_function *); argument 114 int (*set_alt)(struct usb_function *, argument 116 int (*get_alt)(struct usb_function *, argument 118 void (*disable)(struct usb_function *); argument 119 int (*setup)(struct usb_function *, argument 121 void (*suspend)(struct usb_function *); argument 122 void (*resume)(struct usb_function *); argument 130 int usb_add_function(struct usb_configuration *, struct usb_function *); argument [all …]
|