Searched refs:tmp_slot (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Drpaphp_slot.c117 struct slot *tmp_slot; local
119 list_for_each_entry(tmp_slot, &rpaphp_slot_head, rpaphp_slot_list) {
120 if (!strcmp(tmp_slot->name, slot->name))
H A Dibmphp_ebda.c768 struct slot *tmp_slot; local
939 tmp_slot = kzalloc(sizeof(*tmp_slot), GFP_KERNEL);
940 if (!tmp_slot) {
945 tmp_slot->flag = 1;
947 tmp_slot->capabilities = hpc_ptr->slots[index].slot_cap;
949 tmp_slot->supported_speed = 3;
951 tmp_slot->supported_speed = 2;
953 tmp_slot->supported_speed = 1;
956 tmp_slot
[all...]
H A Dibmphp_core.c861 struct slot * tmp_slot; local
869 tmp_slot = ibmphp_get_slot_from_physical_num(i);
870 if (!tmp_slot)
872 rc = slot_update(&tmp_slot);
875 if (SLOT_PRESENT(tmp_slot->status) &&
876 SLOT_PWRGD(tmp_slot->status))
989 struct slot * tmp_slot; local
994 tmp_slot = ibmphp_get_slot_from_physical_num(i);
995 if (!tmp_slot)
997 if ((SLOT_PWRGD(tmp_slot
[all...]

Completed in 42 milliseconds