• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/hotplug/

Lines Matching refs: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)
233 static int set_attention_status(struct hotplug_slot *hotplug_slot, u8 value)
239 debug("set_attention_status - Entry hotplug_slot[%lx] value[%x]\n",
240 (ulong) hotplug_slot, value);
244 if (hotplug_slot) {
262 pslot = hotplug_slot->private;
277 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 * value)
283 debug("get_attention_status - Entry hotplug_slot[%lx] pvalue[%lx]\n",
284 (ulong) hotplug_slot, (ulong) value);
287 if (hotplug_slot) {
288 pslot = hotplug_slot->private;
308 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 * value)
314 debug("get_latch_status - Entry hotplug_slot[%lx] pvalue[%lx]\n",
315 (ulong) hotplug_slot, (ulong) value);
317 if (hotplug_slot) {
318 pslot = hotplug_slot->private;
335 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 * value)
341 debug("get_power_status - Entry hotplug_slot[%lx] pvalue[%lx]\n",
342 (ulong) hotplug_slot, (ulong) value);
344 if (hotplug_slot) {
345 pslot = hotplug_slot->private;
361 static int get_adapter_present(struct hotplug_slot *hotplug_slot, u8 * value)
368 debug("get_adapter_status - Entry hotplug_slot[%lx] pvalue[%lx]\n",
369 (ulong) hotplug_slot, (ulong) value);
371 if (hotplug_slot) {
372 pslot = hotplug_slot->private;
392 static int get_max_bus_speed(struct hotplug_slot *hotplug_slot, enum pci_bus_speed *value)
398 debug("%s - Entry hotplug_slot[%p] pvalue[%p]\n", __FUNCTION__,
399 hotplug_slot, value);
403 if (hotplug_slot) {
404 pslot = hotplug_slot->private;
432 static int get_cur_bus_speed(struct hotplug_slot *hotplug_slot, enum pci_bus_speed *value)
438 debug("%s - Entry hotplug_slot[%p] pvalue[%p]\n", __FUNCTION__,
439 hotplug_slot, value);
443 if (hotplug_slot) {
444 pslot = hotplug_slot->private;
479 static int get_max_adapter_speed_1(struct hotplug_slot *hotplug_slot, u8 * value, u8 flag)
485 debug("get_max_adapter_speed_1 - Entry hotplug_slot[%lx] pvalue[%lx]\n",
486 (ulong)hotplug_slot, (ulong) value);
491 if (hotplug_slot && value) {
492 pslot = hotplug_slot->private;
517 static int get_bus_name(struct hotplug_slot *hotplug_slot, char * value)
522 debug("get_bus_name - Entry hotplug_slot[%lx]\n", (ulong)hotplug_slot);
526 if (hotplug_slot) {
527 pslot = hotplug_slot->private;
671 /* get_max_adapter_speed_1(slot_cur->hotplug_slot,
698 info->max_bus_speed = slot_cur->hotplug_slot->info->max_bus_speed;
701 rc = pci_hp_change_slot_info(slot_cur->hotplug_slot, info);
735 * the pointers to pci_func, bus, hotplug_slot, controller,
748 pci_hp_deregister(slot_cur->hotplug_slot);
1041 * Parameters: hotplug_slot
1044 static int enable_slot(struct hotplug_slot *hs)
1218 static int ibmphp_disable_slot(struct hotplug_slot *hotplug_slot)
1220 struct slot *slot = hotplug_slot->private;