Lines Matching defs:chip

55 static void azx_stream_start(struct azx *chip, struct azx_dev *azx_dev)  in azx_stream_start()
72 static void azx_stream_clear(struct azx *chip, struct azx_dev *azx_dev) in azx_stream_clear()
81 void azx_stream_stop(struct azx *chip, struct azx_dev *azx_dev) in azx_stream_stop()
91 static void azx_stream_reset(struct azx *chip, struct azx_dev *azx_dev) in azx_stream_reset()
123 static int azx_setup_controller(struct azx *chip, struct azx_dev *azx_dev) in azx_setup_controller()
170 azx_assign_device(struct azx *chip, struct snd_pcm_substream *substream) in azx_assign_device()
221 struct azx *chip = apcm->chip; in azx_cc_read() local
290 static int setup_bdle(struct azx *chip, in setup_bdle()
333 static int azx_setup_periods(struct azx *chip, in azx_setup_periods()
408 struct azx *chip = apcm->chip; in azx_pcm_close() local
430 struct azx *chip = apcm->chip; in azx_pcm_hw_params() local
450 struct azx *chip = apcm->chip; in azx_pcm_hw_free() local
476 struct azx *chip = apcm->chip; in azx_pcm_prepare() local
563 struct azx *chip = apcm->chip; in azx_pcm_trigger() local
688 unsigned int azx_get_pos_lpib(struct azx *chip, struct azx_dev *azx_dev) in azx_get_pos_lpib()
694 unsigned int azx_get_pos_posbuf(struct azx *chip, struct azx_dev *azx_dev) in azx_get_pos_posbuf()
700 unsigned int azx_get_position(struct azx *chip, in azx_get_position()
736 struct azx *chip = apcm->chip; in azx_pcm_pointer() local
802 struct azx *chip = apcm->chip; in azx_pcm_open() local
899 struct azx *chip = apcm->chip; in azx_pcm_mmap() local
934 struct azx *chip = bus->private_data; in azx_attach_pcm_stream() local
985 static int azx_alloc_cmd_io(struct azx *chip) in azx_alloc_cmd_io()
992 static void azx_init_cmd_io(struct azx *chip) in azx_init_cmd_io()
1056 static void azx_free_cmd_io(struct azx *chip) in azx_free_cmd_io()
1080 struct azx *chip = bus->private_data; in azx_corb_send_cmd() local
1115 static void azx_update_rirb(struct azx *chip) in azx_update_rirb()
1162 struct azx *chip = bus->private_data; in azx_rirb_get_response() local
1267 static int azx_single_wait_for_response(struct azx *chip, unsigned int addr) in azx_single_wait_for_response()
1290 struct azx *chip = bus->private_data; in azx_single_send_cmd() local
1319 struct azx *chip = bus->private_data; in azx_single_get_response() local
1333 struct azx *chip = bus->private_data; in azx_send_cmd() local
1348 struct azx *chip = bus->private_data; in azx_get_response() local
1364 azx_get_dsp_loader_dev(struct azx *chip) in azx_get_dsp_loader_dev()
1374 struct azx *chip = bus->private_data; in azx_load_dsp_prepare() local
1432 struct azx *chip = bus->private_data; in azx_load_dsp_trigger() local
1445 struct azx *chip = bus->private_data; in azx_load_dsp_cleanup() local
1472 int azx_alloc_stream_pages(struct azx *chip) in azx_alloc_stream_pages()
1499 void azx_free_stream_pages(struct azx *chip) in azx_free_stream_pages()
1520 void azx_enter_link_reset(struct azx *chip) in azx_enter_link_reset()
1535 static void azx_exit_link_reset(struct azx *chip) in azx_exit_link_reset()
1548 static int azx_reset(struct azx *chip, bool full_reset) in azx_reset()
1593 static void azx_int_enable(struct azx *chip) in azx_int_enable()
1601 static void azx_int_disable(struct azx *chip) in azx_int_disable()
1622 static void azx_int_clear(struct azx *chip) in azx_int_clear()
1645 void azx_init_chip(struct azx *chip, bool full_reset) in azx_init_chip()
1669 void azx_stop_chip(struct azx *chip) in azx_stop_chip()
1694 struct azx *chip = dev_id; in azx_interrupt() local
1761 static int probe_codec(struct azx *chip, int addr) in probe_codec()
1781 struct azx *chip = bus->private_data; in azx_bus_reset() local
1791 static int get_jackpoll_interval(struct azx *chip) in get_jackpoll_interval()
1825 int azx_bus_create(struct azx *chip, const char *model) in azx_bus_create()
1860 int azx_probe_codecs(struct azx *chip, unsigned int max_slots) in azx_probe_codecs()
1913 int azx_codec_configure(struct azx *chip) in azx_codec_configure()
1924 static bool is_input_stream(struct azx *chip, unsigned char index) in is_input_stream()
1931 int azx_init_stream(struct azx *chip) in azx_init_stream()