Searched refs:bp_list (Results 1 – 2 of 2) sorted by relevance
455 INIT_LIST_HEAD(&tp->bp_list); in attach_one_temp()468 list_add(&tp->bp_list, &bp->temps); in attach_one_temp()503 INIT_LIST_HEAD(&fp->bp_list); in attach_one_fan()515 list_add(&fp->bp_list, &bp->fans); in attach_one_fan()542 list_for_each_entry_safe(tp, tpos, &bp->temps, bp_list) { in destroy_all_temps()543 list_del(&tp->bp_list); in destroy_all_temps()559 list_for_each_entry_safe(fp, fpos, &bp->fans, bp_list) { in destroy_all_fans()560 list_del(&fp->bp_list); in destroy_all_fans()
18 struct list_head bp_list; member40 struct list_head bp_list; member