Lines Matching refs:GFP_KERNEL
172 name = devm_kasprintf(dev, GFP_KERNEL, in create_sdw_dailink()
178 name = devm_kasprintf(dev, GFP_KERNEL, in create_sdw_dailink()
186 cpus = devm_kcalloc(dev, num_cpus, sizeof(*cpus), GFP_KERNEL); in create_sdw_dailink()
190 codecs = devm_kcalloc(dev, num_codecs, sizeof(*codecs), GFP_KERNEL); in create_sdw_dailink()
194 codec_maps = devm_kcalloc(dev, num_codecs, sizeof(*codec_maps), GFP_KERNEL); in create_sdw_dailink()
204 cpus->dai_name = devm_kasprintf(dev, GFP_KERNEL, in create_sdw_dailink()
260 GFP_KERNEL); in create_sdw_dailinks()
304 pdm_cpu = devm_kzalloc(dev, sizeof(struct snd_soc_dai_link_component), GFP_KERNEL); in create_dmic_dailinks()
308 pdm_platform = devm_kzalloc(dev, sizeof(struct snd_soc_dai_link_component), GFP_KERNEL); in create_dmic_dailinks()
362 soc_dais = kcalloc(num_ends, sizeof(*soc_dais), GFP_KERNEL); in soc_card_dai_links_create()
367 soc_ends = kcalloc(num_ends, sizeof(*soc_ends), GFP_KERNEL); in soc_card_dai_links_create()
383 codec_conf = devm_kcalloc(dev, num_devs, sizeof(*codec_conf), GFP_KERNEL); in soc_card_dai_links_create()
389 dai_links = devm_kcalloc(dev, num_links, sizeof(*dai_links), GFP_KERNEL); in soc_card_dai_links_create()
432 amd_ctx = devm_kzalloc(&pdev->dev, sizeof(*amd_ctx), GFP_KERNEL); in mc_probe()
438 ctx = devm_kzalloc(&pdev->dev, sizeof(*ctx), GFP_KERNEL); in mc_probe()
479 card->components = devm_kasprintf(card->dev, GFP_KERNEL, in mc_probe()
484 card->components = devm_kasprintf(card->dev, GFP_KERNEL, in mc_probe()