Symbol: ksensor_ops_t
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
100
static const ksensor_ops_t t4_volt_ops = {
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
95
static const ksensor_ops_t t4_temp_ops = {
usr/src/uts/common/io/i2c/eeprom/spd511x/spd511x.c
192
static const ksensor_ops_t spd5118_temp_ops = {
usr/src/uts/common/io/i2c/nexus/i2cnex_client.c
1054
const ksensor_ops_t *ops, void *arg, const char *name, id_t *idp)
usr/src/uts/common/io/i2c/sensor/lm7x/lm7x.c
245
static const ksensor_ops_t lm7x_temp_ops = {
usr/src/uts/common/io/i2c/sensor/tmp43x/tmp43x.c
368
static const ksensor_ops_t tmp43x_local_temp_ops = {
usr/src/uts/common/io/i2c/sensor/tmp43x/tmp43x.c
373
static const ksensor_ops_t tmp43x_rem1_temp_ops = {
usr/src/uts/common/io/i2c/sensor/tmp43x/tmp43x.c
378
static const ksensor_ops_t tmp43x_rem2_temp_ops = {
usr/src/uts/common/io/i2c/sensor/ts511x/ts511x.c
157
static const ksensor_ops_t ts511x_temp_ops = {
usr/src/uts/common/io/igb/igb_sensor.c
98
static const ksensor_ops_t igb_sensor_reg_ops = {
usr/src/uts/common/io/ksensor/ksensor_test.c
49
static const ksensor_ops_t ksensor_test_temp_ops = {
usr/src/uts/common/io/ksensor/ksensor_test.c
64
static const ksensor_ops_t ksensor_test_volt_ops = {
usr/src/uts/common/io/ksensor/ksensor_test.c
79
static const ksensor_ops_t ksensor_test_current_ops = {
usr/src/uts/common/io/ksensor/ksensor_test.c
96
static const ksensor_ops_t ksensor_test_eio_ops = {
usr/src/uts/common/io/mlxcx/mlxcx_sensor.c
61
static const ksensor_ops_t mlxcx_temp_ops = {
usr/src/uts/common/os/ksensor.c
313
const ksensor_ops_t *ksensor_ops;
usr/src/uts/common/os/ksensor.c
484
ksensor_create(dev_info_t *dip, const ksensor_ops_t *ops, void *arg,
usr/src/uts/common/os/ksensor.c
548
const ksensor_ops_t *ops, void *arg, const char *name, id_t *idp)
usr/src/uts/common/sys/i2c/client.h
181
const ksensor_ops_t *, void *, const char *, id_t *);
usr/src/uts/common/sys/sensors.h
110
extern int ksensor_create(dev_info_t *, const ksensor_ops_t *, void *,
usr/src/uts/common/sys/sensors.h
118
const ksensor_ops_t *, void *, const char *, id_t *);
usr/src/uts/intel/io/amdnbtemp/amdnbtemp.c
131
static const ksensor_ops_t amdnbtemp_temp_ops = {
usr/src/uts/intel/io/amdzen/smntemp.c
306
static const ksensor_ops_t smntemp_temp_ops = {
usr/src/uts/intel/io/coretemp/coretemp.c
325
static const ksensor_ops_t coretemp_temp_ops = {
usr/src/uts/intel/io/pchtemp/pchtemp.c
187
static const ksensor_ops_t pchtemp_temp_ops = {