Home
last modified time | relevance | path

Searched refs:get_cur_bus_speed (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/drivers/hotplug/
Dacpiphp_core.c78 static int get_cur_bus_speed (struct hotplug_slot *hotplug_slot, enum pci_bus_speed *value);
92 .get_cur_bus_speed = get_cur_bus_speed,
364 static int get_cur_bus_speed (struct hotplug_slot *hotplug_slot, enum pci_bus_speed *value) in get_cur_bus_speed() function
Dshpchp_core.c78 static int get_cur_bus_speed (struct hotplug_slot *slot, enum pci_bus_speed *value);
91 .get_cur_bus_speed = get_cur_bus_speed,
373 static int get_cur_bus_speed (struct hotplug_slot *hotplug_slot, enum pci_bus_speed *value) in get_cur_bus_speed() function
383 retval = slot->hpc_ops->get_cur_bus_speed(slot, value); in get_cur_bus_speed()
475 rc = t_slot->hpc_ops->get_cur_bus_speed(t_slot, &ctrl->speed); in shpc_probe()
Dpciehp_core.c78 static int get_cur_bus_speed (struct hotplug_slot *slot, enum pci_bus_speed *value);
91 .get_cur_bus_speed = get_cur_bus_speed,
366 static int get_cur_bus_speed (struct hotplug_slot *hotplug_slot, enum pci_bus_speed *value) in get_cur_bus_speed() function
376 retval = slot->hpc_ops->get_cur_bus_speed(slot, value); in get_cur_bus_speed()
Dpci_hotplug.h120 int (*get_cur_bus_speed) (struct hotplug_slot *slot, enum pci_bus_speed *value); member
Dcpqphp_core.c85 static int get_cur_bus_speed (struct hotplug_slot *slot, enum pci_bus_speed *value);
98 .get_cur_bus_speed = get_cur_bus_speed,
810 static int get_cur_bus_speed (struct hotplug_slot *hotplug_slot, enum pci_bus_speed *value) in get_cur_bus_speed() function
Dpciehp.h369 int (*get_cur_bus_speed) (struct slot *slot, enum pci_bus_speed *speed); member
Dibmphp_core.c429 static int get_cur_bus_speed (struct hotplug_slot *hotplug_slot, enum pci_bus_speed *value) in get_cur_bus_speed() function
1598 .get_cur_bus_speed = get_cur_bus_speed,
Dshpchp.h452 int (*get_cur_bus_speed) (struct slot *slot, enum pci_bus_speed *speed); member
Dpci_hotplug_core.c1004 retval = get_cur_bus_speed (slot, &value); in cur_bus_speed_read_file()
1135 if (slot->ops->get_cur_bus_speed) in fs_add_slot()
Dpciehp_hpc.c1234 .get_cur_bus_speed = hpc_get_cur_lnk_speed,
Dshpchp_hpc.c1377 .get_cur_bus_speed = hpc_get_cur_bus_speed,
Dshpchp_ctrl.c1121 rc = p_slot->hpc_ops->get_cur_bus_speed(p_slot, &bus_speed); in board_added()