Searched refs:active_channels (Results 1 – 8 of 8) sorted by relevance
305 bool active_channels[PAC1934_MAX_NUM_CHANNELS]; member1112 info->active_channels[idx] = (info->shunts[idx] != 0); in pac1934_acpi_parse_channel_config()1185 info->active_channels[idx] = true; in pac1934_fw_parse_channel_config()1225 if (info->active_channels[cnt]) in pac1934_chip_configure()1326 if (!info->active_channels[cnt]) in pac1934_prep_iio_channels()1344 if (!info->active_channels[cnt]) in pac1934_prep_iio_channels()1424 if (info->active_channels[i]) in pac1934_prep_custom_attributes()1440 if (info->active_channels[0]) in pac1934_prep_custom_attributes()1443 if (info->active_channels[1]) in pac1934_prep_custom_attributes()1446 if (info->active_channels[2]) in pac1934_prep_custom_attributes()[all …]
391 unsigned long active_channels = 0; in ads131e08_initial_config() local424 active_channels |= BIT(channel->channel); in ads131e08_initial_config()429 for_each_clear_bit(i, &active_channels, st->info->max_channels) { in ads131e08_initial_config()
936 grp->active_channels[CTCM_READ], in mpc_channel_action()937 grp->active_channels[CTCM_WRITE]); in mpc_channel_action()941 grp->active_channels[direction]++; in mpc_channel_action()983 if ((grp->active_channels[CTCM_READ] > 0) && in mpc_channel_action()984 (grp->active_channels[CTCM_WRITE] > 0) && in mpc_channel_action()995 grp->active_channels[direction]--; in mpc_channel_action()1004 if (((grp->active_channels[CTCM_READ] == 0) && in mpc_channel_action()1005 (grp->active_channels[CTCM_WRITE] > 0)) in mpc_channel_action()1007 (grp->active_channels[CTCM_READ] > 0))) in mpc_channel_action()1015 grp->active_channels[CTCM_READ], in mpc_channel_action()[all …]
173 int active_channels[2]; member
615 grp->sweep_rsp_pend_num = grp->active_channels[CTCM_READ]; in ctcmpc_send_sweep_req()616 grp->sweep_req_pend_num = grp->active_channels[CTCM_READ]; in ctcmpc_send_sweep_req()
46 static u32 active_channels(struct stm32_pwm *dev) in active_channels() function92 if (active_channels(priv) & ~TIM_CCER_CCxE(ch + 1)) { in stm32_pwm_round_waveform_tohw()545 if (active_channels(priv)) { in stm32_pwm_capture()905 ccer = active_channels(priv); in stm32_pwm_suspend()
338 u8 active_channels; member906 if (!parent->active_channels) { in gs_can_open()995 parent->active_channels++; in gs_can_open()1006 if (!parent->active_channels) { in gs_can_open()1063 parent->active_channels--; in gs_can_close()1064 if (!parent->active_channels) { in gs_can_close()
392 u32 active_channels; member555 if (bdev->active_channels++ == 0 && bdev->powered_remotely) in bam_alloc_chan()603 if (--bdev->active_channels == 0 && bdev->powered_remotely) { in bam_free_chan()
Completed in 30 milliseconds