Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h89201 struct usb_phy *usb_phy; member
89364 struct usb_phy { struct
89368 enum usb_phy_type type; argument
89369 enum usb_phy_events last_event; argument
89372 struct usb_phy_io_ops *io_ops; argument
89387 int (*init)(struct usb_phy *); argument
89388 void (*shutdown)(struct usb_phy *); argument
89389 int (*set_vbus)(struct usb_phy *, int); argument
89390 int (*set_power)(struct usb_phy *, unsigned int); argument
89391 int (*set_suspend)(struct usb_phy *, int); argument
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h98937 struct usb_phy *usb_phy; member
99100 struct usb_phy { struct
99104 enum usb_phy_type type; argument
99105 enum usb_phy_events last_event; argument
99108 struct usb_phy_io_ops *io_ops; argument
99123 int (*init)(struct usb_phy *); argument
99124 void (*shutdown)(struct usb_phy *); argument
99125 int (*set_vbus)(struct usb_phy *, int); argument
99126 int (*set_power)(struct usb_phy *, unsigned int); argument
99127 int (*set_suspend)(struct usb_phy *, int); argument
[all …]