azx 39 sound/pci/hda/hda_controller.c azx_assign_device(struct azx *chip, struct snd_pcm_substream *substream) azx 90 sound/pci/hda/hda_controller.c struct azx *chip = apcm->chip; azx 108 sound/pci/hda/hda_controller.c struct azx *chip = apcm->chip; azx 153 sound/pci/hda/hda_controller.c struct azx *chip = apcm->chip; azx 208 sound/pci/hda/hda_controller.c struct azx *chip = apcm->chip; azx 281 sound/pci/hda/hda_controller.c unsigned int azx_get_pos_lpib(struct azx *chip, struct azx_dev *azx_dev) azx 287 sound/pci/hda/hda_controller.c unsigned int azx_get_pos_posbuf(struct azx *chip, struct azx_dev *azx_dev) azx 293 sound/pci/hda/hda_controller.c unsigned int azx_get_position(struct azx *chip, azx 329 sound/pci/hda/hda_controller.c struct azx *chip = apcm->chip; azx 373 sound/pci/hda/hda_controller.c struct azx *chip = apcm->chip; azx 585 sound/pci/hda/hda_controller.c struct azx *chip = apcm->chip; azx 687 sound/pci/hda/hda_controller.c struct azx *chip = apcm->chip; azx 723 sound/pci/hda/hda_controller.c struct azx *chip = bus_to_azx(bus); azx 792 sound/pci/hda/hda_controller.c struct azx *chip = bus_to_azx(bus); azx 907 sound/pci/hda/hda_controller.c static int azx_single_wait_for_response(struct azx *chip, unsigned int addr) azx 930 sound/pci/hda/hda_controller.c struct azx *chip = bus_to_azx(bus); azx 974 sound/pci/hda/hda_controller.c struct azx *chip = bus_to_azx(bus); azx 988 sound/pci/hda/hda_controller.c struct azx *chip = bus_to_azx(bus); azx 1010 sound/pci/hda/hda_controller.c azx_get_dsp_loader_dev(struct azx *chip) azx 1027 sound/pci/hda/hda_controller.c struct azx *chip = bus_to_azx(bus); azx 1059 sound/pci/hda/hda_controller.c struct azx *chip = bus_to_azx(bus); azx 1070 sound/pci/hda/hda_controller.c struct azx *chip = bus_to_azx(bus); azx 1090 sound/pci/hda/hda_controller.c void azx_init_chip(struct azx *chip, bool full_reset) azx 1100 sound/pci/hda/hda_controller.c void azx_stop_all_streams(struct azx *chip) azx 1110 sound/pci/hda/hda_controller.c void azx_stop_chip(struct azx *chip) azx 1121 sound/pci/hda/hda_controller.c struct azx *chip = bus_to_azx(bus); azx 1135 sound/pci/hda/hda_controller.c struct azx *chip = dev_id; azx 1189 sound/pci/hda/hda_controller.c static int probe_codec(struct azx *chip, int addr) azx 1211 sound/pci/hda/hda_controller.c struct azx *chip = bus_to_azx(&bus->core); azx 1222 sound/pci/hda/hda_controller.c int azx_bus_init(struct azx *chip, const char *model) azx 1262 sound/pci/hda/hda_controller.c int azx_probe_codecs(struct azx *chip, unsigned int max_slots) azx 1315 sound/pci/hda/hda_controller.c int azx_codec_configure(struct azx *chip) azx 1332 sound/pci/hda/hda_controller.c static int stream_direction(struct azx *chip, unsigned char index) azx 1341 sound/pci/hda/hda_controller.c int azx_init_streams(struct azx *chip) azx 1376 sound/pci/hda/hda_controller.c void azx_free_streams(struct azx *chip) azx 71 sound/pci/hda/hda_controller.h struct azx; azx 76 sound/pci/hda/hda_controller.h int (*disable_msi_reset_irq)(struct azx *); azx 80 sound/pci/hda/hda_controller.h int (*position_check)(struct azx *chip, struct azx_dev *azx_dev); azx 82 sound/pci/hda/hda_controller.h int (*link_power)(struct azx *chip, bool enable); azx 86 sound/pci/hda/hda_controller.h struct azx *chip; azx 93 sound/pci/hda/hda_controller.h typedef unsigned int (*azx_get_pos_callback_t)(struct azx *, struct azx_dev *); azx 94 sound/pci/hda/hda_controller.h typedef int (*azx_get_delay_callback_t)(struct azx *, struct azx_dev *, unsigned int pos); azx 156 sound/pci/hda/hda_controller.h #define bus_to_azx(_bus) container_of(_bus, struct azx, bus.core) azx 158 sound/pci/hda/hda_controller.h static inline bool azx_snoop(struct azx *chip) azx 188 sound/pci/hda/hda_controller.h unsigned int azx_get_position(struct azx *chip, struct azx_dev *azx_dev); azx 189 sound/pci/hda/hda_controller.h unsigned int azx_get_pos_lpib(struct azx *chip, struct azx_dev *azx_dev); azx 190 sound/pci/hda/hda_controller.h unsigned int azx_get_pos_posbuf(struct azx *chip, struct azx_dev *azx_dev); azx 193 sound/pci/hda/hda_controller.h void azx_stop_all_streams(struct azx *chip); azx 202 sound/pci/hda/hda_controller.h void azx_init_chip(struct azx *chip, bool full_reset); azx 203 sound/pci/hda/hda_controller.h void azx_stop_chip(struct azx *chip); azx 209 sound/pci/hda/hda_controller.h int azx_bus_init(struct azx *chip, const char *model); azx 210 sound/pci/hda/hda_controller.h int azx_probe_codecs(struct azx *chip, unsigned int max_slots); azx 211 sound/pci/hda/hda_controller.h int azx_codec_configure(struct azx *chip); azx 212 sound/pci/hda/hda_controller.h int azx_init_streams(struct azx *chip); azx 213 sound/pci/hda/hda_controller.h void azx_free_streams(struct azx *chip); azx 11 sound/pci/hda/hda_controller_trace.h struct azx; azx 16 sound/pci/hda/hda_controller_trace.h TP_PROTO(struct azx *chip, struct azx_dev *dev, int cmd), azx 37 sound/pci/hda/hda_controller_trace.h TP_PROTO(struct azx *chip, struct azx_dev *dev, unsigned int pos, unsigned int delay), azx 59 sound/pci/hda/hda_controller_trace.h TP_PROTO(struct azx *chip, struct azx_dev *azx_dev), azx 75 sound/pci/hda/hda_controller_trace.h TP_PROTO(struct azx *chip, struct azx_dev *azx_dev), azx 80 sound/pci/hda/hda_controller_trace.h TP_PROTO(struct azx *chip, struct azx_dev *azx_dev), azx 85 sound/pci/hda/hda_controller_trace.h TP_PROTO(struct azx *chip, struct azx_dev *azx_dev), azx 90 sound/pci/hda/hda_controller_trace.h TP_PROTO(struct azx *chip, struct azx_dev *azx_dev), azx 396 sound/pci/hda/hda_intel.c static int azx_acquire_irq(struct azx *chip, int do_disconnect); azx 397 sound/pci/hda/hda_intel.c static void set_default_power_save(struct azx *chip); azx 414 sound/pci/hda/hda_intel.c static void azx_init_pci(struct azx *chip) azx 481 sound/pci/hda/hda_intel.c static void bxt_reduce_dma_latency(struct azx *chip) azx 499 sound/pci/hda/hda_intel.c static int intel_get_lctl_scf(struct azx *chip) azx 518 sound/pci/hda/hda_intel.c static int intel_ml_lctl_set_power(struct azx *chip, int state) azx 545 sound/pci/hda/hda_intel.c static void intel_init_lctl(struct azx *chip) azx 582 sound/pci/hda/hda_intel.c static void hda_intel_init_chip(struct azx *chip, bool full_reset) azx 612 sound/pci/hda/hda_intel.c static int azx_get_delay_from_lpib(struct azx *chip, struct azx_dev *azx_dev, azx 643 sound/pci/hda/hda_intel.c static int azx_position_ok(struct azx *chip, struct azx_dev *azx_dev); azx 646 sound/pci/hda/hda_intel.c static int azx_position_check(struct azx *chip, struct azx_dev *azx_dev) azx 675 sound/pci/hda/hda_intel.c static int azx_position_ok(struct azx *chip, struct azx_dev *azx_dev) azx 726 sound/pci/hda/hda_intel.c struct azx *chip = &hda->chip; azx 766 sound/pci/hda/hda_intel.c static void azx_clear_irq_pending(struct azx *chip) azx 779 sound/pci/hda/hda_intel.c static int azx_acquire_irq(struct azx *chip, int do_disconnect) azx 799 sound/pci/hda/hda_intel.c static unsigned int azx_via_get_position(struct azx *chip, azx 854 sound/pci/hda/hda_intel.c static unsigned int azx_get_pos_fifo(struct azx *chip, struct azx_dev *azx_dev) azx 885 sound/pci/hda/hda_intel.c static int azx_get_delay_from_fifo(struct azx *chip, struct azx_dev *azx_dev, azx 894 sound/pci/hda/hda_intel.c static unsigned int azx_skl_get_dpib_pos(struct azx *chip, azx 904 sound/pci/hda/hda_intel.c static unsigned int azx_get_pos_skl(struct azx *chip, struct azx_dev *azx_dev) azx 923 sound/pci/hda/hda_intel.c static void azx_add_card_list(struct azx *chip) azx 931 sound/pci/hda/hda_intel.c static void azx_del_card_list(struct azx *chip) azx 943 sound/pci/hda/hda_intel.c struct azx *chip; azx 966 sound/pci/hda/hda_intel.c struct azx *chip; azx 978 sound/pci/hda/hda_intel.c static void __azx_runtime_suspend(struct azx *chip) azx 986 sound/pci/hda/hda_intel.c static void __azx_runtime_resume(struct azx *chip, bool from_rt) azx 1019 sound/pci/hda/hda_intel.c struct azx *chip; azx 1044 sound/pci/hda/hda_intel.c struct azx *chip; azx 1068 sound/pci/hda/hda_intel.c struct azx *chip = card->private_data; azx 1082 sound/pci/hda/hda_intel.c struct azx *chip = card->private_data; azx 1097 sound/pci/hda/hda_intel.c struct azx *chip; azx 1117 sound/pci/hda/hda_intel.c struct azx *chip; azx 1137 sound/pci/hda/hda_intel.c struct azx *chip; azx 1176 sound/pci/hda/hda_intel.c static int azx_probe_continue(struct azx *chip); azx 1185 sound/pci/hda/hda_intel.c struct azx *chip = card->private_data; azx 1239 sound/pci/hda/hda_intel.c struct azx *chip = card->private_data; azx 1257 sound/pci/hda/hda_intel.c static void setup_vga_switcheroo_runtime_pm(struct azx *chip) azx 1275 sound/pci/hda/hda_intel.c struct azx *chip = card->private_data; azx 1282 sound/pci/hda/hda_intel.c static void init_vga_switcheroo(struct azx *chip) azx 1308 sound/pci/hda/hda_intel.c static int register_vga_switcheroo(struct azx *chip) azx 1337 sound/pci/hda/hda_intel.c static void azx_free(struct azx *chip) azx 1395 sound/pci/hda/hda_intel.c struct azx *chip = device->device_data; azx 1472 sound/pci/hda/hda_intel.c static int check_position_fix(struct azx *chip, int fix) azx 1515 sound/pci/hda/hda_intel.c static void assign_position_fix(struct azx *chip, int fix) azx 1568 sound/pci/hda/hda_intel.c static void check_probe_mask(struct azx *chip, int dev) azx 1609 sound/pci/hda/hda_intel.c static void check_msi(struct azx *chip) azx 1635 sound/pci/hda/hda_intel.c static void azx_check_snoop_available(struct azx *chip) azx 1678 sound/pci/hda/hda_intel.c static int default_bdl_pos_adj(struct azx *chip) azx 1705 sound/pci/hda/hda_intel.c struct azx **rchip) azx 1712 sound/pci/hda/hda_intel.c struct azx *chip; azx 1794 sound/pci/hda/hda_intel.c static int azx_first_init(struct azx *chip) azx 1982 sound/pci/hda/hda_intel.c struct azx *chip = card->private_data; azx 1995 sound/pci/hda/hda_intel.c static int disable_msi_reset_irq(struct azx *chip) azx 2016 sound/pci/hda/hda_intel.c struct azx *chip = apcm->chip; azx 2039 sound/pci/hda/hda_intel.c static int azx_check_dmic(struct pci_dev *pci, struct azx *chip) azx 2064 sound/pci/hda/hda_intel.c struct azx *chip; azx 2196 sound/pci/hda/hda_intel.c static void set_default_power_save(struct azx *chip) azx 2221 sound/pci/hda/hda_intel.c static int azx_probe_continue(struct azx *chip) azx 2329 sound/pci/hda/hda_intel.c struct azx *chip; azx 2358 sound/pci/hda/hda_intel.c struct azx *chip; azx 10 sound/pci/hda/hda_intel.h struct azx chip; azx 12 sound/pci/hda/hda_intel_trace.h TP_PROTO(struct azx *chip), azx 28 sound/pci/hda/hda_intel_trace.h TP_PROTO(struct azx *chip), azx 33 sound/pci/hda/hda_intel_trace.h TP_PROTO(struct azx *chip), azx 39 sound/pci/hda/hda_intel_trace.h TP_PROTO(struct azx *chip), azx 44 sound/pci/hda/hda_intel_trace.h TP_PROTO(struct azx *chip), azx 60 sound/pci/hda/hda_tegra.c struct azx chip; azx 167 sound/pci/hda/hda_tegra.c struct azx *chip = card->private_data; azx 184 sound/pci/hda/hda_tegra.c struct azx *chip = card->private_data; azx 208 sound/pci/hda/hda_tegra.c struct azx *chip = device->device_data; azx 219 sound/pci/hda/hda_tegra.c struct azx *chip = device->device_data; azx 235 sound/pci/hda/hda_tegra.c static int hda_tegra_init_chip(struct azx *chip, struct platform_device *pdev) azx 278 sound/pci/hda/hda_tegra.c static int hda_tegra_first_init(struct azx *chip, struct platform_device *pdev) azx 376 sound/pci/hda/hda_tegra.c struct azx *chip; azx 423 sound/pci/hda/hda_tegra.c struct azx *chip; azx 467 sound/pci/hda/hda_tegra.c struct azx *chip = &hda->chip; azx 510 sound/pci/hda/hda_tegra.c struct azx *chip;