Searched refs:I2C_GET_TEMPERATURE (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/uts/sun4u/sys/i2c/clients/ |
H A D | i2c_client.h | 48 #define I2C_GET_TEMPERATURE (I2C_BASE_IOCTL | 7) macro
|
/titanic_44/usr/src/uts/sun4u/io/i2c/clients/ |
H A D | lm75.c | 348 case I2C_GET_TEMPERATURE: in lm75_ioctl()
|
H A D | max1617.c | 634 case I2C_GET_TEMPERATURE: in max1617_ioctl()
|
H A D | adm1031.c | 637 if (cmd == I2C_GET_TEMPERATURE) { in adm1031_s_ioctl()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/taco/envd/ |
H A D | piclenvd.c | 657 else if (ioctl(fd, I2C_GET_TEMPERATURE, temp) == -1) { in get_temperature() 687 else if (ioctl(fd, I2C_GET_TEMPERATURE, temp) == -1) { in get_raw_temperature()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/grover/envd/ |
H A D | piclenvd.c | 296 else if (ioctl(fd, I2C_GET_TEMPERATURE, temp) == -1) { in get_temperature()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/ |
H A D | piclenvd.c | 827 else if (ioctl(fd, I2C_GET_TEMPERATURE, temp) == -1) { in get_temperature() 876 else if (ioctl(fd, I2C_GET_TEMPERATURE, temp) == -1) { in get_raw_temperature()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/ |
H A D | psvcobj.c | 1661 status = ioctl_retry(fp, I2C_GET_TEMPERATURE, (void *)&temp16); in i_psvc_get_temperature_11_2() 1691 status = ioctl_retry(fp, I2C_GET_TEMPERATURE, (void *)&temp16); in i_psvc_get_temperature_11_4() 2422 ret = ioctl_retry(fp, I2C_GET_TEMPERATURE, (void *)&temp16); in i_psvc_probe_11_2() 2500 ret = ioctl_retry(fp, I2C_GET_TEMPERATURE, (void *)&temp16); in i_psvc_probe_11_4()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/ |
H A D | piclenvd.c | 1280 else if (ioctl(fd, I2C_GET_TEMPERATURE, temp) == -1) { in get_temperature()
|