Lines Matching defs:channel
29 #define TMP464_TEMP_REG(channel) (channel) argument
30 #define TMP464_TEMP_OFFSET_REG(channel) (0x40 + ((channel) - 1) * 8) argument
31 #define TMP464_N_FACTOR_REG(channel) (0x41 + ((channel) - 1) * 8) argument
102 struct tmp464_channel channel[MAX_CHANNELS]; member
133 static int tmp464_chip_read(struct device *dev, u32 attr, int channel, long *val) in tmp464_chip_read()
146 static int tmp464_temp_read(struct device *dev, u32 attr, int channel, long *val) in tmp464_temp_read()
245 u32 attr, int channel, long *val) in tmp464_read()
258 u32 attr, int channel, const char **str) in tmp464_read_string()
292 static int tmp464_chip_write(struct tmp464_data *data, u32 attr, int channel, long val) in tmp464_chip_write()
302 static int tmp464_temp_write(struct tmp464_data *data, u32 attr, int channel, long val) in tmp464_temp_write()
343 u32 attr, int channel, long val) in tmp464_write()
368 u32 attr, int channel) in tmp464_is_visible()
521 u32 channel; in tmp464_probe_child_from_dt() local