Searched refs:usb_function (Results  1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ | 
| D | vmlinux.h | 102324 struct usb_function {  struct 102334 	int (*bind)(struct usb_configuration *, struct usb_function *);  argument 102335 	void (*unbind)(struct usb_configuration *, struct usb_function *);  argument 102336 	void (*free_func)(struct usb_function *);  argument 102338 	int (*set_alt)(struct usb_function *, unsigned int, unsigned int);  argument 102339 	int (*get_alt)(struct usb_function *, unsigned int);  argument 102340 	void (*disable)(struct usb_function *);  argument 102341 	int (*setup)(struct usb_function *, const struct usb_ctrlrequest *);  argument 102342 	bool (*req_match)(struct usb_function *, const struct usb_ctrlrequest *, bool);  argument 102343 	void (*suspend)(struct usb_function *);  argument [all …] 
 | 
| /system/bpf/include/vmlinux/android15_6.6/arm64/ | 
| D | vmlinux.h | 92628 struct usb_function {  struct 92638 	int (*bind)(struct usb_configuration *, struct usb_function *);  argument 92639 	void (*unbind)(struct usb_configuration *, struct usb_function *);  argument 92640 	void (*free_func)(struct usb_function *);  argument 92642 	int (*set_alt)(struct usb_function *, unsigned int, unsigned int);  argument 92643 	int (*get_alt)(struct usb_function *, unsigned int);  argument 92644 	void (*disable)(struct usb_function *);  argument 92645 	int (*setup)(struct usb_function *, const struct usb_ctrlrequest *);  argument 92646 	bool (*req_match)(struct usb_function *, const struct usb_ctrlrequest *, bool);  argument 92647 	void (*suspend)(struct usb_function *);  argument [all …] 
 |