Searched refs:get_hw_state (Results 1 – 16 of 16) sorted by relevance
| /linux/include/drm/ |
| H A D | drm_privacy_screen_driver.h | 41 void (*get_hw_state)(struct drm_privacy_screen *priv); member
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | dvo_sil164.c | 288 .get_hw_state = sil164_get_hw_state,
|
| H A D | intel_connector.c | 193 return encoder->get_hw_state(encoder, &pipe); in intel_connector_get_hw_state()
|
| H A D | dvo_tfp410.c | 318 .get_hw_state = tfp410_get_hw_state,
|
| H A D | dvo_ch7xxx.c | 384 .get_hw_state = ch7xxx_get_hw_state,
|
| H A D | dvo_ch7017.c | 414 .get_hw_state = ch7017_get_hw_state,
|
| H A D | intel_display_types.h | 226 bool (*get_hw_state)(struct intel_encoder *, enum pipe *pipe); member 535 bool (*get_hw_state)(struct intel_connector *); member 1649 bool (*get_hw_state)(struct intel_plane *plane, enum pipe *pipe); member
|
| H A D | dvo_ivch.c | 499 .get_hw_state = ivch_get_hw_state,
|
| H A D | intel_cursor.c | 1024 cursor->get_hw_state = i845_cursor_get_hw_state; in intel_cursor_plane_create() 1041 cursor->get_hw_state = i9xx_cursor_get_hw_state; in intel_cursor_plane_create()
|
| H A D | dvo_ns2501.c | 708 .get_hw_state = ns2501_get_hw_state,
|
| H A D | intel_dp_mst.c | 1717 return encoder->get_hw_state(encoder, &pipe); in mst_connector_get_hw_state() 1832 connector->get_hw_state = mst_connector_get_hw_state; in mst_topology_add_connector() 1938 encoder->get_hw_state = mst_stream_get_hw_state; in mst_stream_encoder_create()
|
| H A D | skl_universal_plane.c | 2938 plane->get_hw_state = skl_plane_get_hw_state; in skl_universal_plane_create() 3071 if (!plane->get_hw_state(plane, &pipe)) in skl_get_initial_plane_config()
|
| H A D | intel_ddi.c | 765 if (!encoder->get_hw_state(encoder, &pipe)) { in intel_ddi_connector_get_hw_state() 5316 encoder->get_hw_state = intel_ddi_get_hw_state; in intel_ddi_init()
|
| H A D | intel_dp.c | 7217 connector->get_hw_state = intel_ddi_connector_get_hw_state; in intel_dp_init_connector() 7219 connector->get_hw_state = intel_connector_get_hw_state; in intel_dp_init_connector()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_privacy_screen.c | 413 priv->ops->get_hw_state(priv); in drm_privacy_screen_register()
|
| /linux/drivers/platform/x86/lenovo/ |
| H A D | thinkpad_acpi.c | 10073 .get_hw_state = lcdshadow_get_hw_state,
|