Searched defs:phy_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 66758 struct phy_ops { struct 66759 int (*init)(struct phy *); 66760 int (*exit)(struct phy *); 66761 int (*power_on)(struct phy *); 66762 int (*power_off)(struct phy *); 66763 int (*set_mode)(struct phy *, enum phy_mode, int); 66764 int (*set_media)(struct phy *, enum phy_media); 66765 int (*set_speed)(struct phy *, int); 66766 int (*configure)(struct phy *, union phy_configure_opts *); 66767 int (*validate)(struct phy *, enum phy_mode, int, union phy_configure_opts *); [all …]
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 76225 struct phy_ops { struct 76226 int (*init)(struct phy *); 76227 int (*exit)(struct phy *); 76228 int (*power_on)(struct phy *); 76229 int (*power_off)(struct phy *); 76230 int (*set_mode)(struct phy *, enum phy_mode, int); 76231 int (*set_media)(struct phy *, enum phy_media); 76232 int (*set_speed)(struct phy *, int); 76233 int (*configure)(struct phy *, union phy_configure_opts *); 76234 int (*validate)(struct phy *, enum phy_mode, int, union phy_configure_opts *); [all …]
|