Searched defs:azx_dev (Results  1 – 4 of 4) sorted by relevance
| /linux-4.1.27/sound/pci/hda/ | 
| D | hda_controller.c | 55 static void azx_stream_start(struct azx *chip, struct azx_dev *azx_dev)  in azx_stream_start() 72 static void azx_stream_clear(struct azx *chip, struct azx_dev *azx_dev)  in azx_stream_clear() 81 void azx_stream_stop(struct azx *chip, struct azx_dev *azx_dev)  in azx_stream_stop() 91 static void azx_stream_reset(struct azx *chip, struct azx_dev *azx_dev)  in azx_stream_reset() 123 static int azx_setup_controller(struct azx *chip, struct azx_dev *azx_dev)  in azx_setup_controller() 186 		struct azx_dev *azx_dev = &chip->azx_dev[dev];  in azx_assign_device()  local 211 static inline void azx_release_device(struct azx_dev *azx_dev)  in azx_release_device() 218 	struct azx_dev *azx_dev = container_of(cc, struct azx_dev, azx_cc);  in azx_cc_read()  local 229 	struct azx_dev *azx_dev = get_azx_dev(substream);  in azx_timecounter_init()  local 292 		      struct azx_dev *azx_dev, u32 **bdlp,  in setup_bdle() [all …] 
 | 
| D | hda_controller.h | 189 struct azx_dev {  struct 190 	struct snd_dma_buffer bdl; /* BDL buffer */ 191 	u32 *posbuf;		/* position buffer pointer */ 193 	unsigned int bufsize;	/* size of the play buffer in bytes */ 194 	unsigned int period_bytes; /* size of the period in bytes */ 195 	unsigned int frags;	/* number for period in the play buffer */ 196 	unsigned int fifo_size;	/* FIFO size */ 197 	unsigned long start_wallclk;	/* start + minimum wallclk */ 198 	unsigned long period_wallclk;	/* wallclk for period */ 200 	void __iomem *sd_addr;	/* stream descriptor pointer */ [all …] 
 | 
| D | hda_intel.c | 407 static inline void mark_runtime_wc(struct azx *chip, struct azx_dev *azx_dev,  in mark_runtime_wc() 421 static inline void mark_runtime_wc(struct azx *chip, struct azx_dev *azx_dev,  in mark_runtime_wc() 505 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_check(struct azx *chip, struct azx_dev *azx_dev)  in azx_position_check() 565 static int azx_position_ok(struct azx *chip, struct azx_dev *azx_dev)  in azx_position_ok() 627 			struct azx_dev *azx_dev = &chip->azx_dev[i];  in azx_irq_pending_work()  local 680 					 struct azx_dev *azx_dev)  in azx_via_get_position() 1757 	struct azx_dev *azx_dev = get_azx_dev(substream);  in substream_alloc_pages()  local 1774 	struct azx_dev *azx_dev = get_azx_dev(substream);  in substream_free_pages()  local
  | 
| D | hda_tegra.c | 105 	struct azx_dev *azx_dev = get_azx_dev(substream);  in substream_alloc_pages()  local
  |