Searched refs:start_channel (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/comedi/drivers/ |
H A D | ni_at_a2150.c | 318 unsigned int start_channel, in a2150_set_chanlist() argument 323 if (start_channel + num_channels > 4) in a2150_set_chanlist() 330 devpriv->config_bits |= CHANNEL_BITS(0x4 | start_channel); in a2150_set_chanlist() 333 if (start_channel == 0) in a2150_set_chanlist() 335 else if (start_channel == 2) in a2150_set_chanlist()
|
/openbmc/linux/drivers/soc/ti/ |
H A D | knav_qmss_acc.c | 44 queue = acc->channel - range->acc_info.start_channel; in __knav_acc_notify() 492 info->start_channel = config[1]; in knav_init_acc_range() 497 if (info->start_channel > ACC_MAX_CHANNEL) { in knav_init_acc_range() 499 info->start_channel, range->name); in knav_init_acc_range() 554 acc->channel = info->start_channel + channel; in knav_init_acc_range()
|
H A D | knav_qmss.h | 103 u32 start_channel; member
|
/openbmc/u-boot/include/ |
H A D | adc.h | 100 int (*start_channel)(struct udevice *dev, int channel); member
|
/openbmc/u-boot/drivers/adc/ |
H A D | adc-uclass.c | 108 if (!ops->start_channel) in adc_start_channel() 119 return ops->start_channel(dev, channel); in adc_start_channel()
|
H A D | exynos-adc.c | 126 .start_channel = exynos_adc_start_channel,
|
H A D | sandbox.c | 153 .start_channel = sandbox_adc_start_channel,
|
H A D | rockchip-saradc.c | 141 .start_channel = rockchip_saradc_start_channel,
|
H A D | stm32-adc.c | 226 .start_channel = stm32_adc_start_channel,
|
H A D | meson-saradc.c | 692 .start_channel = meson_saradc_start_channel,
|
/openbmc/linux/drivers/message/fusion/ |
H A D | mptsas.h | 187 u8 start_channel; /* starting logical channel id */ member
|
H A D | mptsas.c | 1424 enclosure->start_channel = buffer->StartBus; in mptsas_sas_enclosure_pg0()
|
/openbmc/linux/sound/soc/fsl/ |
H A D | fsl_easrc.c | 747 unsigned int *start_channel, in fsl_easrc_config_one_slot() argument 776 slot->min_channel = *start_channel; in fsl_easrc_config_one_slot() 777 slot->max_channel = *start_channel + slot->num_channel - 1; in fsl_easrc_config_one_slot() 780 *start_channel += slot->num_channel; in fsl_easrc_config_one_slot() 866 int start_channel = 0, avail_channel; in fsl_easrc_config_slot() local 901 &start_channel, &avail_channel); in fsl_easrc_config_slot()
|