Home
last modified time | relevance | path

Searched refs:start_channel (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/soc/ti/
A Dknav_qmss_acc.c44 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()
A Dknav_qmss.h103 u32 start_channel; member
/linux-6.3-rc2/drivers/comedi/drivers/
A Dni_at_a2150.c318 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()
/linux-6.3-rc2/drivers/message/fusion/
A Dmptsas.h187 u8 start_channel; /* starting logical channel id */ member
A Dmptsas.c1424 enclosure->start_channel = buffer->StartBus; in mptsas_sas_enclosure_pg0()
/linux-6.3-rc2/sound/soc/fsl/
A Dfsl_easrc.c747 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()

Completed in 22 milliseconds