Searched refs:get_latch_status (Results 1 – 12 of 12) sorted by relevance
/linux-2.6.39/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 291 get_latch_status(hotplug_slot, &info->latch_status); in init_slots()
|
D | shpchp_core.c | 67 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()
|
D | acpiphp_core.c | 76 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
|
D | pciehp_core.c | 72 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
|
D | shpchp_ctrl.c | 93 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()
|
D | cpci_hotplug_core.c | 71 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
|
D | pci_hotplug_core.c | 204 retval = get_latch_status(slot->hotplug, &value); in latch_read_file() 296 if (slot->ops->get_latch_status) in has_latch_file()
|
D | ibmphp_core.c | 314 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 * value) in get_latch_status() function 1279 .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 | 336 int (*get_latch_status)(struct slot *slot, u8 *status); member
|
D | shpchp_hpc.c | 921 .get_latch_status = hpc_get_latch_status,
|
/linux-2.6.39/include/linux/ |
D | pci_hotplug.h | 81 int (*get_latch_status) (struct hotplug_slot *slot, u8 *value); member
|