/linux-4.1.27/drivers/pci/hotplug/ |
D | pcihp_skeleton.c | 79 static int get_power_status (struct hotplug_slot *slot, u8 *value); 89 .get_power_status = get_power_status, 167 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status() function 295 get_power_status(hotplug_slot, &info->power_status); in init_slots()
|
D | s390_pci_hpc.c | 111 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status() function 145 .get_power_status = get_power_status, 180 get_power_status(hotplug_slot, &info->power_status); in zpci_init_slot()
|
D | shpchp_core.c | 63 static int get_power_status (struct hotplug_slot *slot, u8 *value); 72 .get_power_status = get_power_status, 158 get_power_status(hotplug_slot, &info->power_status); in init_slots() 230 static int get_power_status (struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status() function 238 retval = slot->hpc_ops->get_power_status(slot, value); in get_power_status()
|
D | acpiphp_core.c | 69 static int get_power_status (struct hotplug_slot *slot, u8 *value); 78 .get_power_status = get_power_status, 194 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status() function
|
D | pciehp_core.c | 68 static int get_power_status (struct hotplug_slot *slot, u8 *value); 114 ops->get_power_status = get_power_status; in init_slot() 190 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status() function
|
D | rpaphp_core.c | 92 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status() function 442 .get_power_status = get_power_status,
|
D | shpchp_ctrl.c | 472 slot->hpc_ops->get_power_status(slot, &(info->power_status)); in update_slot_info() 492 p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in handle_button_press_event() 587 rc = p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in shpchp_enable_slot() 598 p_slot->hpc_ops->get_power_status(p_slot, &(p_slot->pwr_save)); in shpchp_enable_slot() 648 rc = p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in shpchp_disable_slot()
|
D | sgi_hotplug.c | 84 static inline int get_power_status(struct hotplug_slot *slot, u8 *value); 89 .get_power_status = get_power_status, 574 static inline int get_power_status(struct hotplug_slot *bss_hotplug_slot, in get_power_status() function
|
D | cpci_hotplug_core.c | 68 static int get_power_status(struct hotplug_slot *slot, u8 *value); 77 .get_power_status = get_power_status, 174 get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status() function
|
D | pci_hotplug_core.c | 91 retval = get_power_status(slot->hotplug, &value); in GET_STATUS() 260 (slot->ops->get_power_status)) in has_power_file()
|
D | ibmphp_core.c | 339 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status() function 1285 .get_power_status = get_power_status,
|
D | cpqphp_core.c | 540 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status() function 591 .get_power_status = get_power_status,
|
D | shpchp.h | 332 int (*get_power_status)(struct slot *slot, u8 *status); member
|
D | shpchp_hpc.c | 919 .get_power_status = hpc_get_power_status,
|
/linux-4.1.27/include/linux/ |
D | enclosure.h | 82 void (*get_power_status)(struct enclosure_device *, member
|
D | pci_hotplug.h | 69 int (*get_power_status) (struct hotplug_slot *slot, u8 *value); member
|
/linux-4.1.27/drivers/misc/ |
D | enclosure.c | 595 if (edev->cb->get_power_status) in get_component_power_status() 596 edev->cb->get_power_status(edev, ecomp); in get_component_power_status()
|
/linux-4.1.27/drivers/scsi/ |
D | ses.c | 351 .get_power_status = ses_get_power_status,
|
/linux-4.1.27/drivers/platform/x86/ |
D | eeepc-laptop.c | 735 .get_power_status = eeepc_get_adapter_status,
|
D | asus-wmi.c | 735 .get_power_status = asus_get_adapter_status,
|