Lines Matching refs:core

37 			chip->core->name, ##arg);			\
54 struct cx88_core *core; member
116 struct cx88_core *core = chip->core; in _cx88_start_audio_dma() local
123 cx88_sram_channel_setup(chip->core, audio_ch, buf->bpl, buf->risc.dma); in _cx88_start_audio_dma()
145 cx_set(MO_PCI_INTMSK, chip->core->pci_irqmask | PCI_INT_AUDINT); in _cx88_start_audio_dma()
155 cx88_sram_channel_dump(chip->core, audio_ch); in _cx88_start_audio_dma()
165 struct cx88_core *core = chip->core; in _cx88_stop_audio_dma() local
178 cx88_sram_channel_dump(chip->core, in _cx88_stop_audio_dma()
207 struct cx88_core *core = chip->core; in cx8801_aud_irq() local
223 cx88_sram_channel_dump(core, &cx88_sram_channels[SRAM_CH25]); in cx8801_aud_irq()
244 struct cx88_core *core = chip->core; in cx8801_irq() local
250 (core->pci_irqmask | PCI_INT_AUDINT); in cx8801_irq()
258 if (status & core->pci_irqmask) in cx8801_irq()
259 cx88_core_irq(core, status); in cx8801_irq()
633 struct cx88_core *core = chip->core; in snd_cx88_volume_get() local
648 struct cx88_core *core = chip->core; in snd_cx88_wm8775_volume_put() local
661 wm8775_s_ctrl(core, V4L2_CID_AUDIO_VOLUME, v); in snd_cx88_wm8775_volume_put()
662 wm8775_s_ctrl(core, V4L2_CID_AUDIO_BALANCE, b); in snd_cx88_wm8775_volume_put()
670 struct cx88_core *core = chip->core; in snd_cx88_volume_put() local
675 if (core->sd_wm8775) in snd_cx88_volume_put()
720 struct cx88_core *core = chip->core; in snd_cx88_switch_get() local
731 struct cx88_core *core = chip->core; in snd_cx88_switch_put() local
742 if (core->sd_wm8775 && ((1 << 6) == bit)) in snd_cx88_switch_put()
743 wm8775_s_ctrl(core, in snd_cx88_switch_put()
773 struct cx88_core *core = chip->core; in snd_cx88_alc_get() local
776 val = wm8775_g_ctrl(core, V4L2_CID_AUDIO_LOUDNESS); in snd_cx88_alc_get()
785 struct cx88_core *core = chip->core; in snd_cx88_alc_put() local
787 wm8775_s_ctrl(core, V4L2_CID_AUDIO_LOUDNESS, in snd_cx88_alc_put()
825 cx88_core_put(chip->core, chip->pci); in snd_cx88_free()
851 struct cx88_core *core; in snd_cx88_create() local
865 core = cx88_core_get(pci); in snd_cx88_create()
866 if (!core) { in snd_cx88_create()
873 dprintk(0, "%s/1: Oops: no 32bit PCI DMA ???\n", core->name); in snd_cx88_create()
874 cx88_core_put(core, pci); in snd_cx88_create()
884 chip->core = core; in snd_cx88_create()
888 IRQF_SHARED, chip->core->name, chip); in snd_cx88_create()
891 chip->core->name, chip->pci->irq); in snd_cx88_create()
900 core->name, devno, in snd_cx88_create()
908 *core_ptr = core; in snd_cx88_create()
918 struct cx88_core *core = NULL; in cx88_audio_initdev() local
936 err = snd_cx88_create(card, pci, &chip, &core); in cx88_audio_initdev()
955 if (core->sd_wm8775) { in cx88_audio_initdev()