Searched refs:azx (Results 1 – 8 of 8) sorted by relevance
/sound/pci/hda/ |
D | hda_controller.h | 28 unsigned int azx_get_position(struct azx *chip, struct azx_dev *azx_dev); 29 unsigned int azx_get_pos_lpib(struct azx *chip, struct azx_dev *azx_dev); 30 unsigned int azx_get_pos_posbuf(struct azx *chip, struct azx_dev *azx_dev); 33 void azx_stream_stop(struct azx *chip, struct azx_dev *azx_dev); 36 int azx_alloc_stream_pages(struct azx *chip); 37 void azx_free_stream_pages(struct azx *chip); 40 void azx_init_chip(struct azx *chip, bool full_reset); 41 void azx_stop_chip(struct azx *chip); 42 void azx_enter_link_reset(struct azx *chip); 46 int azx_codec_create(struct azx *chip, const char *model, [all …]
|
D | hda_controller.c | 57 static void azx_stream_start(struct azx *chip, struct azx_dev *azx_dev) in azx_stream_start() 74 static void azx_stream_clear(struct azx *chip, struct azx_dev *azx_dev) in azx_stream_clear() 83 void azx_stream_stop(struct azx *chip, struct azx_dev *azx_dev) in azx_stream_stop() 93 static void azx_stream_reset(struct azx *chip, struct azx_dev *azx_dev) in azx_stream_reset() 125 static int azx_setup_controller(struct azx *chip, struct azx_dev *azx_dev) in azx_setup_controller() 172 azx_assign_device(struct azx *chip, struct snd_pcm_substream *substream) in azx_assign_device() 223 struct azx *chip = apcm->chip; in azx_cc_read() 285 static int setup_bdle(struct azx *chip, in setup_bdle() 328 static int azx_setup_periods(struct azx *chip, in azx_setup_periods() 403 struct azx *chip = apcm->chip; in azx_pcm_close() [all …]
|
D | hda_priv.h | 248 struct azx; 260 int (*disable_msi_reset_irq)(struct azx *); 262 int (*dma_alloc_pages)(struct azx *chip, 266 void (*dma_free_pages)(struct azx *chip, struct snd_dma_buffer *buf); 267 int (*substream_alloc_pages)(struct azx *chip, 270 int (*substream_free_pages)(struct azx *chip, 275 int (*position_check)(struct azx *chip, struct azx_dev *azx_dev); 279 struct azx *chip; 286 typedef unsigned int (*azx_get_pos_callback_t)(struct azx *, struct azx_dev *); 287 typedef int (*azx_get_delay_callback_t)(struct azx *, struct azx_dev *, unsigned int pos); [all …]
|
D | hda_intel.c | 351 struct azx chip; 376 static void __mark_pages_wc(struct azx *chip, struct snd_dma_buffer *dmab, bool on) in __mark_pages_wc() 405 static inline void mark_pages_wc(struct azx *chip, struct snd_dma_buffer *buf, in mark_pages_wc() 410 static inline void mark_runtime_wc(struct azx *chip, struct azx_dev *azx_dev, in mark_runtime_wc() 420 static inline void mark_pages_wc(struct azx *chip, struct snd_dma_buffer *buf, in mark_pages_wc() 424 static inline void mark_runtime_wc(struct azx *chip, struct azx_dev *azx_dev, in mark_runtime_wc() 430 static int azx_acquire_irq(struct azx *chip, int do_disconnect); 447 static void azx_init_pci(struct azx *chip) in azx_init_pci() 508 static int azx_get_delay_from_lpib(struct azx *chip, struct azx_dev *azx_dev, in azx_get_delay_from_lpib() 539 static int azx_position_ok(struct azx *chip, struct azx_dev *azx_dev); [all …]
|
D | hda_tegra.c | 71 struct azx chip; 91 static int dma_alloc_pages(struct azx *chip, int type, size_t size, in dma_alloc_pages() 97 static void dma_free_pages(struct azx *chip, struct snd_dma_buffer *buf) in dma_free_pages() 102 static int substream_alloc_pages(struct azx *chip, in substream_alloc_pages() 114 static int substream_free_pages(struct azx *chip, in substream_free_pages() 252 struct azx *chip = card->private_data; in hda_tegra_suspend() 272 struct azx *chip = card->private_data; in hda_tegra_resume() 298 struct azx *chip = device->device_data; in hda_tegra_dev_free() 313 static int hda_tegra_init_chip(struct azx *chip, struct platform_device *pdev) in hda_tegra_init_chip() 351 static void power_down_all_codecs(struct azx *chip) in power_down_all_codecs() [all …]
|
D | hda_intel_trace.h | 10 struct azx; 15 TP_PROTO(struct azx *chip, struct azx_dev *dev, int cmd), 36 TP_PROTO(struct azx *chip, struct azx_dev *dev, unsigned int pos, unsigned int delay),
|
D | hda_i915.h | 21 void haswell_set_bclk(struct azx *chip); 26 static inline void haswell_set_bclk(struct azx *chip) { return; } in haswell_set_bclk()
|
D | hda_i915.c | 51 void haswell_set_bclk(struct azx *chip) in haswell_set_bclk()
|