Lines Matching refs:azx
57 static void azx_stream_start(struct azx *chip, struct azx_dev *azx_dev) in azx_stream_start()
74 static void azx_stream_clear(struct azx *chip, struct azx_dev *azx_dev) in azx_stream_clear()
83 void azx_stream_stop(struct azx *chip, struct azx_dev *azx_dev) in azx_stream_stop()
93 static void azx_stream_reset(struct azx *chip, struct azx_dev *azx_dev) in azx_stream_reset()
125 static int azx_setup_controller(struct azx *chip, struct azx_dev *azx_dev) in azx_setup_controller()
172 azx_assign_device(struct azx *chip, struct snd_pcm_substream *substream) in azx_assign_device()
223 struct azx *chip = apcm->chip; in azx_cc_read()
285 static int setup_bdle(struct azx *chip, in setup_bdle()
328 static int azx_setup_periods(struct azx *chip, in azx_setup_periods()
403 struct azx *chip = apcm->chip; in azx_pcm_close()
423 struct azx *chip = apcm->chip; in azx_pcm_hw_params()
443 struct azx *chip = apcm->chip; in azx_pcm_hw_free()
469 struct azx *chip = apcm->chip; in azx_pcm_prepare()
556 struct azx *chip = apcm->chip; in azx_pcm_trigger()
678 unsigned int azx_get_pos_lpib(struct azx *chip, struct azx_dev *azx_dev) in azx_get_pos_lpib()
684 unsigned int azx_get_pos_posbuf(struct azx *chip, struct azx_dev *azx_dev) in azx_get_pos_posbuf()
690 unsigned int azx_get_position(struct azx *chip, in azx_get_position()
726 struct azx *chip = apcm->chip; in azx_pcm_pointer()
776 struct azx *chip = apcm->chip; in azx_pcm_open()
862 struct azx *chip = apcm->chip; in azx_pcm_mmap()
896 struct azx *chip = bus->private_data; in azx_attach_pcm_stream()
949 static int azx_alloc_cmd_io(struct azx *chip) in azx_alloc_cmd_io()
961 static void azx_init_cmd_io(struct azx *chip) in azx_init_cmd_io()
1025 static void azx_free_cmd_io(struct azx *chip) in azx_free_cmd_io()
1049 struct azx *chip = bus->private_data; in azx_corb_send_cmd()
1084 static void azx_update_rirb(struct azx *chip) in azx_update_rirb()
1131 struct azx *chip = bus->private_data; in azx_rirb_get_response()
1236 static int azx_single_wait_for_response(struct azx *chip, unsigned int addr) in azx_single_wait_for_response()
1259 struct azx *chip = bus->private_data; in azx_single_send_cmd()
1288 struct azx *chip = bus->private_data; in azx_single_get_response()
1302 struct azx *chip = bus->private_data; in azx_send_cmd()
1317 struct azx *chip = bus->private_data; in azx_get_response()
1333 azx_get_dsp_loader_dev(struct azx *chip) in azx_get_dsp_loader_dev()
1343 struct azx *chip = bus->private_data; in azx_load_dsp_prepare()
1401 struct azx *chip = bus->private_data; in azx_load_dsp_trigger()
1414 struct azx *chip = bus->private_data; in azx_load_dsp_cleanup()
1441 int azx_alloc_stream_pages(struct azx *chip) in azx_alloc_stream_pages()
1473 void azx_free_stream_pages(struct azx *chip) in azx_free_stream_pages()
1494 void azx_enter_link_reset(struct azx *chip) in azx_enter_link_reset()
1509 static void azx_exit_link_reset(struct azx *chip) in azx_exit_link_reset()
1522 static int azx_reset(struct azx *chip, bool full_reset) in azx_reset()
1567 static void azx_int_enable(struct azx *chip) in azx_int_enable()
1575 static void azx_int_disable(struct azx *chip) in azx_int_disable()
1596 static void azx_int_clear(struct azx *chip) in azx_int_clear()
1619 void azx_init_chip(struct azx *chip, bool full_reset) in azx_init_chip()
1643 void azx_stop_chip(struct azx *chip) in azx_stop_chip()
1668 struct azx *chip = dev_id; in azx_interrupt()
1735 static int probe_codec(struct azx *chip, int addr) in probe_codec()
1755 struct azx *chip = bus->private_data; in azx_bus_reset()
1776 struct azx *chip = bus->private_data; in azx_power_notify()
1788 static int get_jackpoll_interval(struct azx *chip) in get_jackpoll_interval()
1810 int azx_codec_create(struct azx *chip, const char *model, in azx_codec_create()
1902 int azx_codec_configure(struct azx *chip) in azx_codec_configure()
1913 int azx_mixer_create(struct azx *chip) in azx_mixer_create()
1921 int azx_init_stream(struct azx *chip) in azx_init_stream()
1950 struct azx *chip = container_of(nb, struct azx, reboot_notifier); in azx_halt()
1956 void azx_notifier_register(struct azx *chip) in azx_notifier_register()
1963 void azx_notifier_unregister(struct azx *chip) in azx_notifier_unregister()