Searched refs:glob_list (Results 1 – 2 of 2) sorted by relevance
/drivers/sbus/char/ |
D | bbc_envctrl.c | 298 list_for_each_entry(tp, &all_temps, glob_list) { in prioritize_fan_action() 407 list_for_each_entry(fp, &all_fans, glob_list) { in fans_full_blast() 431 list_for_each_entry(tp, &all_temps, glob_list) { in kenvctrld() 435 list_for_each_entry(fp, &all_fans, glob_list) in kenvctrld() 463 list_add(&tp->glob_list, &all_temps); in attach_one_temp() 507 list_add(&fp->glob_list, &all_fans); in attach_one_fan() 568 list_del(&tp->glob_list); in bbc_envctrl_cleanup() 574 list_del(&fp->glob_list); in bbc_envctrl_cleanup()
|
D | bbc_i2c.h | 19 struct list_head glob_list; member 41 struct list_head glob_list; member
|