Searched refs:fb_path_ (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
D | hw_hdmi.cpp | 189 snprintf(edid_path, sizeof(edid_path), "%s%d/edid_modes", fb_path_, fb_node_index_); in ReadEDIDInfo() 384 snprintf(data, sizeof(data), "%s%d/hdcp2p2/min_level_change", fb_path_, fb_node_index_); in OnMinHdcpEncryptionLevelChange() 427 snprintf(data, sizeof(data), "%s%d/scan_info", fb_path_, fb_node_index_); in ReadScanInfo() 438 DLOGW("File %s%d/scan_info is empty.", fb_path_, fb_node_index_); in ReadScanInfo() 463 snprintf(file_path , sizeof(file_path), "%s%d/res_info", fb_path_, fb_node_index_); in OpenResolutionFile() 579 snprintf(sys_fs_path , sizeof(sys_fs_path), "%s%d/%s", fb_path_, hdmi_node_index, node); in SetSourceProductInformation() 592 snprintf(edid_s3d_path, sizeof(edid_s3d_path), "%s%d/edid_3d_modes", fb_path_, fb_node_index_); in GetDisplayS3DSupport() 675 snprintf(s3d_mode_path, sizeof(s3d_mode_path), "%s%d/s3d_mode", fb_path_, fb_node_index_); in SetS3DMode()
|
D | hw_primary.cpp | 112 snprintf(node_path, sizeof(node_path), "%s%d/%s", fb_path_, fb_node_index_, in Init() 157 string mode_path = string(fb_path_) + string("0/mode"); in GetCurrentModeFromSysfs() 196 string modes_path = string(fb_path_) + string("0/modes"); in InitializeConfigs() 344 string mode_path = string(fb_path_) + string("0/mode"); in SetDisplayAttributes() 376 snprintf(node_path, sizeof(node_path), "%s%d/dynamic_fps", fb_path_, fb_node_index_); in SetRefreshRate() 553 snprintf(node_path, sizeof(node_path), "%s%d/idle_time", fb_path_, fb_node_index_); in SetIdleTimeoutMs()
|
D | hw_device.cpp | 57 : fb_node_index_(-1), fb_path_("/sys/devices/virtual/graphics/fb"), hotplug_enabled_(false), in HWDevice() 717 snprintf(string_buffer, kMaxStringLength, "%s%d/msm_fb_panel_info", fb_path_, device_node); in GetHWPanelNameByNode() 747 snprintf(stringbuffer, sizeof(stringbuffer), "%s%d/msm_fb_panel_info", fb_path_, device_node); in GetHWPanelInfoByNode() 808 snprintf(stringbuffer, kMaxStringLength, "%s%d/msm_fb_type", fb_path_, device_node); in GetHWDisplayPortAndMode() 856 snprintf(stringbuffer , sizeof(stringbuffer), "%s%d/msm_fb_split", fb_path_, device_node); in GetSplitInfo() 946 snprintf(hpdpath , sizeof(hpdpath), "%s%d/hpd", fb_path_, hdmi_node_index); in EnableHotPlugDetection()
|
D | hw_device.h | 126 const char *fb_path_; variable
|