Lines Matching defs:chip
123 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_open() local
221 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_close() local
305 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_hw_params() local
324 static u16 get_mclk(struct oxygen *chip, unsigned int channel, in get_mclk()
347 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_rec_a_hw_params() local
378 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_rec_b_hw_params() local
416 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_rec_c_hw_params() local
453 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_spdif_hw_params() local
479 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_multich_hw_params() local
514 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_hw_free() local
531 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_spdif_hw_free() local
542 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_prepare() local
561 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_trigger() local
606 struct oxygen *chip = snd_pcm_substream_chip(substream); in oxygen_pointer() local
676 int oxygen_pcm_init(struct oxygen *chip) in oxygen_pcm_init()