Searched refs:get_cur_bus_speed (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 Dshpchp_core.c70 static int get_cur_bus_speed (struct hotplug_slot *slot, enum pci_bus_speed *value);
83 .get_cur_bus_speed = get_cur_bus_speed,
306 static int get_cur_bus_speed (struct hotplug_slot *hotplug_slot, enum pci_bus_speed *value) function
313 retval = slot->hpc_ops->get_cur_bus_speed(slot, value);
H A Dpciehp_core.c74 static int get_cur_bus_speed (struct hotplug_slot *slot, enum pci_bus_speed *value);
87 .get_cur_bus_speed = get_cur_bus_speed,
416 static int get_cur_bus_speed(struct hotplug_slot *hotplug_slot, enum pci_bus_speed *value) function
423 retval = slot->hpc_ops->get_cur_bus_speed(slot, value);
H A Dpciehp.h188 int (*get_cur_bus_speed)(struct slot *slot, enum pci_bus_speed *speed); member in struct:hpc_ops
H A Dpci_hotplug_core.c354 retval = get_cur_bus_speed (slot, &value);
465 if (slot->ops->get_cur_bus_speed)
H A Dcpqphp_core.c91 static int get_cur_bus_speed (struct hotplug_slot *slot, enum pci_bus_speed *value);
104 .get_cur_bus_speed = get_cur_bus_speed,
781 static int get_cur_bus_speed (struct hotplug_slot *hotplug_slot, enum pci_bus_speed *value) function
H A Dshpchp.h325 int (*get_cur_bus_speed)(struct slot *slot, enum pci_bus_speed *speed); member in struct:hpc_ops
H A Dibmphp_core.c432 static int get_cur_bus_speed(struct hotplug_slot *hotplug_slot, enum pci_bus_speed *value) function
1322 .get_cur_bus_speed = get_cur_bus_speed,
H A Dshpchp_ctrl.c283 rc = p_slot->hpc_ops->get_cur_bus_speed(p_slot, &bsp);
H A Dpciehp_hpc.c1075 .get_cur_bus_speed = hpc_get_cur_lnk_speed,
H A Dshpchp_hpc.c930 .get_cur_bus_speed = hpc_get_cur_bus_speed,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci_hotplug.h104 * @get_cur_bus_speed: Called to get the current bus speed for a slot.
125 int (*get_cur_bus_speed) (struct hotplug_slot *slot, enum pci_bus_speed *value); member in struct:hotplug_slot_ops

Completed in 92 milliseconds