Lines Matching defs:chip
135 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_open() local
233 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_close() local
317 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_hw_params() local
342 static u16 get_mclk(struct oxygen *chip, unsigned int channel, in get_mclk()
365 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_rec_a_hw_params() local
396 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_rec_b_hw_params() local
434 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_rec_c_hw_params() local
471 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_spdif_hw_params() local
497 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_multich_hw_params() local
532 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_hw_free() local
549 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_spdif_hw_free() local
560 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_prepare() local
579 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_trigger() local
624 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_pointer() local
700 int oxygen_pcm_init(struct oxygen *chip) in oxygen_pcm_init()