Home
last modified time | relevance | path

Searched refs:fan_list (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/macintosh/
H A Dwindfarm_fcu_controls.c59 struct list_head fan_list; member
396 list_add(&fan->link, &pv->fan_list); in wf_fcu_add_fan()
527 INIT_LIST_HEAD(&pv->fan_list); in wf_fcu_probe()
547 if (list_empty(&pv->fan_list)) in wf_fcu_probe()
551 if (list_empty(&pv->fan_list)) { in wf_fcu_probe()
567 while (!list_empty(&pv->fan_list)) { in wf_fcu_remove()
568 fan = list_first_entry(&pv->fan_list, struct wf_fcu_fan, link); in wf_fcu_remove()