Lines Matching defs:ichdev
153 struct ichdev { struct
154 unsigned int ichd; /* ich device number */
155 unsigned long reg_offset; /* offset to bmaddr */
156 __le32 *bdbar; /* CPU address (32bit) */
157 unsigned int bdbar_addr; /* PCI bus address (32bit) */
158 struct snd_pcm_substream *substream;
159 unsigned int physbuf; /* physical address (32bit) */
160 unsigned int size;
161 unsigned int fragsize;
162 unsigned int fragsize1;
163 unsigned int position;
164 int frags;
165 int lvi;
166 int lvi_frag;
167 int civ;
191 struct ichdev ichd[2]; argument
380 static void snd_intel8x0m_setup_periods(struct intel8x0m *chip, struct ichdev *ichdev) in snd_intel8x0m_setup_periods()
432 static inline void snd_intel8x0m_update(struct intel8x0m *chip, struct ichdev *ichdev) in snd_intel8x0m_update()
487 struct ichdev *ichdev; in snd_intel8x0m_interrupt() local
524 struct ichdev *ichdev = get_ichdev(substream); in snd_intel8x0m_pcm_trigger() local
559 struct ichdev *ichdev = get_ichdev(substream); in snd_intel8x0m_pcm_pointer() local
577 struct ichdev *ichdev = get_ichdev(substream); in snd_intel8x0m_pcm_prepare() local
610 static int snd_intel8x0m_pcm_open(struct snd_pcm_substream *substream, struct ichdev *ichdev) in snd_intel8x0m_pcm_open()
1081 struct ichdev *ichdev; in snd_intel8x0m_create() local