Home
last modified time | relevance | path

Searched refs:card_ctx (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/x86/
H A Dintel_hdmi_audio.c36 #define for_each_pipe(card_ctx, pipe) \
37 for ((pipe) = 0; (pipe) < (card_ctx)->num_pipes; (pipe)++)
38 #define for_each_port(card_ctx, port) \
39 for ((port) = 0; (port) < (card_ctx)->num_ports; (port)++)
206 static u32 had_read_register_raw(struct snd_intelhad_card *card_ctx, in had_read_register_raw() argument
209 return ioread32(card_ctx->mmio_start + had_config_offset(pipe) + reg); in had_read_register_raw()
212 static void had_write_register_raw(struct snd_intelhad_card *card_ctx, in had_write_register_raw() argument
215 iowrite32(val, card_ctx->mmio_start + had_config_offset(pipe) + reg); in had_write_register_raw()
223 *val = had_read_register_raw(ctx->card_ctx, ctx->pipe, reg); in had_read_register()
229 had_write_register_raw(ctx->card_ctx, ct in had_write_register()
1512 struct snd_intelhad_card *card_ctx = dev_id; display_pipe_interrupt_handler() local
1548 struct snd_intelhad_card *card_ctx = platform_get_drvdata(pdev); notify_audio_lpe() local
1641 struct snd_intelhad_card *card_ctx = dev_get_drvdata(dev); hdmi_lpe_audio_suspend() local
1650 struct snd_intelhad_card *card_ctx = dev_get_drvdata(dev); hdmi_lpe_audio_resume() local
1662 struct snd_intelhad_card *card_ctx = card->private_data; hdmi_lpe_audio_free() local
1691 struct snd_intelhad_card *card_ctx; hdmi_lpe_audio_probe() local
1863 struct snd_intelhad_card *card_ctx = platform_get_drvdata(pdev); hdmi_lpe_audio_remove() local
[all...]
H A Dintel_hdmi_audio.h103 struct snd_intelhad_card *card_ctx; member
/kernel/linux/linux-6.6/sound/x86/
H A Dintel_hdmi_audio.c38 #define for_each_pipe(card_ctx, pipe) \
39 for ((pipe) = 0; (pipe) < (card_ctx)->num_pipes; (pipe)++)
40 #define for_each_port(card_ctx, port) \
41 for ((port) = 0; (port) < (card_ctx)->num_ports; (port)++)
208 static u32 had_read_register_raw(struct snd_intelhad_card *card_ctx, in had_read_register_raw() argument
211 return ioread32(card_ctx->mmio_start + had_config_offset(pipe) + reg); in had_read_register_raw()
214 static void had_write_register_raw(struct snd_intelhad_card *card_ctx, in had_write_register_raw() argument
217 iowrite32(val, card_ctx->mmio_start + had_config_offset(pipe) + reg); in had_write_register_raw()
225 *val = had_read_register_raw(ctx->card_ctx, ctx->pipe, reg); in had_read_register()
231 had_write_register_raw(ctx->card_ctx, ct in had_write_register()
1488 struct snd_intelhad_card *card_ctx = dev_id; display_pipe_interrupt_handler() local
1524 struct snd_intelhad_card *card_ctx = platform_get_drvdata(pdev); notify_audio_lpe() local
1621 struct snd_intelhad_card *card_ctx = dev_get_drvdata(dev); hdmi_lpe_audio_suspend() local
1630 struct snd_intelhad_card *card_ctx = dev_get_drvdata(dev); hdmi_lpe_audio_resume() local
1642 struct snd_intelhad_card *card_ctx = card->private_data; hdmi_lpe_audio_free() local
1666 struct snd_intelhad_card *card_ctx; __hdmi_lpe_audio_probe() local
[all...]
H A Dintel_hdmi_audio.h103 struct snd_intelhad_card *card_ctx; member

Completed in 6 milliseconds