/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_bridge.c | 266 * &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 D | edp_bridge.c | 77 .post_disable = edp_bridge_post_disable,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | g4x_hdmi.c | 723 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 D | g4x_dp.c | 1314 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 D | intel_crt.c | 1084 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 D | intel_modeset_setup.c | 616 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 D | panel.c | 146 .post_disable = panel_bridge_post_disable,
|
H A D | tc358762.c | 134 * The post_disable hook might be called multiple times. in tc358762_post_disable() 173 .post_disable = tc358762_post_disable,
|
H A D | parade-ps8640.c | 308 .post_disable = ps8640_post_disable,
|
H A D | parade-ps8622.c | 438 .post_disable = ps8622_post_disable,
|
H A D | tc358764.c | 311 .post_disable = tc358764_post_disable,
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | cqhci.h | 210 void (*post_disable)(struct mmc_host *mmc); member
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_bridge.h | 178 * @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 D | drm_bridge.c | 176 * 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 D | hdmi_bridge.c | 315 .post_disable = msm_hdmi_bridge_post_disable,
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | cqhci.h | 291 void (*post_disable)(struct mmc_host *mmc); member
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_bridge.h | 184 * @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 D | hdmi_bridge.c | 302 .post_disable = msm_hdmi_bridge_post_disable,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-mipi-dsi.c | 863 * 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 D | intel_dp_mst.c | 444 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 D | intel_crt.c | 1077 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 D | exynos_drm_mic.c | 305 .post_disable = mic_post_disable,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/ |
H A D | sti_dvo.c | 331 .post_disable = sti_dvo_bridge_nope,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_mic.c | 298 .post_disable = mic_post_disable,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | tc358764.c | 306 .post_disable = tc358764_post_disable,
|