Searched refs:get_cur_bus_speed (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | acpiphp_core.c | 78 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
|
D | shpchp_core.c | 78 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()
|
D | pciehp_core.c | 78 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()
|
D | pci_hotplug.h | 120 int (*get_cur_bus_speed) (struct hotplug_slot *slot, enum pci_bus_speed *value); member
|
D | cpqphp_core.c | 85 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
|
D | pciehp.h | 369 int (*get_cur_bus_speed) (struct slot *slot, enum pci_bus_speed *speed); member
|
D | ibmphp_core.c | 429 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,
|
D | shpchp.h | 452 int (*get_cur_bus_speed) (struct slot *slot, enum pci_bus_speed *speed); member
|
D | pci_hotplug_core.c | 1004 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()
|
D | pciehp_hpc.c | 1234 .get_cur_bus_speed = hpc_get_cur_lnk_speed,
|
D | shpchp_hpc.c | 1377 .get_cur_bus_speed = hpc_get_cur_bus_speed,
|
D | shpchp_ctrl.c | 1121 rc = p_slot->hpc_ops->get_cur_bus_speed(p_slot, &bus_speed); in board_added()
|