Lines Matching refs:chip_save
410 void *chip_save;432 chip_save = kcalloc(8, sizeof(*chip), GFP_KERNEL);433 if (chip_save == NULL) {438 chip = chip_save;453 chip = chip_save;471 chip = chip_save;485 chip = chip_save;490 kfree(chip_save);511 void *chip_save;513 chip_save = chip;518 chip = chip_save;