Searched refs:rmclomv_cache_section_t (Results 1 – 2 of 2) sorted by relevance
94 static void rmclomv_reset_cache(rmclomv_cache_section_t *new_chain,95 rmclomv_cache_section_t *new_subchain, dp_get_sysinfo_r_t *sysinfo);96 static rmclomv_cache_section_t *rmclomv_find_section(97 rmclomv_cache_section_t *start, uint16_t sensor);98 static rmclomv_cache_section_t *create_cache_section(int sensor_type, int num);99 static int get_sensor_by_name(const rmclomv_cache_section_t *section,101 static int validate_section_entry(rmclomv_cache_section_t *section,103 static int add_names_to_section(rmclomv_cache_section_t *section);104 static void free_section(rmclomv_cache_section_t *section);105 static void add_section(rmclomv_cache_section_t **head,[all …]
111 } rmclomv_cache_section_t; typedef