Home
last modified time | relevance | path

Searched refs:IN_READ (Results 1 – 2 of 2) sorted by relevance

/drivers/hwmon/
Dw83793.c137 #define IN_READ 0 macro
1031 IN_READ, index), \
2074 data->in[i][IN_READ] = in w83793_update_device()
2075 w83793_read_value(client, W83793_REG_IN[i][IN_READ]); in w83793_update_device()
2077 data->in_low_bits[IN_READ] = in w83793_update_device()
2078 w83793_read_value(client, W83793_REG_IN_LOW_BITS[IN_READ]); in w83793_update_device()
Dw83795.c88 #define IN_READ 0 macro
624 tmp = w83795_read(client, W83795_REG_IN[i][IN_READ]) << 2; in w83795_update_device()
626 data->in[i][IN_READ] = tmp; in w83795_update_device()
1501 case IN_READ: in show_in()
1626 IN_READ, index), \