Home
last modified time | relevance | path

Searched refs:get_latch_status (Results 1 – 12 of 12) sorted by relevance

/linux-2.6.39/drivers/pci/hotplug/
Dpcihp_skeleton.c81 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
291 get_latch_status(hotplug_slot, &info->latch_status); in init_slots()
Dshpchp_core.c67 static int get_latch_status (struct hotplug_slot *slot, u8 *value);
76 .get_latch_status = get_latch_status,
150 get_latch_status(hotplug_slot, &info->latch_status); in init_slots()
249 static int get_latch_status (struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function
257 retval = slot->hpc_ops->get_latch_status(slot, value); in get_latch_status()
Dacpiphp_core.c76 static int get_latch_status (struct hotplug_slot *slot, u8 *value);
85 .get_latch_status = get_latch_status,
245 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function
Dpciehp_core.c72 static int get_latch_status (struct hotplug_slot *slot, u8 *value);
117 ops->get_latch_status = get_latch_status; in init_slot()
208 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function
Dshpchp_ctrl.c93 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_handle_switch_change()
475 slot->hpc_ops->get_latch_status(slot, &(info->latch_status)); in update_slot_info()
583 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
601 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
617 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
644 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_disable_slot()
Dcpci_hotplug_core.c71 static int get_latch_status(struct hotplug_slot *slot, u8 * value);
80 .get_latch_status = get_latch_status,
202 get_latch_status(struct hotplug_slot *hotplug_slot, u8 * value) in get_latch_status() function
Dpci_hotplug_core.c204 retval = get_latch_status(slot->hotplug, &value); in latch_read_file()
296 if (slot->ops->get_latch_status) in has_latch_file()
Dibmphp_core.c314 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 * value) in get_latch_status() function
1279 .get_latch_status = get_latch_status,
Dcpqphp_core.c562 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function
593 .get_latch_status = get_latch_status,
Dshpchp.h336 int (*get_latch_status)(struct slot *slot, u8 *status); member
Dshpchp_hpc.c921 .get_latch_status = hpc_get_latch_status,
/linux-2.6.39/include/linux/
Dpci_hotplug.h81 int (*get_latch_status) (struct hotplug_slot *slot, u8 *value); member