Searched refs:get_latch_status (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/drivers/pci/hotplug/ |
D | pcihp_skeleton.c | 81 static int get_latch_status (struct hotplug_slot *slot, u8 *value); 91 .get_latch_status = get_latch_status, 197 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function 297 get_latch_status(hotplug_slot, &info->latch_status); in init_slots()
|
D | shpchp_core.c | 65 static int get_latch_status (struct hotplug_slot *slot, u8 *value); 74 .get_latch_status = get_latch_status, 160 get_latch_status(hotplug_slot, &info->latch_status); in init_slots() 260 static int get_latch_status (struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function 268 retval = slot->hpc_ops->get_latch_status(slot, value); in get_latch_status()
|
D | acpiphp_core.c | 71 static int get_latch_status (struct hotplug_slot *slot, u8 *value); 80 .get_latch_status = get_latch_status, 240 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function
|
D | pciehp_core.c | 70 static int get_latch_status (struct hotplug_slot *slot, u8 *value); 118 ops->get_latch_status = get_latch_status; in init_slot() 212 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function
|
D | shpchp_ctrl.c | 93 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_handle_switch_change() 474 slot->hpc_ops->get_latch_status(slot, &(info->latch_status)); in update_slot_info() 582 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot() 600 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot() 616 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot() 643 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_disable_slot()
|
D | cpci_hotplug_core.c | 71 static int get_latch_status(struct hotplug_slot *slot, u8 *value); 80 .get_latch_status = get_latch_status, 205 get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function
|
D | pci_hotplug_core.c | 192 retval = get_latch_status(slot->hotplug, &value); in latch_read_file() 283 if (slot->ops->get_latch_status) in has_latch_file()
|
D | ibmphp_core.c | 312 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function 1287 .get_latch_status = get_latch_status,
|
D | cpqphp_core.c | 562 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function 593 .get_latch_status = get_latch_status,
|
D | shpchp.h | 335 int (*get_latch_status)(struct slot *slot, u8 *status); member
|
D | shpchp_hpc.c | 921 .get_latch_status = hpc_get_latch_status,
|
/linux-4.1.27/include/linux/ |
D | pci_hotplug.h | 71 int (*get_latch_status) (struct hotplug_slot *slot, u8 *value); member
|