Home
last modified time | relevance | path

Searched refs:post_disable (Results 1 - 25 of 68) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_bridge.c266 * &drm_bridge_funcs.disable and &drm_bridge_funcs.post_disable to provide
452 * Calls &drm_bridge_funcs.post_disable op for all the bridges in the
467 if (bridge->funcs->post_disable) in drm_bridge_chain_post_disable()
468 bridge->funcs->post_disable(bridge); in drm_bridge_chain_post_disable()
607 * &drm_bridge_funcs.post_disable) op for all the bridges in the encoder chain,
634 } else if (bridge->funcs->post_disable) { in drm_atomic_bridge_chain_post_disable()
635 bridge->funcs->post_disable(bridge); in drm_atomic_bridge_chain_post_disable()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/edp/
H A Dedp_bridge.c77 .post_disable = edp_bridge_post_disable,
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dg4x_hdmi.c723 intel_encoder->post_disable = pch_post_disable_hdmi; in g4x_hdmi_init()
733 intel_encoder->post_disable = chv_hdmi_post_disable; in g4x_hdmi_init()
739 intel_encoder->post_disable = vlv_hdmi_post_disable; in g4x_hdmi_init()
H A Dg4x_dp.c1314 intel_encoder->post_disable = chv_post_disable_dp; in g4x_dp_init()
1321 intel_encoder->post_disable = vlv_post_disable_dp; in g4x_dp_init()
1326 intel_encoder->post_disable = g4x_post_disable_dp; in g4x_dp_init()
H A Dintel_crt.c1084 crt->base.post_disable = hsw_post_disable_crt; in intel_crt_init()
1094 crt->base.post_disable = pch_post_disable_crt; in intel_crt_init()
H A Dintel_modeset_setup.c616 if (encoder->post_disable) in intel_sanitize_encoder()
617 encoder->post_disable(NULL, encoder, crtc_state, in intel_sanitize_encoder()
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
H A Dpanel.c146 .post_disable = panel_bridge_post_disable,
H A Dtc358762.c134 * The post_disable hook might be called multiple times. in tc358762_post_disable()
173 .post_disable = tc358762_post_disable,
H A Dparade-ps8640.c308 .post_disable = ps8640_post_disable,
H A Dparade-ps8622.c438 .post_disable = ps8622_post_disable,
H A Dtc358764.c311 .post_disable = tc358764_post_disable,
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dcqhci.h210 void (*post_disable)(struct mmc_host *mmc); member
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_bridge.h178 * @post_disable:
183 * @post_disable function. If the preceding element is a &drm_encoder
192 * The @post_disable callback is optional.
194 void (*post_disable)(struct drm_bridge *bridge); member
345 * @atomic_post_disable or @post_disable function. If the preceding
357 * @post_disable if you are expecting driver calls into
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_bridge.c176 * post_disable) order to be altered to enable the DSI host first.
183 * state. The DSI host &post_disable operation should disable the PHY.
185 * bridge &post_disable will be called before the DSI host's post_disable.
188 * post_disable, the exact state of the lanes is undefined at this point. The
401 * &drm_bridge_funcs.disable and &drm_bridge_funcs.post_disable to provide
639 } else if (bridge->funcs->post_disable) { in drm_atomic_bridge_call_post_disable()
640 bridge->funcs->post_disable(bridge); in drm_atomic_bridge_call_post_disable()
651 * &drm_bridge_funcs.post_disable) op for all the bridges in the encoder chain,
655 * If a bridge sets @pre_enable_prev_first, then the @post_disable fo
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_bridge.c315 .post_disable = msm_hdmi_bridge_post_disable,
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dcqhci.h291 void (*post_disable)(struct mmc_host *mmc); member
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_bridge.h184 * @post_disable:
189 * @post_disable function. If the preceding element is a &drm_encoder
198 * The @post_disable callback is optional.
205 void (*post_disable)(struct drm_bridge *bridge); member
349 * @atomic_post_disable or @post_disable function. If the preceding
751 * and conversely for post_disable. This is most frequently a
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_bridge.c302 .post_disable = msm_hdmi_bridge_post_disable,
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi.c863 * Switch to command mode before panel-bridge post_disable & in dw_mipi_dsi_bridge_post_disable()
871 * TODO Only way found to call panel-bridge post_disable & in dw_mipi_dsi_bridge_post_disable()
876 if (dsi->panel_bridge->funcs->post_disable) in dw_mipi_dsi_bridge_post_disable()
877 dsi->panel_bridge->funcs->post_disable(dsi->panel_bridge); in dw_mipi_dsi_bridge_post_disable()
1010 .post_disable = dw_mipi_dsi_bridge_post_disable,
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.c444 dig_port->base.post_disable(state, &dig_port->base, in intel_mst_post_disable_dp()
892 intel_encoder->post_disable = intel_mst_post_disable_dp; in intel_dp_create_fake_mst_encoder()
H A Dintel_crt.c1077 crt->base.post_disable = hsw_post_disable_crt; in intel_crt_init()
1082 crt->base.post_disable = pch_post_disable_crt; in intel_crt_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_drm_mic.c305 .post_disable = mic_post_disable,
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
H A Dsti_dvo.c331 .post_disable = sti_dvo_bridge_nope,
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H A Dexynos_drm_mic.c298 .post_disable = mic_post_disable,
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dtc358764.c306 .post_disable = tc358764_post_disable,

Completed in 30 milliseconds

123