Lines Matching defs:temp
122 struct pci_dev *temp = pci_get_domain_bus_and_slot(0,
126 if (temp) {
127 pci_dev_put(temp);
128 pci_stop_and_remove_bus_device(temp);
955 u32 temp;
997 pci_bus_read_config_dword(pci_bus, devfn, cloop, &temp);
999 if (temp != func->config_space[cloop >> 2]) {
1002 dbg("temp = %x, config space = %x\n\n", temp, func->config_space[cloop >> 2]);
1170 u8 temp;
1193 temp = 0;
1196 cpqhp_disk_irq = temp;
1200 temp++;
1205 temp++;
1209 cpqhp_nic_irq = temp;
1213 temp++;
1219 temp = 0;