Searched defs:usb_phy (Results  1 – 6 of 6) sorted by relevance
| /external/bcc/libbpf-tools/powerpc/ | 
| D | vmlinux_510.h | 105617 struct usb_phy {  struct105621 	enum usb_phy_type type;  argument
 105622 	enum usb_phy_events last_event;  argument
 105625 	struct usb_phy_io_ops *io_ops;  argument
 105640 	int (*init)(struct usb_phy *);  argument
 105641 	void (*shutdown)(struct usb_phy *);  argument
 105642 	int (*set_vbus)(struct usb_phy *, int);  argument
 105643 	int (*set_power)(struct usb_phy *, unsigned int);  argument
 105644 	int (*set_suspend)(struct usb_phy *, int);  argument
 105645 	int (*set_wakeup)(struct usb_phy *, bool);  argument
 [all …]
 
 | 
| D | vmlinux.h | 105617 struct usb_phy {  struct105621 	enum usb_phy_type type;  argument
 105622 	enum usb_phy_events last_event;  argument
 105625 	struct usb_phy_io_ops *io_ops;  argument
 105640 	int (*init)(struct usb_phy *);  argument
 105641 	void (*shutdown)(struct usb_phy *);  argument
 105642 	int (*set_vbus)(struct usb_phy *, int);  argument
 105643 	int (*set_power)(struct usb_phy *, unsigned int);  argument
 105644 	int (*set_suspend)(struct usb_phy *, int);  argument
 105645 	int (*set_wakeup)(struct usb_phy *, bool);  argument
 [all …]
 
 | 
| /external/bcc/libbpf-tools/x86/ | 
| D | vmlinux_505.h | 92283 	struct usb_phy *usb_phy;  member92409 struct usb_phy {  struct
 92413 	enum usb_phy_type type;  argument
 92414 	enum usb_phy_events last_event;  argument
 92417 	struct usb_phy_io_ops *io_ops;  argument
 92432 	int (*init)(struct usb_phy *);  argument
 92433 	void (*shutdown)(struct usb_phy *);  argument
 92434 	int (*set_vbus)(struct usb_phy *, int);  argument
 92435 	int (*set_power)(struct usb_phy *, unsigned int);  argument
 92436 	int (*set_suspend)(struct usb_phy *, int);  argument
 [all …]
 
 | 
| D | vmlinux.h | 92283 	struct usb_phy *usb_phy;  member92409 struct usb_phy {  struct
 92413 	enum usb_phy_type type;  argument
 92414 	enum usb_phy_events last_event;  argument
 92417 	struct usb_phy_io_ops *io_ops;  argument
 92432 	int (*init)(struct usb_phy *);  argument
 92433 	void (*shutdown)(struct usb_phy *);  argument
 92434 	int (*set_vbus)(struct usb_phy *, int);  argument
 92435 	int (*set_power)(struct usb_phy *, unsigned int);  argument
 92436 	int (*set_suspend)(struct usb_phy *, int);  argument
 [all …]
 
 | 
| /external/bcc/libbpf-tools/arm64/ | 
| D | vmlinux.h | 77470 	struct usb_phy *usb_phy;  member89083 	struct usb_phy___2 *usb_phy;  member
 
 | 
| D | vmlinux_510.h | 77470 	struct usb_phy *usb_phy;  member89083 	struct usb_phy___2 *usb_phy;  member
 
 |