Searched refs:start_channel (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | ni_at_a2150.c | 320 unsigned int start_channel, in a2150_set_chanlist() argument 325 if (start_channel + num_channels > 4) in a2150_set_chanlist() 332 devpriv->config_bits |= CHANNEL_BITS(0x4 | start_channel); in a2150_set_chanlist() 335 if (start_channel == 0) in a2150_set_chanlist() 337 else if (start_channel == 2) in a2150_set_chanlist()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | adc.h | 101 int (*start_channel)(struct udevice *dev, int channel); member
|
| /OK3568_Linux_fs/u-boot/drivers/adc/ |
| H A D | adc-uclass.c | 102 if (!ops->start_channel) in adc_start_channel() 113 return ops->start_channel(dev, channel); in adc_start_channel()
|
| H A D | sandbox.c | 154 .start_channel = sandbox_adc_start_channel,
|
| H A D | exynos-adc.c | 127 .start_channel = exynos_adc_start_channel,
|
| H A D | rockchip-saradc.c | 142 .start_channel = rockchip_saradc_start_channel,
|
| H A D | rockchip-saradc-v2.c | 215 .start_channel = rockchip_saradc_start_channel,
|
| /OK3568_Linux_fs/kernel/drivers/message/fusion/ |
| H A D | mptsas.h | 186 u8 start_channel; /* starting logical channel id */ member
|
| H A D | mptsas.c | 1396 enclosure->start_channel = buffer->StartBus; in mptsas_sas_enclosure_pg0()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ipa/ |
| H A D | ipa_endpoint.c | 1426 bool start_channel; in ipa_endpoint_resume_one() local 1436 start_channel = endpoint->ipa->version != IPA_VERSION_3_5_1; in ipa_endpoint_resume_one() 1437 ret = gsi_channel_resume(gsi, endpoint->channel_id, start_channel); in ipa_endpoint_resume_one()
|