Searched refs:slot_list (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dpcihp_skeleton.c43 struct list_head slot_list; member in struct:slot
47 static LIST_HEAD(slot_list);
303 list_add(&slot->slot_list, &slot_list);
328 list_for_each_safe(tmp, next, &slot_list) {
329 slot = list_entry(tmp, struct slot, slot_list);
330 list_del(&slot->slot_list);
H A Dcpci_hotplug_core.c57 static LIST_HEAD(slot_list);
296 list_add(&slot->slot_list, &slot_list);
325 list_for_each_entry_safe(slot, tmp, &slot_list, slot_list) {
327 list_del(&slot->slot_list);
383 list_for_each_entry(slot, &slot_list, slot_list) {
418 list_for_each_entry(slot, &slot_list, slot_list) {
[all...]
H A Dshpchp_core.c161 list_add(&slot->slot_list, &ctrl->slot_list);
181 list_for_each_safe(tmp, next, &ctrl->slot_list) {
182 slot = list_entry(tmp, struct slot, slot_list);
183 list_del(&slot->slot_list);
344 INIT_LIST_HEAD(&ctrl->slot_list);
H A Dcpci_hotplug.h50 struct list_head slot_list; member in struct:slot
H A Dfakephp.c69 static LIST_HEAD(slot_list);
128 list_add (&dslot->node, &slot_list);
283 list_for_each_entry(dslot, &slot_list, node) {
343 list_for_each_safe (tmp, next, &slot_list) {
H A Dpciehp.h71 struct list_head slot_list; member in struct:slot
91 struct list_head slot_list; member in struct:controller
168 list_for_each_entry(slot, &ctrl->slot_list, slot_list) {
H A Dpciehp_core.c264 list_add(&slot->slot_list, &ctrl->slot_list);
284 list_for_each_safe(tmp, next, &ctrl->slot_list) {
285 slot = list_entry(tmp, struct slot, slot_list);
286 list_del(&slot->slot_list);
443 INIT_LIST_HEAD(&ctrl->slot_list);
H A Dshpchp.h77 struct list_head slot_list; member in struct:slot
95 struct list_head slot_list; member in struct:controller
232 list_for_each_entry(slot, &ctrl->slot_list, slot_list) {
H A Dpci_hotplug_core.c605 slot = list_entry (tmp, struct hotplug_slot, slot_list);
644 list_add (&slot->slot_list, &pci_hotplug_slot_list);
671 list_del (&slot->slot_list);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci_hotplug.h168 struct list_head slot_list; member in struct:hotplug_slot
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Dmain.c675 struct list_head slot_list; member in struct:ecryptfs_obj

Completed in 64 milliseconds