temp_start 255 drivers/hwmon/f71882fg.c int temp_start; /* temp numbering start (0 or 1) */ temp_start 1226 drivers/hwmon/f71882fg.c for (nr = data->temp_start; nr < nr_temps + data->temp_start; temp_start 1318 drivers/hwmon/f71882fg.c for (nr = data->temp_start; nr < nr_temps + data->temp_start; temp_start 2119 drivers/hwmon/f71882fg.c data->temp_start); temp_start 2149 drivers/hwmon/f71882fg.c val += data->temp_start; temp_start 2346 drivers/hwmon/f71882fg.c data->temp_start = temp_start 464 kernel/kexec_file.c unsigned long temp_start, temp_end; temp_start 467 kernel/kexec_file.c temp_start = temp_end - kbuf->memsz; temp_start 471 kernel/kexec_file.c temp_start = temp_start & (~(kbuf->buf_align - 1)); temp_start 473 kernel/kexec_file.c if (temp_start < start || temp_start < kbuf->buf_min) temp_start 476 kernel/kexec_file.c temp_end = temp_start + kbuf->memsz - 1; temp_start 482 kernel/kexec_file.c if (kimage_is_destination_range(image, temp_start, temp_end)) { temp_start 483 kernel/kexec_file.c temp_start = temp_start - PAGE_SIZE; temp_start 492 kernel/kexec_file.c kbuf->mem = temp_start; temp_start 502 kernel/kexec_file.c unsigned long temp_start, temp_end; temp_start 504 kernel/kexec_file.c temp_start = max(start, kbuf->buf_min); temp_start 507 kernel/kexec_file.c temp_start = ALIGN(temp_start, kbuf->buf_align); temp_start 508 kernel/kexec_file.c temp_end = temp_start + kbuf->memsz - 1; temp_start 516 kernel/kexec_file.c if (kimage_is_destination_range(image, temp_start, temp_end)) { temp_start 517 kernel/kexec_file.c temp_start = temp_start + PAGE_SIZE; temp_start 526 kernel/kexec_file.c kbuf->mem = temp_start;