Home
last modified time | relevance | path

Searched refs:active_channels (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/img/
H A Dimg-i2s-in.c59 unsigned int active_channels; member
151 for (i = 0; i < i2s->active_channels; i++) { in img_i2s_in_flush()
283 for (i = 0; i < i2s->active_channels; i++) in img_i2s_in_hw_params()
292 i2s->active_channels = i2s_channels; in img_i2s_in_hw_params()
296 for (i = 0; i < i2s->active_channels; i++) in img_i2s_in_hw_params()
351 for (i = 0; i < i2s->active_channels; i++) in img_i2s_in_set_fmt()
367 for (i = 0; i < i2s->active_channels; i++) in img_i2s_in_set_fmt()
471 i2s->active_channels = 1; in img_i2s_in_probe()
H A Dimg-i2s-out.c60 unsigned int active_channels; member
178 for (i = 0; i < i2s->active_channels; i++) in img_i2s_out_reset()
286 i2s->active_channels = i2s_channels; in img_i2s_out_hw_params()
361 for (i = 0; i < i2s->active_channels; i++) in img_i2s_out_set_fmt()
370 for (i = 0; i < i2s->active_channels; i++) in img_i2s_out_set_fmt()
512 i2s->active_channels = 1; in img_i2s_out_probe()
/kernel/linux/linux-6.6/sound/soc/img/
H A Dimg-i2s-in.c59 unsigned int active_channels; member
151 for (i = 0; i < i2s->active_channels; i++) { in img_i2s_in_flush()
283 for (i = 0; i < i2s->active_channels; i++) in img_i2s_in_hw_params()
292 i2s->active_channels = i2s_channels; in img_i2s_in_hw_params()
296 for (i = 0; i < i2s->active_channels; i++) in img_i2s_in_hw_params()
349 for (i = 0; i < i2s->active_channels; i++) in img_i2s_in_set_fmt()
365 for (i = 0; i < i2s->active_channels; i++) in img_i2s_in_set_fmt()
468 i2s->active_channels = 1; in img_i2s_in_probe()
H A Dimg-i2s-out.c60 unsigned int active_channels; member
178 for (i = 0; i < i2s->active_channels; i++) in img_i2s_out_reset()
286 i2s->active_channels = i2s_channels; in img_i2s_out_hw_params()
359 for (i = 0; i < i2s->active_channels; i++) in img_i2s_out_set_fmt()
368 for (i = 0; i < i2s->active_channels; i++) in img_i2s_out_set_fmt()
503 i2s->active_channels = 1; in img_i2s_out_probe()
/kernel/linux/linux-5.10/drivers/s390/net/
H A Dctcm_mpc.c707 grp->sweep_req_pend_num = grp->active_channels[CTCM_READ]; in mpc_rcvd_sweep_req()
708 grp->sweep_rsp_pend_num = grp->active_channels[CTCM_READ]; in mpc_rcvd_sweep_req()
943 "%s: %i / Grp:%s total_channels=%i, active_channels: " in mpc_channel_action()
946 grp->active_channels[CTCM_READ], in mpc_channel_action()
947 grp->active_channels[CTCM_WRITE]); in mpc_channel_action()
951 grp->active_channels[direction]++; in mpc_channel_action()
993 if ((grp->active_channels[CTCM_READ] > 0) && in mpc_channel_action()
994 (grp->active_channels[CTCM_WRITE] > 0) && in mpc_channel_action()
1005 grp->active_channels[direction]--; in mpc_channel_action()
1014 if (((grp->active_channels[CTCM_REA in mpc_channel_action()
[all...]
H A Dctcm_mpc.h173 int active_channels[2]; member
H A Dctcm_main.c615 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()
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dctcm_mpc.c695 grp->sweep_req_pend_num = grp->active_channels[CTCM_READ]; in mpc_rcvd_sweep_req()
696 grp->sweep_rsp_pend_num = grp->active_channels[CTCM_READ]; in mpc_rcvd_sweep_req()
932 "%s: %i / Grp:%s total_channels=%i, active_channels: " in mpc_channel_action()
935 grp->active_channels[CTCM_READ], in mpc_channel_action()
936 grp->active_channels[CTCM_WRITE]); in mpc_channel_action()
940 grp->active_channels[direction]++; in mpc_channel_action()
982 if ((grp->active_channels[CTCM_READ] > 0) && in mpc_channel_action()
983 (grp->active_channels[CTCM_WRITE] > 0) && in mpc_channel_action()
994 grp->active_channels[direction]--; in mpc_channel_action()
1003 if (((grp->active_channels[CTCM_REA in mpc_channel_action()
[all...]
H A Dctcm_mpc.h173 int active_channels[2]; member
H A Dctcm_main.c615 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()
/kernel/linux/linux-5.10/drivers/pwm/
H A Dpwm-stm32.c46 static u32 active_channels(struct stm32_pwm *dev) in active_channels() function
181 if (active_channels(priv)) { in stm32_pwm_capture()
350 if (active_channels(priv) & ~(1 << ch * 4)) { in stm32_pwm_config()
437 if (!active_channels(priv)) in stm32_pwm_disable()
665 ccer = active_channels(priv); in stm32_pwm_suspend()
/kernel/linux/linux-6.6/drivers/pwm/
H A Dpwm-stm32.c46 static u32 active_channels(struct stm32_pwm *dev) in active_channels() function
181 if (active_channels(priv)) { in stm32_pwm_capture()
354 if (active_channels(priv) & ~(1 << ch * 4)) { in stm32_pwm_config()
441 if (!active_channels(priv)) in stm32_pwm_disable()
653 ccer = active_channels(priv); in stm32_pwm_suspend()
/kernel/linux/linux-5.10/drivers/net/can/usb/
H A Dgs_usb.c196 u8 active_channels; member
594 if (!parent->active_channels) { in gs_can_open()
705 parent->active_channels++; in gs_can_open()
722 parent->active_channels--; in gs_can_close()
723 if (!parent->active_channels) { in gs_can_close()
/kernel/linux/linux-6.6/drivers/net/can/usb/
H A Dgs_usb.c335 u8 active_channels; member
900 if (!parent->active_channels) { in gs_can_open()
990 parent->active_channels++; in gs_can_open()
1001 if (!parent->active_channels) { in gs_can_open()
1058 parent->active_channels--; in gs_can_close()
1059 if (!parent->active_channels) { in gs_can_close()
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dti-ads131e08.c391 unsigned long active_channels = 0; in ads131e08_initial_config() local
424 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()
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dpatch_hdmi.c98 int ca, int active_channels, int conn_type);
669 int ca, int active_channels, in hdmi_pin_setup_infoframe()
690 hdmi_ai->CC02_CT47 = active_channels - 1; in hdmi_pin_setup_infoframe()
699 dp_ai->CC02_CT47 = active_channels - 1; in hdmi_pin_setup_infoframe()
719 active_channels, ca); in hdmi_pin_setup_infoframe()
736 int active_channels; in hdmi_setup_audio_infoframe() local
757 active_channels = snd_hdac_get_active_channels(ca); in hdmi_setup_audio_infoframe()
760 active_channels); in hdmi_setup_audio_infoframe()
771 ca, active_channels, eld->info.conn_type); in hdmi_setup_audio_infoframe()
3944 int active_channels, in in atihdmi_pin_setup_infoframe()
667 hdmi_pin_setup_infoframe(struct hda_codec *codec, hda_nid_t pin_nid, int dev_id, int ca, int active_channels, int conn_type) hdmi_pin_setup_infoframe() argument
3942 atihdmi_pin_setup_infoframe(struct hda_codec *codec, hda_nid_t pin_nid, int dev_id, int ca, int active_channels, int conn_type) atihdmi_pin_setup_infoframe() argument
[all...]
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dpatch_hdmi.c104 int ca, int active_channels, int conn_type);
683 int ca, int active_channels, in hdmi_pin_setup_infoframe()
704 hdmi_ai->CC02_CT47 = active_channels - 1; in hdmi_pin_setup_infoframe()
713 dp_ai->CC02_CT47 = active_channels - 1; in hdmi_pin_setup_infoframe()
730 __func__, pin_nid, active_channels, ca); in hdmi_pin_setup_infoframe()
747 int active_channels; in hdmi_setup_audio_infoframe() local
768 active_channels = snd_hdac_get_active_channels(ca); in hdmi_setup_audio_infoframe()
771 active_channels); in hdmi_setup_audio_infoframe()
782 ca, active_channels, eld->info.conn_type); in hdmi_setup_audio_infoframe()
4145 int active_channels, in in atihdmi_pin_setup_infoframe()
681 hdmi_pin_setup_infoframe(struct hda_codec *codec, hda_nid_t pin_nid, int dev_id, int ca, int active_channels, int conn_type) hdmi_pin_setup_infoframe() argument
4143 atihdmi_pin_setup_infoframe(struct hda_codec *codec, hda_nid_t pin_nid, int dev_id, int ca, int active_channels, int conn_type) atihdmi_pin_setup_infoframe() argument
[all...]
/kernel/linux/linux-6.6/drivers/dma/qcom/
H A Dbam_dma.c392 u32 active_channels; member
555 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 31 milliseconds