Searched refs:soc_node_path1 (Results 1 – 1 of 1) sorted by relevance
/hardware/qcom/wlan/wcn6740/wcnss-service/ |
D | wcnss_service.c | 112 #define GET_SOC_INFO(buf, soc_node_path1, soc_node_path2, info_got) \ argument 113 { if (get_soc_info(buf, soc_node_path1, soc_node_path2) < 0) \ 553 static int get_soc_info(char *buf, char *soc_node_path1, in get_soc_info() argument 558 ret = read_line_from_file(soc_node_path1, buf, in get_soc_info() 565 soc_node_path1, ret); in get_soc_info()
|