Searched refs:AD74413R_CHANNEL_MAX (Results 1 – 1 of 1) sorted by relevance
31 #define AD74413R_CHANNEL_MAX 4 macro52 struct ad74413r_channel_config channel_configs[AD74413R_CHANNEL_MAX];53 unsigned int gpo_gpio_offsets[AD74413R_CHANNEL_MAX];54 unsigned int comp_gpio_offsets[AD74413R_CHANNEL_MAX];78 struct spi_transfer adc_samples_xfer[AD74413R_CHANNEL_MAX + 1];85 u8 rx_buf[AD74413R_FRAME_SIZE * AD74413R_CHANNEL_MAX];89 u8 adc_samples_tx_buf[AD74413R_FRAME_SIZE * AD74413R_CHANNEL_MAX];881 for_each_set_bit(channel, active_scan_mask, AD74413R_CHANNEL_MAX) { in ad74413r_update_scan_mode()1160 if (index >= AD74413R_CHANNEL_MAX) { in ad74413r_parse_channel_config()1238 for (i = 0; i < AD74413R_CHANNEL_MAX; i++) { in ad74413r_setup_channels()[all …]
Completed in 8 milliseconds