Home
last modified time | relevance | path

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

/device/soc/rockchip/rk3588/kernel/include/linux/usb/
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 …]
/device/soc/rockchip/common/sdk_linux/include/linux/usb/
Dcomposite.h191 struct usb_function { struct
211 int (*bind)(struct usb_configuration *, struct usb_function *); argument
212 void (*unbind)(struct usb_configuration *, struct usb_function *); argument
213 void (*free_func)(struct usb_function *f); argument
217 int (*set_alt)(struct usb_function *, unsigned interface, unsigned alt); argument
218 int (*get_alt)(struct usb_function *, unsigned interface); argument
219 void (*disable)(struct usb_function *); argument
220 int (*setup)(struct usb_function *, const struct usb_ctrlrequest *); argument
221 bool (*req_match)(struct usb_function *, const struct usb_ctrlrequest *, bool config0); argument
222 void (*suspend)(struct usb_function *); argument
[all …]