Searched refs:get_power_status (Results 1 – 13 of 13) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | acpiphp_core.c | 72 static int get_power_status (struct hotplug_slot *slot, u8 *value); 86 .get_power_status = get_power_status, 242 static int get_power_status (struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status() function
|
D | pciehp_core.c | 73 static int get_power_status (struct hotplug_slot *slot, u8 *value); 86 .get_power_status = get_power_status, 150 new_slot->hpc_ops->get_power_status(new_slot, &(new_slot->hotplug_slot->info->power_status)); in init_slots() 280 static int get_power_status (struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status() function 290 retval = slot->hpc_ops->get_power_status(slot, value); in get_power_status()
|
D | shpchp_core.c | 73 static int get_power_status (struct hotplug_slot *slot, u8 *value); 86 .get_power_status = get_power_status, 157 new_slot->hpc_ops->get_power_status(new_slot, &(new_slot->hotplug_slot->info->power_status)); in init_slots() 287 static int get_power_status (struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status() function 297 retval = slot->hpc_ops->get_power_status(slot, value); in get_power_status()
|
D | pci_hotplug.h | 114 int (*get_power_status) (struct hotplug_slot *slot, u8 *value); member
|
D | cpqphp_core.c | 80 static int get_power_status (struct hotplug_slot *slot, u8 *value); 93 .get_power_status = get_power_status, 717 static int get_power_status (struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status() function
|
D | pciehp.h | 362 int (*get_power_status) (struct slot *slot, u8 *status); member
|
D | ibmphp_core.c | 324 static int get_power_status (struct hotplug_slot *hotplug_slot, u8 * value) in get_power_status() function 1593 .get_power_status = get_power_status,
|
D | shpchp_ctrl.c | 1885 slot->hpc_ops->get_power_status(slot, &(info->power_status)); in update_slot_info() 1968 p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in interrupt_event_handler() 2059 p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in shpchp_pushbutton_thread() 2115 rc = p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in shpchp_enable_slot() 2137 p_slot->hpc_ops->get_power_status(p_slot, &(func->pwr_save)); in shpchp_enable_slot() 2202 ret = p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in shpchp_disable_slot()
|
D | pciehp_ctrl.c | 1444 slot->hpc_ops->get_power_status(slot, &(info->power_status)); in update_slot_info() 1524 p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in interrupt_event_handler() 1611 p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in pciehp_pushbutton_thread() 1669 rc = p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in pciehp_enable_slot() 1756 ret = p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in pciehp_disable_slot()
|
D | shpchp.h | 445 int (*get_power_status) (struct slot *slot, u8 *status); member
|
D | pci_hotplug_core.c | 610 retval = get_power_status (slot, &value); in GET_STATUS() 1092 (slot->ops->get_power_status)) in fs_add_slot()
|
D | pciehp_hpc.c | 1228 .get_power_status = hpc_get_power_status,
|
D | shpchp_hpc.c | 1371 .get_power_status = hpc_get_power_status,
|