Home
last modified time | relevance | path

Searched refs:sun6i_dphy (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun6i_mipi_dsi.h16 struct sun6i_dphy { struct
32 struct sun6i_dphy *dphy; argument
58 int sun6i_dphy_init(struct sun6i_dphy *dphy, unsigned int lanes);
59 int sun6i_dphy_power_on(struct sun6i_dphy *dphy, unsigned int lanes);
60 int sun6i_dphy_power_off(struct sun6i_dphy *dphy);
61 int sun6i_dphy_exit(struct sun6i_dphy *dphy);
Dsun6i_mipi_dphy.c84 int sun6i_dphy_init(struct sun6i_dphy *dphy, unsigned int lanes) in sun6i_dphy_init()
120 int sun6i_dphy_power_on(struct sun6i_dphy *dphy, unsigned int lanes) in sun6i_dphy_power_on()
184 int sun6i_dphy_power_off(struct sun6i_dphy *dphy) in sun6i_dphy_power_off()
192 int sun6i_dphy_exit(struct sun6i_dphy *dphy) in sun6i_dphy_exit()
216 struct sun6i_dphy *dphy; in sun6i_dphy_probe()
284 struct sun6i_dphy *dphy = dsi->dphy; in sun6i_dphy_remove()