Searched refs:enable_slot (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dacpiphp_core.c68 static int enable_slot (struct hotplug_slot *slot);
79 .enable_slot = enable_slot,
132 * enable_slot - power on and enable a slot
138 static int enable_slot(struct hotplug_slot *hotplug_slot) function
H A Dfakephp.c71 static int enable_slot (struct hotplug_slot *slot);
76 .enable_slot = enable_slot,
271 static int enable_slot(struct hotplug_slot *hotplug_slot) function
273 /* mis-use enable_slot for rescanning of the pci bus */
H A Dpcihp_skeleton.c75 static int enable_slot (struct hotplug_slot *slot);
86 .enable_slot = enable_slot,
96 static int enable_slot(struct hotplug_slot *hotplug_slot) function
H A Dshpchp_core.c62 static int enable_slot (struct hotplug_slot *slot);
75 .enable_slot = enable_slot,
206 static int enable_slot (struct hotplug_slot *hotplug_slot) function
H A Drpaphp_core.c378 static int enable_slot(struct hotplug_slot *hotplug_slot) function
417 .enable_slot = enable_slot,
H A Dpciehp_core.c66 static int enable_slot (struct hotplug_slot *slot);
79 .enable_slot = enable_slot,
315 static int enable_slot(struct hotplug_slot *hotplug_slot) function
H A Dcpci_hotplug_core.c66 static int enable_slot(struct hotplug_slot *slot);
76 .enable_slot = enable_slot,
106 enable_slot(struct hotplug_slot *hotplug_slot) function
H A Dsgi_hotplug.c81 static int enable_slot(struct hotplug_slot *slot);
87 .enable_slot = enable_slot,
336 static int enable_slot(struct hotplug_slot *bss_hotplug_slot) function
H A Dpci_hotplug_core.c193 if (slot->ops->enable_slot)
194 retval = slot->ops->enable_slot(slot);
408 if ((slot->ops->enable_slot) ||
H A Dibmphp_core.c1044 static int enable_slot(struct hotplug_slot *hs) function
1314 .enable_slot = enable_slot,
H A Dcpqphp_core.c96 .enable_slot = process_SI,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci_hotplug.h80 * @enable_slot: Called when the user wants to enable a specific pci slot
115 int (*enable_slot) (struct hotplug_slot *slot); member in struct:hotplug_slot_ops

Completed in 176 milliseconds