Searched refs:azx (Results 1 – 7 of 7) sorted by relevance
/linux/sound/pci/hda/ |
H A D | hda_controller.h | 72 struct azx; 77 int (*disable_msi_reset_irq)(struct azx *); 79 int (*position_check)(struct azx *chip, struct azx_dev *azx_dev); 81 int (*link_power)(struct azx *chip, bool enable); 85 struct azx *chip; 92 typedef unsigned int (*azx_get_pos_callback_t)(struct azx *, struct azx_dev *); 93 typedef int (*azx_get_delay_callback_t)(struct azx *, struct azx_dev *, unsigned int pos); 95 struct azx { struct 156 #define bus_to_azx(_bus) container_of(_bus, struct azx, bus.core) argument 158 static inline bool azx_snoop(struct azx *chi 116 get_positionazx global() argument 117 get_delayazx global() argument 123 pcm_listazx global() argument 126 codec_probe_maskazx global() argument 127 beep_modeazx global() argument 151 saved_azx_devazx global() argument [all...] |
H A D | hda_controller_trace.h | 11 struct azx; 16 TP_PROTO(struct azx *chip, struct azx_dev *dev, int cmd), 37 TP_PROTO(struct azx *chip, struct azx_dev *dev, unsigned int pos, unsigned int delay), 59 TP_PROTO(struct azx *chip, struct azx_dev *azx_dev), 75 TP_PROTO(struct azx *chip, struct azx_dev *azx_dev), 80 TP_PROTO(struct azx *chip, struct azx_dev *azx_dev), 85 TP_PROTO(struct azx *chip, struct azx_dev *azx_dev), 90 TP_PROTO(struct azx *chip, struct azx_dev *azx_dev),
|
H A D | hda_intel_trace.h | 12 TP_PROTO(struct azx *chip), 28 TP_PROTO(struct azx *chip), 33 TP_PROTO(struct azx *chip), 38 TP_PROTO(struct azx *chip), 43 TP_PROTO(struct azx *chip),
|
H A D | hda_controller.c | 41 azx_assign_device(struct azx *chip, struct snd_pcm_substream *substream) in azx_assign_device() 92 struct azx *chip = apcm->chip; in azx_pcm_close() 110 struct azx *chip = apcm->chip; in azx_pcm_hw_params() 158 struct azx *chip = apcm->chip; in azx_pcm_prepare() 211 struct azx *chip = apcm->chip; in azx_pcm_trigger() 283 unsigned int azx_get_pos_lpib(struct azx *chip, struct azx_dev *azx_dev) 289 unsigned int azx_get_pos_posbuf(struct azx *chip, struct azx_dev *azx_dev) 295 unsigned int azx_get_position(struct azx *chip, 331 struct azx *chip = apcm->chip; in azx_pcm_pointer() 375 struct azx *chi in azx_get_sync_time() [all...] |
H A D | hda_intel.c | 361 static int azx_acquire_irq(struct azx *chip, int do_disconnect); 362 static void set_default_power_save(struct azx *chip); 379 static void azx_init_pci(struct azx *chip) 446 static void bxt_reduce_dma_latency(struct azx *chip) 464 static int intel_get_lctl_scf(struct azx *chip) 483 static int intel_ml_lctl_set_power(struct azx *chip, int state) 510 static void intel_init_lctl(struct azx *chip) 547 static void hda_intel_init_chip(struct azx *chip, bool full_reset) 577 static int azx_get_delay_from_lpib(struct azx *chip, struct azx_dev *azx_dev, 608 static int azx_position_ok(struct azx *chi in azx_get_delay_from_lpib() [all...] |
H A D | hda_tegra.c | 78 struct azx chip; 157 struct azx *chip = card->private_data; in hda_tegra_runtime_suspend() 176 struct azx *chip = card->private_data; in hda_tegra_runtime_resume() 215 struct azx *chip = device->device_data; in hda_tegra_dev_disconnect() 226 struct azx *chip = device->device_data; in hda_tegra_dev_free() 242 static int hda_tegra_init_chip(struct azx *chip, struct platform_device *pdev) in hda_tegra_init_chip() 260 static int hda_tegra_first_init(struct azx *chip, struct platform_device *pdev) in hda_tegra_first_init() 413 struct azx *chip; in hda_tegra_create() 481 struct azx *chip; in hda_tegra_probe() 554 struct azx *chip = &hda->chip; in hda_tegra_probe_work() [all …]
|
H A D | hda_intel.h | 10 struct azx chip;
|