Lines Matching defs:use_thermistors
1296 int use_thermistors)
1335 dev_dbg(&pdev->dev, "bios thermistors:%d\n", use_thermistors);
1339 use_thermistors = use_thermistors || (reg & CHAN_ENA);
1343 dev_dbg(&pdev->dev, "using thermistors:%d\n", use_thermistors);
1345 i = use_thermistors ? 2 : 0;
1362 if (use_thermistors) {
1441 int use_thermistors = 0;
1526 use_thermistors = confreg[2] & 0x40;
1528 pc87360_init_device(pdev, use_thermistors);