Home
last modified time | relevance | path

Searched refs:te_enabled (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/video/fbdev/omap2/omapfb/displays/
Dpanel-dsi-cm.c66 bool te_enabled; member
639 r = _dsicm_enable_te(ddata, ddata->te_enabled); in dsicm_power_on()
889 if (ddata->te_enabled && gpio_is_valid(ddata->ext_te_gpio)) { in dsicm_update()
953 if (ddata->te_enabled == enable) in dsicm_enable_te()
968 ddata->te_enabled = enable; in dsicm_enable_te()
988 r = ddata->te_enabled; in dsicm_get_te()
/Linux-v5.10/drivers/gpu/drm/omapdrm/displays/
Dpanel-dsi-cm.c76 bool te_enabled; member
673 r = _dsicm_enable_te(ddata, ddata->te_enabled); in dsicm_power_on()
900 if (ddata->te_enabled && ddata->ext_te_gpio) { in dsicm_update()
964 if (ddata->te_enabled == enable) in dsicm_enable_te()
979 ddata->te_enabled = enable; in dsicm_enable_te()
999 r = ddata->te_enabled; in dsicm_get_te()
/Linux-v5.10/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c336 bool te_enabled; member
2283 u8 bit = dsi->te_enabled ? 30 : 31; in dsi_packet_sent_handler_vp()
2300 bit = dsi->te_enabled ? 30 : 31; in dsi_sync_vc_vp()
3945 if (dsi->te_enabled) in dsi_update_screen_dispc()
3969 if (dsi->te_enabled) { in dsi_update_screen_dispc()
3996 if (dsi->te_enabled) { in dsi_handle_framedone()
4314 dsi->te_enabled = enable; in dsi_enable_te()
/Linux-v5.10/drivers/gpu/drm/omapdrm/dss/
Ddsi.c368 bool te_enabled; member
2230 u8 bit = dsi->te_enabled ? 30 : 31; in dsi_packet_sent_handler_vp()
2246 bit = dsi->te_enabled ? 30 : 31; in dsi_sync_vc_vp()
3851 if (dsi->te_enabled) in dsi_update_screen_dispc()
3873 if (dsi->te_enabled) { in dsi_update_screen_dispc()
3898 if (dsi->te_enabled) { in dsi_handle_framedone()
4206 dsi->te_enabled = enable; in dsi_enable_te()