Lines Matching refs:lola
73 static int corb_send_verb(struct lola *chip, unsigned int nid, in corb_send_verb()
102 static void lola_queue_unsol_event(struct lola *chip, unsigned int res, in lola_queue_unsol_event()
109 static void lola_update_rirb(struct lola *chip) in lola_update_rirb()
137 static int rirb_get_response(struct lola *chip, unsigned int *val, in rirb_get_response()
181 int lola_codec_write(struct lola *chip, unsigned int nid, unsigned int verb, in lola_codec_write()
190 int lola_codec_read(struct lola *chip, unsigned int nid, unsigned int verb, in lola_codec_read()
206 int lola_codec_flush(struct lola *chip) in lola_codec_flush()
217 struct lola *chip = dev_id; in lola_interrupt()
295 static int reset_controller(struct lola *chip) in reset_controller()
322 static void lola_irq_enable(struct lola *chip) in lola_irq_enable()
338 static void lola_irq_disable(struct lola *chip) in lola_irq_disable()
345 static int setup_corb_rirb(struct lola *chip) in setup_corb_rirb()
409 static void stop_corb_rirb(struct lola *chip) in stop_corb_rirb()
416 static void lola_reset_setups(struct lola *chip) in lola_reset_setups()
432 static int lola_parse_tree(struct lola *chip) in lola_parse_tree()
524 static void lola_stop_hw(struct lola *chip) in lola_stop_hw()
532 struct lola *chip = card->private_data; in lola_free()
541 struct lola *chip = card->private_data; in lola_create()
645 struct lola *chip; in __lola_probe()