Home
last modified time | relevance | path

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

/u-boot/include/
A Dgeneric-phy.h39 struct phy_ops { struct
55 int (*of_xlate)(struct phy *phy, struct ofnode_phandle_args *args);
69 int (*init)(struct phy *phy);
84 int (*exit)(struct phy *phy);
96 int (*reset)(struct phy *phy);
110 int (*power_on)(struct phy *phy);
124 int (*power_off)(struct phy *phy);
138 int (*configure)(struct phy *phy, void *params);
/u-boot/drivers/video/
A Dsandbox_dsi_host.c22 const struct mipi_dsi_phy_ops *phy_ops; member
29 const struct mipi_dsi_phy_ops *phy_ops) in sandbox_dsi_host_init()
A Ddsi-host-uclass.c16 const struct mipi_dsi_phy_ops *phy_ops) in dsi_host_init()
A Ddw_mipi_dsi.c227 const struct mipi_dsi_phy_ops *phy_ops; member
468 const struct mipi_dsi_phy_ops *phy_ops = dsi->phy_ops; in dw_mipi_dsi_set_mode() local
488 const struct mipi_dsi_phy_ops *phy_ops = dsi->phy_ops; in dw_mipi_dsi_init_pll() local
580 const struct mipi_dsi_phy_ops *phy_ops = dsi->phy_ops; in dw_mipi_dsi_command_mode_config() local
660 const struct mipi_dsi_phy_ops *phy_ops = dsi->phy_ops; in dw_mipi_dsi_dphy_timing_config() local
746 const struct mipi_dsi_phy_ops *phy_ops = dsi->phy_ops; in dw_mipi_dsi_bridge_set() local
786 const struct mipi_dsi_phy_ops *phy_ops) in dw_mipi_dsi_init()

Completed in 8 milliseconds