Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pci/hotplug/
Dshpchp_core.c52 static int get_adapter_status(struct hotplug_slot *slot, u8 *value);
61 .get_adapter_status = get_adapter_status,
116 get_adapter_status(hotplug_slot, &slot->presence_save); in init_slots()
224 static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_status() function
232 retval = slot->hpc_ops->get_adapter_status(slot, value); in get_adapter_status()
Dacpiphp_core.c58 static int get_adapter_status(struct hotplug_slot *slot, u8 *value);
67 .get_adapter_status = get_adapter_status,
246 static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_status() function
Ds390_pci_hpc.c122 static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_status() function
133 .get_adapter_status = get_adapter_status,
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()
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
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
Drpaphp_core.c102 static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_status() function
535 .get_adapter_status = get_adapter_status,
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()
Dcpqphp_core.c546 static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_status() function
566 .get_adapter_status = get_adapter_status,
Dshpchp.h312 int (*get_adapter_status)(struct slot *slot, u8 *status); member
Dpnv_php.c598 .get_adapter_status = pnv_php_get_adapter_state,
Dshpchp_hpc.c905 .get_adapter_status = hpc_get_adapter_status,
Dibmphp_core.c1233 .get_adapter_status = get_adapter_present,
/Linux-v5.10/include/linux/
Dpci_hotplug.h46 int (*get_adapter_status) (struct hotplug_slot *slot, u8 *value); member
/Linux-v5.10/arch/powerpc/kernel/
Deeh_driver.c779 if (!ops || !ops->get_adapter_status) in eeh_slot_presence_check()
786 rc = ops->get_adapter_status(slot->hotplug, &state); in eeh_slot_presence_check()
/Linux-v5.10/drivers/platform/x86/
Deeepc-laptop.c722 .get_adapter_status = eeepc_get_adapter_status,
Dasus-wmi.c920 .get_adapter_status = asus_get_adapter_status,