Lines Matching refs:funcs
189 INIT_LIST_HEAD(&slot->funcs); in register_slot()
212 list_add_tail(&newfunc->sibling, &slot->funcs); in register_slot()
352 list_for_each(l, &slot->funcs) { in acpiphp_bridge_handle_to_function()
598 list_for_each_safe (list, tmp, &slot->funcs) { in cleanup_bridge()
617 list_del(&slot->funcs); in cleanup_bridge()
872 list_for_each (l, &slot->funcs) { in power_on_slot()
908 list_for_each (l, &slot->funcs) { in power_off_slot()
1077 list_for_each (l, &slot->funcs) { in enable_device()
1085 list_for_each_entry(func, &slot->funcs, sibling) in enable_device()
1091 list_for_each (l, &slot->funcs) { in enable_device()
1139 list_for_each (l, &slot->funcs) { in disable_device()
1158 list_for_each (l, &slot->funcs) { in disable_device()
1201 list_for_each (l, &slot->funcs) { in get_slot_status()
1235 list_for_each (l, &slot->funcs) { in acpiphp_eject_slot()