Searched refs:read_line_from_file (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/sm8150/thermal/ |
D | thermal_common.h | 70 int read_line_from_file(const char *path, char *buf, size_t count);
|
D | thermal_common.c | 99 int read_line_from_file(const char *path, char *buf, size_t count) in read_line_from_file() function 170 ret = read_line_from_file(name, buf, sizeof(buf)); in get_tzn() 333 ret = read_line_from_file(file_name, buf, sizeof(buf)); in read_temperature()
|
D | thermal_target.c | 737 ret = read_line_from_file(SYSFS_PLATFORMID, buf, SOC_INFO_NAME_LEN); in get_soc_info()
|
/hardware/qcom/wlan/wcn6740/wcnss-service/ |
D | wcnss_service.c | 531 static int read_line_from_file(const char *path, char *buf, size_t count) in read_line_from_file() function 558 ret = read_line_from_file(soc_node_path1, buf, in get_soc_info() 561 ret = read_line_from_file(soc_node_path2, buf, in get_soc_info()
|