• Home
  • Raw
  • Download

Lines Matching refs:lola

36 	struct lola *chip = snd_pcm_substream_chip(substream);  in lola_get_pcm()
47 static unsigned int lola_get_lrc(struct lola *chip) in lola_get_lrc()
52 static unsigned int lola_get_tstamp(struct lola *chip, bool quick_no_sync) in lola_get_tstamp()
64 static void lola_stream_clear_pending_irq(struct lola *chip, in lola_stream_clear_pending_irq()
73 static void lola_stream_start(struct lola *chip, struct lola_stream *str, in lola_stream_start()
85 static void lola_stream_stop(struct lola *chip, struct lola_stream *str, in lola_stream_stop()
96 static void wait_for_srst_clear(struct lola *chip, struct lola_stream *str) in wait_for_srst_clear()
109 static int lola_stream_wait_for_fifo(struct lola *chip, in lola_stream_wait_for_fifo()
128 static int lola_sync_wait_for_fifo(struct lola *chip, in lola_sync_wait_for_fifo()
164 static void lola_sync_pause(struct lola *chip, in lola_sync_pause()
182 static void lola_stream_reset(struct lola *chip, struct lola_stream *str) in lola_stream_reset()
225 struct lola *chip = snd_pcm_substream_chip(substream); in lola_pcm_open()
274 struct lola *chip = snd_pcm_substream_chip(substream); in lola_pcm_close()
304 struct lola *chip = snd_pcm_substream_chip(substream); in lola_pcm_hw_free()
354 static int lola_setup_periods(struct lola *chip, struct lola_pcm *pcm, in lola_setup_periods()
405 static int lola_set_stream_config(struct lola *chip, in lola_set_stream_config()
441 static int lola_setup_controller(struct lola *chip, struct lola_pcm *pcm, in lola_setup_controller()
467 struct lola *chip = snd_pcm_substream_chip(substream); in lola_pcm_prepare()
519 struct lola *chip = snd_pcm_substream_chip(substream); in lola_pcm_trigger()
566 struct lola *chip = snd_pcm_substream_chip(substream); in lola_pcm_pointer()
575 void lola_pcm_update(struct lola *chip, struct lola_pcm *pcm, unsigned int bits) in lola_pcm_update()
601 int lola_create_pcm(struct lola *chip) in lola_create_pcm()
633 void lola_free_pcm(struct lola *chip) in lola_free_pcm()
642 static int lola_init_stream(struct lola *chip, struct lola_stream *str, in lola_init_stream()
697 int lola_init_pcm(struct lola *chip, int dir, int *nidp) in lola_init_pcm()