Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h111806 struct usb_phy *usb_phy; member
131585 struct usb_phy { struct
131589 enum usb_phy_type type; argument
131590 enum usb_phy_events last_event; argument
131593 struct usb_phy_io_ops *io_ops; argument
131608 int (*init)(struct usb_phy *); argument
131609 void (*shutdown)(struct usb_phy *); argument
131610 int (*set_vbus)(struct usb_phy *, int); argument
131611 int (*set_power)(struct usb_phy *, unsigned int); argument
131612 int (*set_suspend)(struct usb_phy *, int); argument
[all …]