Home
last modified time | relevance | path

Searched defs:usb_function (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dcomposite.h97 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
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dcomposite.h191 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
[all …]
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_thor.h117 struct usb_function usb_function; member
H A Df_dfu.c31 struct usb_function usb_function; member
H A Df_sdp.c96 struct usb_function usb_function; member
H A Df_fastboot.c72 struct usb_function usb_function; member