temp_chip 40 drivers/media/dvb-frontends/stv0900_core.c struct stv0900_inode *temp_chip = stv0900_first_inode; temp_chip 42 drivers/media/dvb-frontends/stv0900_core.c if (temp_chip != NULL) { temp_chip 46 drivers/media/dvb-frontends/stv0900_core.c while ((temp_chip != NULL) && temp_chip 47 drivers/media/dvb-frontends/stv0900_core.c ((temp_chip->internal->i2c_adap != i2c_adap) || temp_chip 48 drivers/media/dvb-frontends/stv0900_core.c (temp_chip->internal->i2c_addr != i2c_addr))) temp_chip 50 drivers/media/dvb-frontends/stv0900_core.c temp_chip = temp_chip->next_inode; temp_chip 54 drivers/media/dvb-frontends/stv0900_core.c return temp_chip; temp_chip 142 drivers/media/pci/cx23885/altera-ci.c struct fpga_inode *temp_chip = fpga_first_inode; temp_chip 144 drivers/media/pci/cx23885/altera-ci.c if (temp_chip == NULL) temp_chip 145 drivers/media/pci/cx23885/altera-ci.c return temp_chip; temp_chip 150 drivers/media/pci/cx23885/altera-ci.c while ((temp_chip != NULL) && temp_chip 151 drivers/media/pci/cx23885/altera-ci.c (temp_chip->internal->dev != dev)) temp_chip 152 drivers/media/pci/cx23885/altera-ci.c temp_chip = temp_chip->next_inode; temp_chip 154 drivers/media/pci/cx23885/altera-ci.c return temp_chip; temp_chip 175 drivers/media/pci/cx23885/altera-ci.c struct fpga_inode *temp_chip = fpga_first_inode; temp_chip 182 drivers/media/pci/cx23885/altera-ci.c while (temp_chip != NULL) { temp_chip 183 drivers/media/pci/cx23885/altera-ci.c if (temp_chip->internal != NULL) { temp_chip 184 drivers/media/pci/cx23885/altera-ci.c temp_int = temp_chip->internal; temp_chip 191 drivers/media/pci/cx23885/altera-ci.c temp_chip = temp_chip->next_inode; temp_chip 194 drivers/media/pci/cx23885/altera-ci.c return temp_chip;