Searched refs:panel_id (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_loader.c | 128 return cd->panel_id; in cyttsp5_get_panel_id() 586 u8 panel_id; in cyttsp5_get_platform_firmware() local 588 panel_id = cyttsp5_get_panel_id(dev); in cyttsp5_get_platform_firmware() 589 if (panel_id == PANEL_ID_NOT_ENABLED) { in cyttsp5_get_platform_firmware() 603 if (fw->panel_id == panel_id) { in cyttsp5_get_platform_firmware() 605 __func__, fw, fw->panel_id); in cyttsp5_get_platform_firmware() 609 __func__, fw, fw->panel_id); in cyttsp5_get_platform_firmware() 771 u8 panel_id; in generate_firmware_filename() local 778 panel_id = cyttsp5_get_panel_id(dev); in generate_firmware_filename() 779 if (panel_id == PANEL_ID_NOT_ENABLED) in generate_firmware_filename() [all …]
|
| H A D | cyttsp5_platform.c | 40 .panel_id = 0x00, 50 .panel_id = 0x01, 91 .panel_id = 0x00, 113 .panel_id = 0x01,
|
| H A D | cyttsp5_core.h | 92 uint8_t panel_id; member 100 uint8_t panel_id; member
|
| H A D | cyttsp5_regs.h | 527 u8 panel_id; member 559 u8 panel_id; member 889 int (*get_panel_id)(struct device *dev, int protect, u8 *panel_id); 979 u8 panel_id; member
|
| H A D | cyttsp5_core.c | 1115 scd->panel_id = scd_dev->panel_id; in cyttsp5_si_get_sensing_conf_data() 1261 __func__, scd->panel_id, scd->panel_id); in cyttsp5_si_put_log_data() 2721 struct cyttsp5_core_data *cd, u8 *panel_id) in cyttsp5_hid_output_bl_get_panel_id_() argument 2733 *panel_id = PANEL_ID_NOT_ENABLED; in cyttsp5_hid_output_bl_get_panel_id_() 2741 *panel_id = cd->response_buf[8]; in cyttsp5_hid_output_bl_get_panel_id_() 2746 struct cyttsp5_core_data *cd, u8 *panel_id) in cyttsp5_hid_output_bl_get_panel_id() argument 2757 rc = cyttsp5_hid_output_bl_get_panel_id_(cd, panel_id); in cyttsp5_hid_output_bl_get_panel_id() 2766 struct device *dev, int protect, u8 *panel_id) in _cyttsp5_request_hid_output_bl_get_panel_id() argument 2771 return cyttsp5_hid_output_bl_get_panel_id(cd, panel_id); in _cyttsp5_request_hid_output_bl_get_panel_id() 2773 return cyttsp5_hid_output_bl_get_panel_id_(cd, panel_id); in _cyttsp5_request_hid_output_bl_get_panel_id() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_abm.c | 91 uint32_t panel_id) in dmcu_set_backlight_level() argument 103 dce_abm_set_pipe(&abm_dce->base, controller_id, panel_id); in dmcu_set_backlight_level()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/via/ |
| H A D | lcd.c | 38 static void fp_id_to_vindex(int panel_id); 169 static void fp_id_to_vindex(int panel_id) in fp_id_to_vindex() argument 173 if (panel_id > LCD_PANEL_ID_MAXIMUM) in fp_id_to_vindex() 174 viafb_lcd_panel_id = panel_id = in fp_id_to_vindex() 177 switch (panel_id) { in fp_id_to_vindex()
|
| H A D | ioctl.h | 130 unsigned int panel_id; member
|
| H A D | viafbdev.c | 983 setting_info->lcd_attributes.panel_id = viafb_lcd_panel_id; in retrieve_device_setting()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_dsi.h | 209 bool intel_dsi_vbt_init(struct intel_dsi *intel_dsi, u16 panel_id);
|
| H A D | intel_bios.h | 95 u16 panel_id; member
|
| H A D | intel_bios.c | 1021 dev_priv->vbt.dsi.panel_id = MIPI_DSI_UNDEFINED_PANEL_ID; in parse_mipi_config() 1085 dev_priv->vbt.dsi.panel_id = MIPI_DSI_GENERIC_PANEL_ID; in parse_mipi_config() 1091 u16 panel_id, u32 *seq_size) in find_panel_sequence_block() argument 1124 if (current_id == panel_id) { in find_panel_sequence_block() 1338 if (dev_priv->vbt.dsi.panel_id != MIPI_DSI_GENERIC_PANEL_ID) in parse_mipi_sequence()
|
| H A D | intel_dsi_vbt.c | 737 bool intel_dsi_vbt_init(struct intel_dsi *intel_dsi, u16 panel_id) in intel_dsi_vbt_init() argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_drv.h | 705 u16 panel_id; member
|