Searched refs:dw_hdmi_phy_gen2_pddq (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/drm/bridge/ |
H A D | dw_hdmi.h | 186 void dw_hdmi_phy_gen2_pddq(struct dw_hdmi *hdmi, u8 enable);
|
/kernel/linux/linux-6.6/include/drm/bridge/ |
H A D | dw_hdmi.h | 199 void dw_hdmi_phy_gen2_pddq(struct dw_hdmi *hdmi, u8 enable);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
H A D | sun8i_hdmi_phy.c | 136 dw_hdmi_phy_gen2_pddq(hdmi, 1); in sun8i_hdmi_phy_config_a83t() 140 dw_hdmi_phy_gen2_pddq(hdmi, 0); in sun8i_hdmi_phy_config_a83t() 362 dw_hdmi_phy_gen2_pddq(hdmi, 1); in sun8i_hdmi_phy_disable_a83t()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/ |
H A D | sun8i_hdmi_phy.c | 157 dw_hdmi_phy_gen2_pddq(hdmi, 1); in sun8i_a83t_hdmi_phy_config() 161 dw_hdmi_phy_gen2_pddq(hdmi, 0); in sun8i_a83t_hdmi_phy_config() 214 dw_hdmi_phy_gen2_pddq(hdmi, 1); in sun8i_a83t_hdmi_phy_disable()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi.c | 1329 void dw_hdmi_phy_gen2_pddq(struct dw_hdmi *hdmi, u8 enable) in dw_hdmi_phy_gen2_pddq() function 1335 EXPORT_SYMBOL_GPL(dw_hdmi_phy_gen2_pddq); variable 1406 dw_hdmi_phy_gen2_pddq(hdmi, 1); in dw_hdmi_phy_power_off() 1425 dw_hdmi_phy_gen2_pddq(hdmi, 0); in dw_hdmi_phy_power_on()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi.c | 1443 void dw_hdmi_phy_gen2_pddq(struct dw_hdmi *hdmi, u8 enable) in dw_hdmi_phy_gen2_pddq() function 1449 EXPORT_SYMBOL_GPL(dw_hdmi_phy_gen2_pddq); variable 1528 dw_hdmi_phy_gen2_pddq(hdmi, 1); in dw_hdmi_phy_power_off() 1547 dw_hdmi_phy_gen2_pddq(hdmi, 0); in dw_hdmi_phy_power_on()
|
Completed in 12 milliseconds