Searched refs:get_max_bus_speed (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 Dshpchp_core.c69 static int get_max_bus_speed (struct hotplug_slot *slot, enum pci_bus_speed *value);
82 .get_max_bus_speed = get_max_bus_speed,
292 static int get_max_bus_speed (struct hotplug_slot *hotplug_slot, enum pci_bus_speed *value) function
299 retval = slot->hpc_ops->get_max_bus_speed(slot, value);
H A Drpaphp_core.c129 static int get_max_bus_speed(struct hotplug_slot *hotplug_slot, enum pci_bus_speed *value) function
423 .get_max_bus_speed = get_max_bus_speed,
H A Dpciehp_core.c73 static int get_max_bus_speed (struct hotplug_slot *slot, enum pci_bus_speed *value);
86 .get_max_bus_speed = get_max_bus_speed,
402 static int get_max_bus_speed(struct hotplug_slot *hotplug_slot, enum pci_bus_speed *value) function
409 retval = slot->hpc_ops->get_max_bus_speed(slot, value);
H A Dpciehp.h187 int (*get_max_bus_speed)(struct slot *slot, enum pci_bus_speed *speed); member in struct:hpc_ops
H A Dpci_hotplug_core.c328 retval = get_max_bus_speed (slot, &value);
456 if (slot->ops->get_max_bus_speed)
H A Dcpqphp_core.c90 static int get_max_bus_speed (struct hotplug_slot *slot, enum pci_bus_speed *value);
103 .get_max_bus_speed = get_max_bus_speed,
769 static int get_max_bus_speed (struct hotplug_slot *hotplug_slot, enum pci_bus_speed *value) function
H A Dshpchp.h324 int (*get_max_bus_speed)(struct slot *slot, enum pci_bus_speed *speed); member in struct:hpc_ops
H A Dibmphp_core.c392 static int get_max_bus_speed(struct hotplug_slot *hotplug_slot, enum pci_bus_speed *value) function
1321 .get_max_bus_speed = get_max_bus_speed,
H A Dshpchp_ctrl.c289 rc = p_slot->hpc_ops->get_max_bus_speed(p_slot, &msp);
H A Dpciehp_hpc.c1074 .get_max_bus_speed = hpc_get_max_lnk_speed,
H A Dshpchp_hpc.c929 .get_max_bus_speed = hpc_get_max_bus_speed,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci_hotplug.h101 * @get_max_bus_speed: Called to get the max bus speed for a slot.
124 int (*get_max_bus_speed) (struct hotplug_slot *slot, enum pci_bus_speed *value); member in struct:hotplug_slot_ops

Completed in 185 milliseconds