Searched refs:azx (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/sound/pci/hda/ |
A D | hda_controller.h | 71 struct azx; 76 int (*disable_msi_reset_irq)(struct azx *); 80 int (*link_power)(struct azx *chip, bool enable); 84 struct azx *chip; 94 struct azx { struct 157 static inline bool azx_snoop(struct azx *chip) in azx_snoop() 192 void azx_stop_all_streams(struct azx *chip); 202 void azx_stop_chip(struct azx *chip); 210 int azx_codec_configure(struct azx *chip); 211 int azx_init_streams(struct azx *chip); [all …]
|
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),
|
A D | hda_intel_trace.h | 12 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),
|
A D | hda_controller.c | 91 struct azx *chip = apcm->chip; in azx_pcm_close() 109 struct azx *chip = apcm->chip; in azx_pcm_hw_params() 150 struct azx *chip = apcm->chip; in azx_pcm_prepare() 205 struct azx *chip = apcm->chip; in azx_pcm_trigger() 326 struct azx *chip = apcm->chip; in azx_pcm_pointer() 370 struct azx *chip = apcm->chip; in azx_get_sync_time() 581 struct azx *chip = apcm->chip; in azx_pcm_open() 699 struct azx *chip = bus_to_azx(bus); in snd_hda_attach_pcm_stream() 767 struct azx *chip = bus_to_azx(bus); in azx_rirb_get_response() 863 struct azx *chip = bus_to_azx(bus); in azx_single_send_cmd() [all …]
|
A D | hda_intel.c | 922 struct azx *chip; in param_set_xint() 945 struct azx *chip; in azx_is_pm_ready() 994 struct azx *chip; in azx_prepare() 1014 struct azx *chip; in azx_complete() 1027 struct azx *chip; in azx_suspend() 1052 struct azx *chip; in azx_resume() 1105 struct azx *chip; in azx_runtime_suspend() 1122 struct azx *chip; in azx_runtime_resume() 1139 struct azx *chip; in azx_runtime_idle() 1767 struct azx *chip; in azx_create() [all …]
|
A D | hda_tegra.c | 77 struct azx chip; 156 struct azx *chip = card->private_data; in hda_tegra_runtime_suspend() 175 struct azx *chip = card->private_data; in hda_tegra_runtime_resume() 214 struct azx *chip = device->device_data; in hda_tegra_dev_disconnect() 225 struct azx *chip = device->device_data; in hda_tegra_dev_free() 241 static int hda_tegra_init_chip(struct azx *chip, struct platform_device *pdev) in hda_tegra_init_chip() 259 static int hda_tegra_first_init(struct azx *chip, struct platform_device *pdev) in hda_tegra_first_init() 412 struct azx *chip; in hda_tegra_create() 480 struct azx *chip; in hda_tegra_probe() 553 struct azx *chip = &hda->chip; in hda_tegra_probe_work() [all …]
|
A D | hda_intel.h | 10 struct azx chip;
|
Completed in 16 milliseconds