Searched refs:fan_list (Results 1 – 1 of 1) sorted by relevance
60 struct list_head fan_list; member397 list_add(&fan->link, &pv->fan_list); in wf_fcu_add_fan()531 INIT_LIST_HEAD(&pv->fan_list); in wf_fcu_probe()551 if (list_empty(&pv->fan_list)) in wf_fcu_probe()555 if (list_empty(&pv->fan_list)) { in wf_fcu_probe()571 while (!list_empty(&pv->fan_list)) { in wf_fcu_remove()572 fan = list_first_entry(&pv->fan_list, struct wf_fcu_fan, link); in wf_fcu_remove()