Searched refs:get_latch_status (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/pci/hotplug/ |
D | shpchp_core.c | 51 static int get_latch_status(struct hotplug_slot *slot, u8 *value); 60 .get_latch_status = get_latch_status, 129 get_latch_status(hotplug_slot, &info->latch_status); in init_slots() 229 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function 237 retval = slot->hpc_ops->get_latch_status(slot, value); in get_latch_status()
|
D | acpiphp_core.c | 57 static int get_latch_status(struct hotplug_slot *slot, u8 *value); 66 .get_latch_status = get_latch_status, 226 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function
|
D | pciehp_core.c | 54 static int get_latch_status(struct hotplug_slot *slot, u8 *value); 86 ops->get_latch_status = get_latch_status; in init_slot() 174 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function
|
D | shpchp_ctrl.c | 79 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_handle_switch_change() 460 slot->hpc_ops->get_latch_status(slot, &(info->latch_status)); in update_slot_info() 568 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot() 586 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot() 602 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot() 629 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_disable_slot()
|
D | cpci_hotplug_core.c | 58 static int get_latch_status(struct hotplug_slot *slot, u8 *value); 67 .get_latch_status = get_latch_status, 192 get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function
|
D | pci_hotplug_core.c | 175 retval = get_latch_status(pci_slot->hotplug, &value); in latch_read_file() 266 if (slot->ops->get_latch_status) in has_latch_file()
|
D | ibmphp_core.c | 296 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function 1269 .get_latch_status = get_latch_status,
|
D | cpqphp_core.c | 539 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function 570 .get_latch_status = get_latch_status,
|
D | shpchp.h | 309 int (*get_latch_status)(struct slot *slot, u8 *status); member
|
D | shpchp_hpc.c | 904 .get_latch_status = hpc_get_latch_status,
|
/Linux-v4.19/include/linux/ |
D | pci_hotplug.h | 57 int (*get_latch_status) (struct hotplug_slot *slot, u8 *value); member
|