Lines Matching defs:ichdev
168 struct ichdev { struct
169 unsigned int ichd; /* ich device number */
170 unsigned long reg_offset; /* offset to bmaddr */
171 u32 *bdbar; /* CPU address (32bit) */
172 unsigned int bdbar_addr; /* PCI bus address (32bit) */
173 struct snd_pcm_substream *substream;
174 unsigned int physbuf; /* physical address (32bit) */
175 unsigned int size;
176 unsigned int fragsize;
177 unsigned int fragsize1;
178 unsigned int position;
179 int frags;
180 int lvi;
181 int lvi_frag;
182 int civ;
206 struct ichdev ichd[2]; argument
388 static void snd_intel8x0m_setup_periods(struct intel8x0m *chip, struct ichdev *ichdev) in snd_intel8x0m_setup_periods()
440 static inline void snd_intel8x0m_update(struct intel8x0m *chip, struct ichdev *ichdev) in snd_intel8x0m_update()
495 struct ichdev *ichdev; in snd_intel8x0m_interrupt() local
532 struct ichdev *ichdev = get_ichdev(substream); in snd_intel8x0m_pcm_trigger() local
578 struct ichdev *ichdev = get_ichdev(substream); in snd_intel8x0m_pcm_pointer() local
596 struct ichdev *ichdev = get_ichdev(substream); in snd_intel8x0m_pcm_prepare() local
629 static int snd_intel8x0m_pcm_open(struct snd_pcm_substream *substream, struct ichdev *ichdev) in snd_intel8x0m_pcm_open()
1118 struct ichdev *ichdev; in snd_intel8x0m_create() local