• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/

Lines Matching defs:hotplug_slot

67 static int get_max_adapter_speed_1 (struct hotplug_slot *, u8 *, u8);
69 static inline int get_max_adapter_speed (struct hotplug_slot *hs, u8 *value)
239 static int set_attention_status(struct hotplug_slot *hotplug_slot, u8 value)
245 debug("set_attention_status - Entry hotplug_slot[%lx] value[%x]\n",
246 (ulong) hotplug_slot, value);
250 if (hotplug_slot) {
268 pslot = hotplug_slot->private;
283 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 * value)
289 debug("get_attention_status - Entry hotplug_slot[%lx] pvalue[%lx]\n",
290 (ulong) hotplug_slot, (ulong) value);
293 if (hotplug_slot) {
294 pslot = hotplug_slot->private;
314 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 * value)
320 debug("get_latch_status - Entry hotplug_slot[%lx] pvalue[%lx]\n",
321 (ulong) hotplug_slot, (ulong) value);
323 if (hotplug_slot) {
324 pslot = hotplug_slot->private;
341 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 * value)
347 debug("get_power_status - Entry hotplug_slot[%lx] pvalue[%lx]\n",
348 (ulong) hotplug_slot, (ulong) value);
350 if (hotplug_slot) {
351 pslot = hotplug_slot->private;
367 static int get_adapter_present(struct hotplug_slot *hotplug_slot, u8 * value)
374 debug("get_adapter_status - Entry hotplug_slot[%lx] pvalue[%lx]\n",
375 (ulong) hotplug_slot, (ulong) value);
377 if (hotplug_slot) {
378 pslot = hotplug_slot->private;
403 struct pci_bus *bus = slot->hotplug_slot->pci_slot->bus;
436 static int get_max_adapter_speed_1(struct hotplug_slot *hotplug_slot, u8 * value, u8 flag)
442 debug("get_max_adapter_speed_1 - Entry hotplug_slot[%lx] pvalue[%lx]\n",
443 (ulong)hotplug_slot, (ulong) value);
448 if (hotplug_slot && value) {
449 pslot = hotplug_slot->private;
474 static int get_bus_name(struct hotplug_slot *hotplug_slot, char * value)
479 debug("get_bus_name - Entry hotplug_slot[%lx]\n", (ulong)hotplug_slot);
483 if (hotplug_slot) {
484 pslot = hotplug_slot->private;
610 struct pci_bus *bus = slot_cur->hotplug_slot->pci_slot->bus;
630 /* get_max_adapter_speed_1(slot_cur->hotplug_slot,
659 rc = pci_hp_change_slot_info(slot_cur->hotplug_slot, info);
693 * the pointers to pci_func, bus, hotplug_slot, controller,
706 pci_hp_deregister(slot_cur->hotplug_slot);
1002 * Parameters: hotplug_slot
1005 static int enable_slot(struct hotplug_slot *hs)
1179 static int ibmphp_disable_slot(struct hotplug_slot *hotplug_slot)
1181 struct slot *slot = hotplug_slot->private;