Home
last modified time | relevance | path

Searched refs:get_adapter_status (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/drivers/pci/hotplug/
H A Ds390_pci_hpc.c92 static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_status() function
104 .get_adapter_status = get_adapter_status,
H A Dshpchp_core.c51 static int get_adapter_status(struct hotplug_slot *slot, u8 *value);
60 .get_adapter_status = get_adapter_status,
115 get_adapter_status(hotplug_slot, &slot->presence_save); in init_slots()
223 static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_status() function
231 retval = slot->hpc_ops->get_adapter_status(slot, value); in get_adapter_status()
H A Dacpiphp_core.c57 static int get_adapter_status(struct hotplug_slot *slot, u8 *value);
66 .get_adapter_status = get_adapter_status,
245 static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_status() function
H A Dshpchp_ctrl.c54 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_handle_attention_button()
78 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_handle_switch_change()
119 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_handle_presence_change()
452 slot->hpc_ops->get_adapter_status(slot, &slot->presence_save); in update_slot_info()
550 rc = p_slot->hpc_ops->get_adapter_status(p_slot, &getstatus); in shpchp_enable_slot()
570 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_enable_slot()
587 p_slot->hpc_ops->get_adapter_status(p_slot, in shpchp_enable_slot()
611 rc = p_slot->hpc_ops->get_adapter_status(p_slot, &getstatus); in shpchp_disable_slot()
H A Dpciehp_core.c48 static int get_adapter_status(struct hotplug_slot *slot, u8 *value);
64 ops->get_adapter_status = get_adapter_status; in init_slot()
138 static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_status() function
H A Dcpci_hotplug_core.c57 static int get_adapter_status(struct hotplug_slot *slot, u8 *value);
66 .get_adapter_status = get_adapter_status,
164 get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_status() function
H A Drpaphp_core.c104 static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_status() function
537 .get_adapter_status = get_adapter_status,
H A Dpci_hotplug_core.c191 retval = get_adapter_status(pci_slot->hotplug, &value); in presence_read_file()
276 if (slot->ops->get_adapter_status) in has_adapter_file()
H A Dcpqphp_core.c547 static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_status() function
567 .get_adapter_status = get_adapter_status,
H A Dshpchp.h312 int (*get_adapter_status)(struct slot *slot, u8 *status); member
H A Dpnv_php.c599 .get_adapter_status = pnv_php_get_adapter_state,
H A Dshpchp_hpc.c883 .get_adapter_status = hpc_get_adapter_status,
H A Dibmphp_core.c1162 .get_adapter_status = get_adapter_present,
/openbmc/linux/include/linux/
H A Dpci_hotplug.h46 int (*get_adapter_status) (struct hotplug_slot *slot, u8 *value); member
/openbmc/linux/arch/powerpc/kernel/
H A Deeh_driver.c778 if (!ops || !ops->get_adapter_status) in eeh_slot_presence_check()
785 rc = ops->get_adapter_status(slot->hotplug, &state); in eeh_slot_presence_check()
/openbmc/linux/drivers/platform/x86/
H A Deeepc-laptop.c722 .get_adapter_status = eeepc_get_adapter_status,
H A Dasus-wmi.c1768 .get_adapter_status = asus_get_adapter_status,