Searched refs:card_ctx (Results 1 – 2 of 2) sorted by relevance
40 #define for_each_pipe(card_ctx, pipe) \ argument 41 for ((pipe) = 0; (pipe) < (card_ctx)->num_pipes; (pipe)++)42 #define for_each_port(card_ctx, port) \ argument 43 for ((port) = 0; (port) < (card_ctx)->num_ports; (port)++)210 static u32 had_read_register_raw(struct snd_intelhad_card *card_ctx, in had_read_register_raw() argument 213 return ioread32(card_ctx->mmio_start + had_config_offset(pipe) + reg); in had_read_register_raw() 216 static void had_write_register_raw(struct snd_intelhad_card *card_ctx, in had_write_register_raw() argument 219 iowrite32(val, card_ctx->mmio_start + had_config_offset(pipe) + reg); in had_write_register_raw() 227 *val = had_read_register_raw(ctx->card_ctx, ctx->pipe, reg); in had_read_register() 233 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 1620 struct snd_intelhad_card *card_ctx = dev_get_drvdata(dev); hdmi_lpe_audio_suspend() local 1629 struct snd_intelhad_card *card_ctx = dev_get_drvdata(dev); hdmi_lpe_audio_resume() local 1641 struct snd_intelhad_card *card_ctx = card->private_data; hdmi_lpe_audio_free() local 1665 struct snd_intelhad_card *card_ctx; __hdmi_lpe_audio_probe() local [all...]
103 struct snd_intelhad_card *card_ctx; member