Home
last modified time | relevance | path

Searched refs:rxphy_pwron (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/misc/rk628/
H A Drk628_hdmirx.c317 bool rxphy_pwron = false; in rk628_hdmirx_phy_power_on() local
319 if (rxphy_pwron) { in rk628_hdmirx_phy_power_on()
325 rxphy_pwron = false; in rk628_hdmirx_phy_power_on()
329 if (rxphy_pwron == false) { in rk628_hdmirx_phy_power_on()
332 rxphy_pwron = false; in rk628_hdmirx_phy_power_on()
335 rxphy_pwron = true; in rk628_hdmirx_phy_power_on()
340 dev_info(rk628->dev, "%s:rxphy_pwron=%d\n", __func__, rxphy_pwron); in rk628_hdmirx_phy_power_on()
/OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/
H A Drk628_bt1120_v4l2.c112 bool rxphy_pwron; member
741 if (bt1120->rxphy_pwron) { in rk628_hdmirx_phy_power_on()
747 bt1120->rxphy_pwron = false; in rk628_hdmirx_phy_power_on()
751 if (bt1120->rxphy_pwron == false) { in rk628_hdmirx_phy_power_on()
755 bt1120->rxphy_pwron = false; in rk628_hdmirx_phy_power_on()
758 bt1120->rxphy_pwron = true; in rk628_hdmirx_phy_power_on()
771 if (bt1120->rxphy_pwron) { in rk628_hdmirx_phy_power_off()
774 bt1120->rxphy_pwron = false; in rk628_hdmirx_phy_power_off()
1786 bt1120->rxphy_pwron = false; in rk628_bt1120_probe_of()
2017 if (bt1120->rxphy_pwron) in rk628_bt1120_remove()
H A Drk628_csi_v4l2.c122 bool rxphy_pwron; member
938 if (csi->rxphy_pwron) { in rk628_hdmirx_phy_power_on()
944 csi->rxphy_pwron = false; in rk628_hdmirx_phy_power_on()
948 if (csi->rxphy_pwron == false) { in rk628_hdmirx_phy_power_on()
952 csi->rxphy_pwron = false; in rk628_hdmirx_phy_power_on()
955 csi->rxphy_pwron = true; in rk628_hdmirx_phy_power_on()
968 if (csi->rxphy_pwron) { in rk628_hdmirx_phy_power_off()
971 csi->rxphy_pwron = false; in rk628_hdmirx_phy_power_off()
2071 csi->rxphy_pwron = false; in rk628_csi_probe_of()
2347 if (csi->rxphy_pwron) in rk628_csi_remove()