Home
last modified time | relevance | path

Searched refs:MIPI_DCS_GET_DISPLAY_ID (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/
H A Dmipi_display.h80 MIPI_DCS_GET_DISPLAY_ID = 0x04, enumerator
/openbmc/linux/include/video/
H A Dmipi_display.h83 MIPI_DCS_GET_DISPLAY_ID = 0x04, enumerator
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_mipi_dbi.c81 MIPI_DCS_GET_DISPLAY_ID,
1130 if (*cmd == MIPI_DCS_GET_DISPLAY_ID || in mipi_dbi_typec3_command_read()
1409 case MIPI_DCS_GET_DISPLAY_ID: in mipi_dbi_debugfs_command_show()
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-sony-acx565akm.c567 acx565akm_read(lcd, MIPI_DCS_GET_DISPLAY_ID, lcd->display_id, 3); in acx565akm_detect()
H A Dpanel-sitronix-st7789v.c220 ret = st7789v_read_data(ctx, MIPI_DCS_GET_DISPLAY_ID, ids, ST7789V_IDS_SIZE); in st7789v_check_id()