Searched refs:hotplug_slot_info (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci_hotplug.h87 * If this field is NULL, the value passed in the struct hotplug_slot_info
90 * If this field is NULL, the value passed in the struct hotplug_slot_info
93 * If this field is NULL, the value passed in the struct hotplug_slot_info
96 * If this field is NULL, the value passed in the struct hotplug_slot_info
99 * If this field is NULL, the value passed in the struct hotplug_slot_info
102 * If this field is NULL, the value passed in the struct hotplug_slot_info
105 * If this field is NULL, the value passed in the struct hotplug_slot_info
129 * struct hotplug_slot_info - used to notify the hotplug pci core of the state of the slot
138 struct hotplug_slot_info { struct
153 * @info: pointer to the &struct hotplug_slot_info fo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpci_hotplug_core.c88 struct hotplug_slot_info info;
90 memcpy(&info, hotplug_slot->info, sizeof(struct hotplug_slot_info));
98 struct hotplug_slot_info info;
100 memcpy(&info, hotplug_slot->info, sizeof(struct hotplug_slot_info));
237 struct hotplug_slot_info *info;
260 info = kzalloc(sizeof (struct hotplug_slot_info), GFP_KERNEL);
H A Drpaphp_pci.c92 struct hotplug_slot_info *info = slot->hotplug_slot->info;
H A Dacpiphp.h65 struct hotplug_slot_info info;
H A Drpaphp_slot.c82 slot->hotplug_slot->info = kzalloc(sizeof(struct hotplug_slot_info),
H A Dcpqphp_core.c332 struct hotplug_slot_info *hotplug_slot_info; local
365 hotplug_slot_info = hotplug_slot->info;
423 hotplug_slot_info->power_status = get_slot_enabled(ctrl, slot);
424 hotplug_slot_info->attention_status =
426 hotplug_slot_info->latch_status =
428 hotplug_slot_info->adapter_status =
454 kfree(hotplug_slot_info);
H A Dfakephp.c101 slot->info = kzalloc(sizeof(struct hotplug_slot_info), GFP_KERNEL);
H A Dpcihp_skeleton.c255 struct hotplug_slot_info *info;
H A Dpci_hotplug_core.c690 struct hotplug_slot_info *info)
757 memcpy (slot->info, info, sizeof (struct hotplug_slot_info));
H A Dshpchp_core.c111 struct hotplug_slot_info *info;
H A Dpciehp_core.c204 struct hotplug_slot_info *info;
H A Dibmphp_core.c651 struct hotplug_slot_info *info;
656 info = kmalloc(sizeof(struct hotplug_slot_info), GFP_KERNEL);
H A Dpciehp_ctrl.c385 struct hotplug_slot_info *info;
H A Dsgi_hotplug.c637 kzalloc(sizeof(struct hotplug_slot_info),
H A Dshpchp_ctrl.c466 struct hotplug_slot_info *info;
H A Dibmphp_ebda.c927 hp_slot_ptr->info = kzalloc(sizeof(struct hotplug_slot_info), GFP_KERNEL);
H A Dcpqphp_ctrl.c1793 struct hotplug_slot_info *info;

Completed in 86 milliseconds