Lines Matching defs:use_thermistors
225 int use_thermistors);
1199 int use_thermistors = 0;
1284 use_thermistors = confreg[2] & 0x40;
1286 pc87360_init_device(pdev, use_thermistors);
1396 int use_thermistors)
1435 dev_dbg(&pdev->dev, "bios thermistors:%d\n", use_thermistors);
1439 use_thermistors = use_thermistors || (reg & CHAN_ENA);
1443 dev_dbg(&pdev->dev, "using thermistors:%d\n", use_thermistors);
1445 i = use_thermistors ? 2 : 0;
1462 if (use_thermistors) {