Lines Matching defs:ichdev
138 struct ichdev { struct
139 unsigned int ichd; /* ich device number */
140 unsigned long reg_offset; /* offset to bmaddr */
141 __le32 *bdbar; /* CPU address (32bit) */
142 unsigned int bdbar_addr; /* PCI bus address (32bit) */
143 struct snd_pcm_substream *substream;
144 unsigned int physbuf; /* physical address (32bit) */
145 unsigned int size;
146 unsigned int fragsize;
147 unsigned int fragsize1;
148 unsigned int position;
149 int frags;
150 int lvi;
151 int lvi_frag;
152 int civ;
176 struct ichdev ichd[2]; argument
366 static void snd_intel8x0m_setup_periods(struct intel8x0m *chip, struct ichdev *ichdev) in snd_intel8x0m_setup_periods()
418 static inline void snd_intel8x0m_update(struct intel8x0m *chip, struct ichdev *ichdev) in snd_intel8x0m_update()
473 struct ichdev *ichdev; in snd_intel8x0m_interrupt() local
510 struct ichdev *ichdev = get_ichdev(substream); in snd_intel8x0m_pcm_trigger() local
545 struct ichdev *ichdev = get_ichdev(substream); in snd_intel8x0m_pcm_pointer() local
563 struct ichdev *ichdev = get_ichdev(substream); in snd_intel8x0m_pcm_prepare() local
596 static int snd_intel8x0m_pcm_open(struct snd_pcm_substream *substream, struct ichdev *ichdev) in snd_intel8x0m_pcm_open()
1054 struct ichdev *ichdev; in snd_intel8x0m_init() local