Searched refs:gsensors_temp_list (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_sensors_temp.c52 static struct list_head gsensors_temp_list; variable in typeref:struct:list_head
150 list_for_each_entry(struct sensors_temp_info, sti, &gsensors_temp_list, list) {
267 list_addtail(&sti->list, &gsensors_temp_list);
342 list_inithead(&gsensors_temp_list);
350 list_for_each_entry(struct sensors_temp_info, sti, &gsensors_temp_list, list) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dhud_sensors_temp.c53 static struct list_head gsensors_temp_list; variable in typeref:struct:list_head
151 list_for_each_entry(struct sensors_temp_info, sti, &gsensors_temp_list, list) {
268 list_addtail(&sti->list, &gsensors_temp_list);
343 list_inithead(&gsensors_temp_list);
351 list_for_each_entry(struct sensors_temp_info, sti, &gsensors_temp_list, list) {

Completed in 2 milliseconds