Lines Matching full:calloc
381 mixer_card = calloc(1, sizeof(struct mixer_card));
1207 ref_device = (struct pcm_device *)calloc(1, sizeof(struct pcm_device));
1961 uc_info = (struct audio_usecase *)calloc(1, sizeof(struct audio_usecase));
1969 pcm_device = (struct pcm_device *)calloc(1, sizeof(struct pcm_device));
2122 struct offload_cmd *cmd = (struct offload_cmd *)calloc(1, sizeof(struct offload_cmd));
2282 pcm_device = calloc(1, sizeof(struct pcm_device));
2395 uc_info = (struct audio_usecase *)calloc(1, sizeof(struct audio_usecase));
2512 uc_info = (struct audio_usecase *)calloc(1, sizeof(struct audio_usecase));
3142 calloc(pcm_frames_to_bytes(pcm_device->pcm, out->config.period_size),
3894 out = (struct stream_out *)calloc(1, sizeof(struct stream_out));
3930 calloc(1, sizeof(struct snd_codec));
4017 /* out->muted = false; by calloc() */
4018 /* out->written = 0; by calloc() */
4314 in = (struct stream_in *)calloc(1, sizeof(struct stream_in));
4497 data = (unsigned char *)calloc(DEEP_BUFFER_OUTPUT_PERIOD_SIZE * 8,
4622 adev = calloc(1, sizeof(struct audio_device));
4655 /* adev->cur_hdmi_channels = 0; by calloc() */
4656 adev->snd_dev_ref_cnt = calloc(SND_DEVICE_MAX, sizeof(int));