Searched refs:rockchip_phy (Results 1 – 15 of 15) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_phy.h | 17 struct rockchip_phy; 20 int (*init)(struct rockchip_phy *phy); 21 int (*power_on)(struct rockchip_phy *phy); 22 int (*power_off)(struct rockchip_phy *phy); 23 unsigned long (*set_pll)(struct rockchip_phy *phy, unsigned long rate); 24 int (*set_bus_width)(struct rockchip_phy *phy, u32 bus_width); 25 long (*round_rate)(struct rockchip_phy *phy, unsigned long rate); 26 int (*set_mode)(struct rockchip_phy *phy, enum phy_mode mode); 29 struct rockchip_phy { struct 36 int rockchip_phy_init(struct rockchip_phy *phy); argument [all …]
|
| H A D | rockchip_phy.c | 10 int rockchip_phy_init(struct rockchip_phy *phy) in rockchip_phy_init() 21 int rockchip_phy_power_on(struct rockchip_phy *phy) in rockchip_phy_power_on() 32 int rockchip_phy_power_off(struct rockchip_phy *phy) in rockchip_phy_power_off() 43 unsigned long rockchip_phy_set_pll(struct rockchip_phy *phy, in rockchip_phy_set_pll() 55 int rockchip_phy_set_bus_width(struct rockchip_phy *phy, u32 bus_width) in rockchip_phy_set_bus_width() 66 long rockchip_phy_round_rate(struct rockchip_phy *phy, unsigned long rate) in rockchip_phy_round_rate() 77 int rockchip_phy_set_mode(struct rockchip_phy *phy, enum phy_mode mode) in rockchip_phy_set_mode()
|
| H A D | inno_video_phy.c | 118 static int inno_video_phy_power_on(struct rockchip_phy *phy) in inno_video_phy_power_on() 159 static int inno_video_phy_power_off(struct rockchip_phy *phy) in inno_video_phy_power_off() 169 static int inno_video_phy_set_mode(struct rockchip_phy *phy, in inno_video_phy_set_mode() 187 inno_video_phy_set_bus_width(struct rockchip_phy *phy, u32 bus_width) in inno_video_phy_set_bus_width() 206 struct rockchip_phy *phy = in inno_video_phy_probe() 207 (struct rockchip_phy *)dev_get_driver_data(dev); in inno_video_phy_probe() 215 static struct rockchip_phy inno_video_phy_driver_data = {
|
| H A D | inno_video_combo_phy.c | 612 struct rockchip_phy *phy = in inno_video_phy_mipi_mode_enable() 613 (struct rockchip_phy *)dev_get_driver_data(inno->dev); in inno_video_phy_mipi_mode_enable() 748 static int inno_video_phy_power_on(struct rockchip_phy *phy) in inno_video_phy_power_on() 776 static int inno_video_phy_power_off(struct rockchip_phy *phy) in inno_video_phy_power_off() 869 static unsigned long inno_video_phy_set_pll(struct rockchip_phy *phy, in inno_video_phy_set_pll() 890 static int inno_video_phy_set_mode(struct rockchip_phy *phy, in inno_video_phy_set_mode() 911 struct rockchip_phy *tmp_phy; in inno_video_phy_probe() 912 struct rockchip_phy *phy; in inno_video_phy_probe() 919 tmp_phy = (struct rockchip_phy *)dev_get_driver_data(dev); in inno_video_phy_probe() 956 static struct rockchip_phy px30_inno_video_phy_driver_data = { [all …]
|
| H A D | rockchip_connector.h | 12 struct rockchip_phy *phy; 28 struct rockchip_phy *phy;
|
| H A D | Makefile | 10 obj-y += rockchip_display.o rockchip_display_helper.o rockchip_crtc.o rockchip_phy.o rockchip_bridg… 45 …kchip_crtc.o rockchip_connector.o rockchip_post_csc.o rockchip_vop2.o rockchip_phy.o rockchip-inno…
|
| H A D | samsung_mipi_dcphy.c | 1621 static int samsung_mipi_dcphy_power_on(struct rockchip_phy *phy) in samsung_mipi_dcphy_power_on() 1633 static int samsung_mipi_dcphy_power_off(struct rockchip_phy *phy) in samsung_mipi_dcphy_power_off() 1819 static unsigned long samsung_mipi_dcphy_set_pll(struct rockchip_phy *phy, in samsung_mipi_dcphy_set_pll() 1850 static int samsung_mipi_dcphy_set_mode(struct rockchip_phy *phy, in samsung_mipi_dcphy_set_mode() 1863 struct rockchip_phy *tmp_phy; in samsung_mipi_dcphy_probe() 1864 struct rockchip_phy *phy; in samsung_mipi_dcphy_probe() 1872 tmp_phy = (struct rockchip_phy *)dev_get_driver_data(dev); in samsung_mipi_dcphy_probe() 1940 static struct rockchip_phy rk3576_samsung_mipi_dcphy_driver_data = { 1945 static struct rockchip_phy rk3588_samsung_mipi_dcphy_driver_data = {
|
| H A D | inno_mipi_phy.c | 434 struct rockchip_phy *phy = in inno_mipi_dphy_lane_timing_init() 435 (struct rockchip_phy *)dev_get_driver_data(inno->dev); in inno_mipi_dphy_lane_timing_init() 638 static int inno_mipi_dphy_power_on(struct rockchip_phy *phy) in inno_mipi_dphy_power_on() 658 static int inno_mipi_dphy_power_off(struct rockchip_phy *phy) in inno_mipi_dphy_power_off() 670 static unsigned long inno_mipi_dphy_set_pll(struct rockchip_phy *phy, in inno_mipi_dphy_set_pll() 738 static int inno_mipi_dphy_init(struct rockchip_phy *phy) in inno_mipi_dphy_init() 785 struct rockchip_phy *phy; in inno_mipi_dphy_probe()
|
| H A D | rockchip-inno-hdmi-phy.c | 450 static int inno_hdmi_phy_power_on(struct rockchip_phy *phy) in inno_hdmi_phy_power_on() 502 static int inno_hdmi_phy_power_off(struct rockchip_phy *phy) in inno_hdmi_phy_power_off() 1223 static int inno_hdmi_phy_init(struct rockchip_phy *phy) in inno_hdmi_phy_init() 1309 static unsigned long inno_hdmi_phy_set_pll(struct rockchip_phy *phy, in inno_hdmi_phy_set_pll() 1329 inno_hdmi_phy_set_bus_width(struct rockchip_phy *phy, u32 bus_width) in inno_hdmi_phy_set_bus_width() 1343 inno_hdmi_phy_clk_round_rate(struct rockchip_phy *phy, unsigned long rate) in inno_hdmi_phy_clk_round_rate() 1395 static struct rockchip_phy inno_hdmi_phy_driver_data = { 1431 struct rockchip_phy *phy = in inno_hdmi_phy_probe() 1432 (struct rockchip_phy *)dev_get_driver_data(dev); in inno_hdmi_phy_probe()
|
| H A D | phy-rockchip-samsung-hdptx-hdmi.c | 1823 static int rockchip_hdptx_phy_power_on(struct rockchip_phy *phy) in rockchip_hdptx_phy_power_on() 1840 static int rockchip_hdptx_phy_power_off(struct rockchip_phy *phy) in rockchip_hdptx_phy_power_off() 1845 static long rockchip_hdptx_phy_clk_round_rate(struct rockchip_phy *phy, in rockchip_hdptx_phy_clk_round_rate() 1861 static unsigned long rockchip_hdptx_phy_clk_set_rate(struct rockchip_phy *phy, in rockchip_hdptx_phy_clk_set_rate() 1876 rockchip_hdptx_phy_set_bus_width(struct rockchip_phy *phy, u32 bus_width) in rockchip_hdptx_phy_set_bus_width() 1893 static struct rockchip_phy hdptx_hdmi_phy_driver_data0 = { 1897 static struct rockchip_phy hdptx_hdmi_phy_driver_data1 = { 1904 struct rockchip_phy *phy; in rockchip_hdptx_phy_hdmi_probe()
|
| H A D | rockchip_display.c | 80 const struct rockchip_phy *phy_drv; 261 struct rockchip_phy *phy; in get_public_phy() 281 phy = (struct rockchip_phy *)dev_get_driver_data(dev); in get_public_phy() 386 conn->phy = (struct rockchip_phy *)data->phy_drv; in connector_phy_init() 2004 static struct rockchip_phy *rockchip_of_find_phy(struct udevice *dev) in rockchip_of_find_phy() 2013 return (struct rockchip_phy *)dev_get_driver_data(phy_dev); in rockchip_of_find_phy()
|
| H A D | dw_mipi_dsi2.c | 227 struct rockchip_phy *phy; 839 struct rockchip_phy *phy = NULL; in dw_mipi_dsi2_connector_init() 889 phy = (struct rockchip_phy *)dev_get_driver_data(phy_dev); in dw_mipi_dsi2_connector_init()
|
| H A D | dw_mipi_dsi.c | 226 struct rockchip_phy *phy; 1162 struct rockchip_phy *phy = NULL; in dw_mipi_dsi_connector_init() 1170 phy = (struct rockchip_phy *)dev_get_driver_data(phy_dev); in dw_mipi_dsi_connector_init()
|
| H A D | rockchip_lvds.c | 104 struct rockchip_phy *phy;
|
| H A D | rockchip_rgb.c | 91 struct rockchip_phy *phy;
|