Lines Matching defs:temp_chip
142 struct fpga_inode *temp_chip = fpga_first_inode;
144 if (temp_chip == NULL)
145 return temp_chip;
150 while ((temp_chip != NULL) &&
151 (temp_chip->internal->dev != dev))
152 temp_chip = temp_chip->next_inode;
154 return temp_chip;
175 struct fpga_inode *temp_chip = fpga_first_inode;
182 while (temp_chip != NULL) {
183 if (temp_chip->internal != NULL) {
184 temp_int = temp_chip->internal;
191 temp_chip = temp_chip->next_inode;
194 return temp_chip;