Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dacpiphp_core.c44 static LIST_HEAD(slot_list);
470 list_add(&slot->slot_list, &slot_list); in init_slots()
483 list_for_each_safe (tmp, n, &slot_list) { in cleanup_slots()
484 slot = list_entry(tmp, struct slot, slot_list); in cleanup_slots()
485 list_del(&slot->slot_list); in cleanup_slots()
Dpci_hotplug.h160 struct list_head slot_list; member
Dacpiphp.h66 struct list_head slot_list; member
Dpci_hotplug_core.c1185 slot = list_entry (tmp, struct hotplug_slot, slot_list); in get_slot_from_name()
1226 list_add (&slot->slot_list, &pci_hotplug_slot_list); in pci_hp_register()
1258 list_del (&slot->slot_list); in pci_hp_deregister()
Dpciehp.h94 struct list_head slot_list; member
Dshpchp.h95 struct list_head slot_list; member