Home
last modified time | relevance | path

Searched refs:azx (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/sound/pci/hda/
Dhda_controller.h71 struct azx;
76 int (*disable_msi_reset_irq)(struct azx *);
80 int (*position_check)(struct azx *chip, struct azx_dev *azx_dev);
82 int (*link_power)(struct azx *chip, bool enable);
86 struct azx *chip;
93 typedef unsigned int (*azx_get_pos_callback_t)(struct azx *, struct azx_dev *);
94 typedef int (*azx_get_delay_callback_t)(struct azx *, struct azx_dev *, unsigned int pos);
96 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 *chip) in azx_snoop()
[all …]
Dhda_controller_trace.h11 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),
Dhda_intel_trace.h12 TP_PROTO(struct azx *chip),
28 TP_PROTO(struct azx *chip),
33 TP_PROTO(struct azx *chip),
39 TP_PROTO(struct azx *chip),
44 TP_PROTO(struct azx *chip),
Dhda_intel.c395 static int azx_acquire_irq(struct azx *chip, int do_disconnect);
396 static void set_default_power_save(struct azx *chip);
413 static void azx_init_pci(struct azx *chip) in azx_init_pci()
480 static void bxt_reduce_dma_latency(struct azx *chip) in bxt_reduce_dma_latency()
498 static int intel_get_lctl_scf(struct azx *chip) in intel_get_lctl_scf()
517 static int intel_ml_lctl_set_power(struct azx *chip, int state) in intel_ml_lctl_set_power()
544 static void intel_init_lctl(struct azx *chip) in intel_init_lctl()
581 static void hda_intel_init_chip(struct azx *chip, bool full_reset) in hda_intel_init_chip()
611 static int azx_get_delay_from_lpib(struct azx *chip, struct azx_dev *azx_dev, in azx_get_delay_from_lpib()
642 static int azx_position_ok(struct azx *chip, struct azx_dev *azx_dev);
[all …]
Dhda_controller.c39 azx_assign_device(struct azx *chip, struct snd_pcm_substream *substream) in azx_assign_device()
90 struct azx *chip = apcm->chip; in azx_pcm_close()
108 struct azx *chip = apcm->chip; in azx_pcm_hw_params()
153 struct azx *chip = apcm->chip; in azx_pcm_prepare()
208 struct azx *chip = apcm->chip; in azx_pcm_trigger()
281 unsigned int azx_get_pos_lpib(struct azx *chip, struct azx_dev *azx_dev) in azx_get_pos_lpib()
287 unsigned int azx_get_pos_posbuf(struct azx *chip, struct azx_dev *azx_dev) in azx_get_pos_posbuf()
293 unsigned int azx_get_position(struct azx *chip, in azx_get_position()
329 struct azx *chip = apcm->chip; in azx_pcm_pointer()
373 struct azx *chip = apcm->chip; in azx_get_sync_time()
[all …]
Dhda_tegra.c60 struct azx chip;
167 struct azx *chip = card->private_data; in hda_tegra_runtime_suspend()
184 struct azx *chip = card->private_data; in hda_tegra_runtime_resume()
208 struct azx *chip = device->device_data; in hda_tegra_dev_disconnect()
219 struct azx *chip = device->device_data; in hda_tegra_dev_free()
235 static int hda_tegra_init_chip(struct azx *chip, struct platform_device *pdev) in hda_tegra_init_chip()
278 static int hda_tegra_first_init(struct azx *chip, struct platform_device *pdev) in hda_tegra_first_init()
376 struct azx *chip; in hda_tegra_create()
422 struct azx *chip; in hda_tegra_probe()
466 struct azx *chip = &hda->chip; in hda_tegra_probe_work()
[all …]
Dhda_intel.h10 struct azx chip;