IN_READ          1018 drivers/hwmon/w83793.c 		IN_READ, index),					\
IN_READ          2044 drivers/hwmon/w83793.c 		data->in[i][IN_READ] =
IN_READ          2045 drivers/hwmon/w83793.c 		    w83793_read_value(client, W83793_REG_IN[i][IN_READ]);
IN_READ          2047 drivers/hwmon/w83793.c 	data->in_low_bits[IN_READ] =
IN_READ          2048 drivers/hwmon/w83793.c 	    w83793_read_value(client, W83793_REG_IN_LOW_BITS[IN_READ]);
IN_READ           609 drivers/hwmon/w83795.c 		tmp = w83795_read(client, W83795_REG_IN[i][IN_READ]) << 2;
IN_READ           611 drivers/hwmon/w83795.c 		data->in[i][IN_READ] = tmp;
IN_READ          1486 drivers/hwmon/w83795.c 	case IN_READ:
IN_READ          1611 drivers/hwmon/w83795.c 		IN_READ, index), \