Searched refs:lx6464es (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/sound/pci/lx6464es/ |
D | lx_core.h | 19 struct lx6464es; 59 unsigned long lx_dsp_reg_read(struct lx6464es *chip, int port); 60 void lx_dsp_reg_write(struct lx6464es *chip, int port, unsigned data); 82 unsigned long lx_plx_reg_read(struct lx6464es *chip, int port); 83 void lx_plx_reg_write(struct lx6464es *chip, int port, u32 data); 97 int lx_dsp_get_version(struct lx6464es *chip, u32 *rdsp_version); 98 int lx_dsp_get_clock_frequency(struct lx6464es *chip, u32 *rfreq); 99 int lx_dsp_set_granularity(struct lx6464es *chip, u32 gran); 100 int lx_dsp_read_async_events(struct lx6464es *chip, u32 *data); 101 int lx_dsp_get_mac(struct lx6464es *chip); [all …]
|
D | lx_core.c | 55 static void __iomem *lx_dsp_register(struct lx6464es *chip, int port) in lx_dsp_register() 61 unsigned long lx_dsp_reg_read(struct lx6464es *chip, int port) in lx_dsp_reg_read() 67 static void lx_dsp_reg_readbuf(struct lx6464es *chip, int port, u32 *data, in lx_dsp_reg_readbuf() 79 void lx_dsp_reg_write(struct lx6464es *chip, int port, unsigned data) in lx_dsp_reg_write() 85 static void lx_dsp_reg_writebuf(struct lx6464es *chip, int port, in lx_dsp_reg_writebuf() 112 static void __iomem *lx_plx_register(struct lx6464es *chip, int port) in lx_plx_register() 118 unsigned long lx_plx_reg_read(struct lx6464es *chip, int port) in lx_plx_reg_read() 124 void lx_plx_reg_write(struct lx6464es *chip, int port, u32 data) in lx_plx_reg_write() 256 static int lx_message_send_atomic(struct lx6464es *chip, struct lx_rmh *rmh) in lx_message_send_atomic() 317 int lx_dsp_get_version(struct lx6464es *chip, u32 *rdsp_version) in lx_dsp_get_version() [all …]
|
D | lx6464es.c | 92 static int lx_set_granularity(struct lx6464es *chip, u32 gran); 95 static int lx_hardware_open(struct lx6464es *chip, in lx_hardware_open() 122 static int lx_hardware_start(struct lx6464es *chip, in lx_hardware_start() 154 static int lx_hardware_stop(struct lx6464es *chip, in lx_hardware_stop() 185 static int lx_hardware_close(struct lx6464es *chip, in lx_hardware_close() 204 struct lx6464es *chip = snd_pcm_substream_chip(substream); in lx_pcm_open() 269 struct lx6464es *chip = snd_pcm_substream_chip(substream); in lx_pcm_stream_pointer() 288 struct lx6464es *chip = snd_pcm_substream_chip(substream); in lx_pcm_prepare() 342 struct lx6464es *chip = snd_pcm_substream_chip(substream); in lx_pcm_hw_params() 371 struct lx6464es *chip = snd_pcm_substream_chip(substream); in lx_pcm_hw_free() [all …]
|
D | Makefile | 2 snd-lx6464es-objs := lx6464es.o lx_core.o 3 obj-$(CONFIG_SND_LX6464ES) += snd-lx6464es.o
|
D | lx6464es.h | 51 struct lx6464es { struct
|
/linux-6.1.9/sound/pci/ |
D | Makefile | 69 lx6464es/ \
|
D | Kconfig | 709 will be called snd-lx6464es.
|
/linux-6.1.9/Documentation/sound/ |
D | alsa-configuration.rst | 1451 Module snd-lx6464es
|