• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/

Lines Matching refs:monitor

236 	i2c_master_send(state->monitor, buf, 2);
240 rc = i2c_master_send(state->monitor, buf, 1);
242 rc = i2c_master_recv(state->monitor, buf, 1);
250 rc = i2c_master_send(state->monitor, buf, 2);
267 rc = i2c_master_send(state->monitor, buf, 2);
274 rc = i2c_master_send(state->monitor, buf, 1);
278 rc = i2c_master_recv(state->monitor, buf, 2);
1045 state->monitor = attach_i2c_chip(SUPPLY_MONITOR_ID, "CPU0_monitor");
1047 state->monitor = attach_i2c_chip(SUPPLY_MONITORB_ID, "CPU1_monitor");
1048 if (state->monitor == NULL)
1080 state->monitor = NULL;
1090 if (state->monitor == NULL)
1107 state->monitor = NULL;
1134 temp = i2c_smbus_read_byte_data(state->monitor, MAX6690_EXT_TEMP) << 16;
1256 state->monitor = attach_i2c_chip(BACKSIDE_MAX_ID, "backside_temp");
1257 if (state->monitor == NULL)
1274 if (state->monitor == NULL)
1280 state->monitor = NULL;
1307 temp = le16_to_cpu(i2c_smbus_read_word_data(state->monitor,
1379 state->monitor = attach_i2c_chip(DRIVES_DALLAS_ID, "drives_temp");
1380 if (state->monitor == NULL)
1397 if (state->monitor == NULL)
1403 state->monitor = NULL;
1423 temp = read_lm87_reg(state->monitor, LM87_INT_TEMP);
1503 state->monitor = attach_i2c_chip(XSERVE_DIMMS_LM87, "dimms_temp");
1504 if (state->monitor == NULL)
1519 if (state->monitor == NULL)
1524 state->monitor = NULL;
1551 temp = le16_to_cpu(i2c_smbus_read_word_data(state->monitor,
1623 state->monitor = attach_i2c_chip(XSERVE_SLOTS_LM75, "slots_temp");
1624 if (state->monitor == NULL)
1641 if (state->monitor == NULL)
1647 state->monitor = NULL;
1685 if (cpu_state[1].monitor != NULL)
1714 if (cpu_state[1].monitor != NULL)
1719 if (cpu_state[1].monitor != NULL)