temp_dev         1210 arch/x86/pci/irq.c 			struct pci_dev *temp_dev;
temp_dev         1224 arch/x86/pci/irq.c 			temp_dev = dev;
temp_dev         1239 arch/x86/pci/irq.c 			dev = temp_dev;
temp_dev           46 drivers/media/dvb-frontends/stv090x.c 	struct stv090x_dev *temp_dev = stv090x_first_dev;
temp_dev           51 drivers/media/dvb-frontends/stv090x.c 	while ((temp_dev != NULL) &&
temp_dev           52 drivers/media/dvb-frontends/stv090x.c 		((temp_dev->internal->i2c_adap != i2c_adap) ||
temp_dev           53 drivers/media/dvb-frontends/stv090x.c 		(temp_dev->internal->i2c_addr != i2c_addr))) {
temp_dev           55 drivers/media/dvb-frontends/stv090x.c 		temp_dev = temp_dev->next_dev;
temp_dev           58 drivers/media/dvb-frontends/stv090x.c 	return temp_dev;
temp_dev           86 drivers/media/dvb-frontends/stv090x.c 	struct stv090x_dev *temp_dev;
temp_dev           97 drivers/media/dvb-frontends/stv090x.c 			temp_dev = stv090x_first_dev;
temp_dev           98 drivers/media/dvb-frontends/stv090x.c 			while (temp_dev->next_dev != NULL)
temp_dev           99 drivers/media/dvb-frontends/stv090x.c 				temp_dev = temp_dev->next_dev;
temp_dev          101 drivers/media/dvb-frontends/stv090x.c 			temp_dev->next_dev = new_dev;