Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dw83793.c137 #define IN_READ 0 macro
1031 IN_READ, index), \
2071 data->in[i][IN_READ] = in w83793_update_device()
2072 w83793_read_value(client, W83793_REG_IN[i][IN_READ]); in w83793_update_device()
2074 data->in_low_bits[IN_READ] = in w83793_update_device()
2075 w83793_read_value(client, W83793_REG_IN_LOW_BITS[IN_READ]); in w83793_update_device()
Dw83795.c89 #define IN_READ 0 macro
622 tmp = w83795_read(client, W83795_REG_IN[i][IN_READ]) << 2; in w83795_update_device()
624 data->in[i][IN_READ] = tmp; in w83795_update_device()
1499 case IN_READ: in show_in()
1624 IN_READ, index), \