Searched refs:cmipci (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/pci/ |
| H A D | cmipci.c | 444 struct cmipci { struct 501 static inline void snd_cmipci_write(struct cmipci *cm, unsigned int cmd, unsigned int data) in snd_cmipci_write() argument 506 static inline unsigned int snd_cmipci_read(struct cmipci *cm, unsigned int cmd) in snd_cmipci_read() 512 static inline void snd_cmipci_write_w(struct cmipci *cm, unsigned int cmd, unsigned short data) in snd_cmipci_write_w() 517 static inline unsigned short snd_cmipci_read_w(struct cmipci *cm, unsigned int cmd) in snd_cmipci_read_w() 523 static inline void snd_cmipci_write_b(struct cmipci *cm, unsigned int cmd, unsigned char data) in snd_cmipci_write_b() 528 static inline unsigned char snd_cmipci_read_b(struct cmipci *cm, unsigned int cmd) in snd_cmipci_read_b() 534 static int snd_cmipci_set_bit(struct cmipci *cm, unsigned int cmd, unsigned int flag) in snd_cmipci_set_bit() 545 static int snd_cmipci_clear_bit(struct cmipci *cm, unsigned int cmd, unsigned int flag) in snd_cmipci_clear_bit() 557 static int snd_cmipci_set_bit_b(struct cmipci *cm, unsigned int cmd, unsigned char flag) in snd_cmipci_set_bit_b() [all …]
|
| H A D | Makefile | 14 snd-cmipci-objs := cmipci.o 40 obj-$(CONFIG_SND_CMIPCI) += snd-cmipci.o
|
| H A D | Kconfig | 214 <file:Documentation/sound/cards/cmipci.rst>. 217 will be called snd-cmipci.
|
| /OK3568_Linux_fs/kernel/Documentation/sound/cards/ |
| H A D | index.rst | 8 cmipci
|
| H A D | joystick.rst | 50 cmipci joystick_port 0 = disable (default), 1 = auto-detect,
|
| H A D | cmipci.rst | 270 The registers are shown in /proc/asound/cardX/cmipci. If you have any
|
| /OK3568_Linux_fs/kernel/Documentation/sound/designs/ |
| H A D | procfile.rst | 62 Some drivers (e.g. cmipci) have their own proc entries for the 63 register dump, etc (e.g. ``/proc/asound/card*/cmipci`` shows the register 220 - the register dump, if available (e.g. ``card*/cmipci``)
|
| /OK3568_Linux_fs/kernel/Documentation/sound/ |
| H A D | alsa-configuration.rst | 499 Module snd-cmipci
|
| /OK3568_Linux_fs/kernel/Documentation/sound/kernel-api/ |
| H A D | writing-an-alsa-driver.rst | 3527 ``pci/ice1712``, or ``pci/cmipci.c``.
|