Home
last modified time | relevance | path

Searched refs:get_power_status (Results 1 – 13 of 13) sorted by relevance

/linux-2.4.37.9/drivers/hotplug/
Dacpiphp_core.c72 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
Dpciehp_core.c73 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()
Dshpchp_core.c73 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()
Dpci_hotplug.h114 int (*get_power_status) (struct hotplug_slot *slot, u8 *value); member
Dcpqphp_core.c80 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
Dpciehp.h362 int (*get_power_status) (struct slot *slot, u8 *status); member
Dibmphp_core.c324 static int get_power_status (struct hotplug_slot *hotplug_slot, u8 * value) in get_power_status() function
1593 .get_power_status = get_power_status,
Dshpchp_ctrl.c1885 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()
Dpciehp_ctrl.c1444 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()
Dshpchp.h445 int (*get_power_status) (struct slot *slot, u8 *status); member
Dpci_hotplug_core.c610 retval = get_power_status (slot, &value); in GET_STATUS()
1092 (slot->ops->get_power_status)) in fs_add_slot()
Dpciehp_hpc.c1228 .get_power_status = hpc_get_power_status,
Dshpchp_hpc.c1371 .get_power_status = hpc_get_power_status,