Searched refs:dw_hdmi_phy_gen2_txpwron (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/drm/bridge/ |
H A D | dw_hdmi.h | 187 void dw_hdmi_phy_gen2_txpwron(struct dw_hdmi *hdmi, u8 enable);
|
/kernel/linux/linux-6.6/include/drm/bridge/ |
H A D | dw_hdmi.h | 200 void dw_hdmi_phy_gen2_txpwron(struct dw_hdmi *hdmi, u8 enable);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
H A D | sun8i_hdmi_phy.c | 135 dw_hdmi_phy_gen2_txpwron(hdmi, 0); in sun8i_hdmi_phy_config_a83t() 183 dw_hdmi_phy_gen2_txpwron(hdmi, 1); in sun8i_hdmi_phy_config_a83t() 361 dw_hdmi_phy_gen2_txpwron(hdmi, 0); in sun8i_hdmi_phy_disable_a83t()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/ |
H A D | sun8i_hdmi_phy.c | 156 dw_hdmi_phy_gen2_txpwron(hdmi, 0); in sun8i_a83t_hdmi_phy_config() 204 dw_hdmi_phy_gen2_txpwron(hdmi, 1); in sun8i_a83t_hdmi_phy_config() 213 dw_hdmi_phy_gen2_txpwron(hdmi, 0); in sun8i_a83t_hdmi_phy_disable()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi.c | 1337 void dw_hdmi_phy_gen2_txpwron(struct dw_hdmi *hdmi, u8 enable) in dw_hdmi_phy_gen2_txpwron() function 1343 EXPORT_SYMBOL_GPL(dw_hdmi_phy_gen2_txpwron); variable 1387 dw_hdmi_phy_gen2_txpwron(hdmi, 0); in dw_hdmi_phy_power_off() 1424 dw_hdmi_phy_gen2_txpwron(hdmi, 1); in dw_hdmi_phy_power_on()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi.c | 1451 void dw_hdmi_phy_gen2_txpwron(struct dw_hdmi *hdmi, u8 enable) in dw_hdmi_phy_gen2_txpwron() function 1457 EXPORT_SYMBOL_GPL(dw_hdmi_phy_gen2_txpwron); variable 1509 dw_hdmi_phy_gen2_txpwron(hdmi, 0); in dw_hdmi_phy_power_off() 1546 dw_hdmi_phy_gen2_txpwron(hdmi, 1); in dw_hdmi_phy_power_on()
|
Completed in 11 milliseconds