| /linux/sound/soc/renesas/rcar/ |
| H A D | dvc.c | 3 // Renesas R-Car DVC support 10 * amixer set "DVC Out" 100% 13 * amixer set "DVC In" 100% 16 * amixer set "DVC Out Mute" on 19 * amixer set "DVC In Mute" on 22 * amixer set "DVC Out Ramp Up Rate" "0.125 dB/64 steps" 23 * amixer set "DVC Out Ramp Down Rate" "0.125 dB/512 steps" 24 * amixer set "DVC Out Ramp" on 26 * amixer set "DVC Out" 80% // Volume Down 27 * amixer set "DVC Ou 69 rsnd_dvc_get_vrpdr(dvc) global() argument 71 rsnd_dvc_get_vrdbr(dvc) global() argument 76 struct rsnd_dvc *dvc = rsnd_mod_to_dvc(mod); rsnd_dvc_volume_parameter() local 96 struct rsnd_dvc *dvc = rsnd_mod_to_dvc(mod); rsnd_dvc_volume_init() local 146 struct rsnd_dvc *dvc = rsnd_mod_to_dvc(mod); rsnd_dvc_volume_update() local 219 struct rsnd_dvc *dvc = rsnd_mod_to_dvc(mod); rsnd_dvc_pcm_new() local 328 struct rsnd_dvc *dvc; rsnd_dvc_probe() local 382 struct rsnd_dvc *dvc; rsnd_dvc_remove() local [all...] |
| H A D | dma.c | 325 struct rsnd_mod *dvc = rsnd_io_to_mod_dvc(io); in rsnd_dmapp_get_id() 341 } else if (mod == dvc) { in rsnd_dmapp_get_id() 520 dev_err(dev, "DVC is selected without SRC\n"); in rsnd_gen2_dma_addr() 789 struct rsnd_mod *dvc = rsnd_io_to_mod_dvc(io); in rsnd_dma_alloc() 830 * [S] -*-> SRC -> DVC -o-> [E] in rsnd_dma_attach() 831 * [S] -*-> SRC -> CTU -> MIX -> DVC -o-> [E] in rsnd_dma_attach() 857 } else if (dvc) { in rsnd_dma_probe() 858 mod[idx++] = dvc; in rsnd_dma_probe() 859 dvc = NULL; in rsnd_dma_probe() 322 struct rsnd_mod *dvc = rsnd_io_to_mod_dvc(io); rsnd_dmapp_get_id() local 654 struct rsnd_mod *dvc = rsnd_io_to_mod_dvc(io); rsnd_dma_of_path() local
|
| H A D | Makefile | 2 snd-soc-rcar-y := core.o gen.o dma.o adg.o ssi.o ssiu.o src.o ctu.o mix.o dvc.o cmd.o debugfs.o
|
| H A D | rsnd.h | 39 /* SCU (MIX/CTU/DVC) */ 516 #define RSND_NODE_DVC "rcar_sound,dvc" 726 void *dvc; 914 * R-Car DVC 923 rsnd_parse_connect_common(rdai, "dvc", rsnd_dvc_mod_get, \ 678 void *dvc; global() member
|
| H A D | core.c | 21 * - DVC : Digital Volume and Mute Function 31 * - DVC : Digital Volume and Mute Function 406 * The point is [DVC] needs *Hardware* L/R, [MEM] needs *Software* L/R in rsnd_get_dalign() 414 * [MEM] -> [SRC] -> [DVC] -> [CMD] -> [SSIU] -> [SSI] -> codec in rsnd_get_dalign() 418 * codec -> [SSI] -> [SSIU] -> [SRC] -> [DVC] -> [CMD] -> [MEM] in rsnd_get_dalign() 1248 * @base: name prefix ("ssi", "src", "ctu", "mix", "dvc", "adg.ssi", ...) in rsnd_dai_of_node() 1944 * 1) Avoid duplicate register for DVC with MIX case in rsnd_probe() 2007 * call "remove" for SSI/SRC/DVC in rsnd_probe() 2185 * ADG -> DVC -> MIX -> CTU -> SRC -> SSIU -> SSI -> DMA 2206 * DMA -> SSI -> SSIU -> SRC -> CTU -> MIX -> DVC [all...] |
| /linux/Documentation/devicetree/bindings/i2c/ |
| H A D | nvidia,tegra20-i2c.yaml | 21 - description: Tegra20 has specific I2C controller called as DVC I2C 24 generic I2C controller. Driver of DVC I2C controller is only 25 compatible with "nvidia,tegra20-i2c-dvc". 26 const: nvidia,tegra20-i2c-dvc
|
| /linux/Documentation/arch/powerpc/ |
| H A D | ptrace.rst | 10 2 value conditions for the hardware watchpoints (DVC) 38 unit32_t sizeof_condition; /* size of the DVC register */ 84 DAC and DVC registers will be set in the same request.
|
| /linux/drivers/char/hw_random/ |
| H A D | intel-rng.c | 243 u8 mfc, dvc; in intel_rng_hw_init() local 261 dvc = readb(intel_rng_hw->mem + INTEL_FWH_DEVICE_CODE_ADDRESS); in intel_rng_hw_init() 275 (dvc != INTEL_FWH_DEVICE_CODE_8M && in intel_rng_hw_init() 276 dvc != INTEL_FWH_DEVICE_CODE_4M)) { in intel_rng_hw_init()
|
| /linux/drivers/regulator/ |
| H A D | 88pm800-regulator.c | 22 /* LDO1 with DVC[0..3] */ 45 /* BUCK1 with DVC[0..3] */
|
| H A D | da9052-regulator.c | 218 /* Some LDOs and DCDCs are DVC controlled which requires enabling of in da9052_regulator_set_voltage_sel() 244 /* The DVC controlled LDOs and DCDCs ramp with 6.25mV/µs after enabling in da9052_regulator_set_voltage_time_sel()
|
| /linux/sound/soc/codecs/ |
| H A D | tas2764-quirks.h | 163 * - DVC ramp rate
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | r8a77995.dtsi | 1095 "dvc.0", "dvc.1", 1115 rcar_sound,dvc { 1116 dvc0: dvc-0 { 1120 dvc1: dvc-1 {
|
| /linux/arch/arm/boot/dts/renesas/ |
| H A D | r8a7794.dtsi | 1057 "dvc.0", "dvc.1", 1073 rcar_sound,dvc { 1074 dvc0: dvc-0 { 1078 dvc1: dvc-1 {
|
| H A D | r8a7793.dtsi | 1089 "dvc.0", "dvc.1", 1105 rcar_sound,dvc { 1106 dvc0: dvc-0 { 1110 dvc1: dvc-1 {
|
| H A D | r8a7745.dtsi | 1217 "dvc.0", "dvc.1", 1232 rcar_sound,dvc { 1233 dvc0: dvc-0 { 1237 dvc1: dvc-1 {
|
| H A D | r8a7744.dtsi | 1288 "dvc.0", "dvc.1", 1300 rcar_sound,dvc { 1301 dvc0: dvc-0 { 1305 dvc1: dvc-1 {
|
| H A D | r8a7743.dtsi | 1288 "dvc.0", "dvc.1", 1300 rcar_sound,dvc { 1301 dvc0: dvc-0 { 1305 dvc1: dvc-1 {
|
| H A D | r8a7742.dtsi | 1255 "dvc.0", "dvc.1", 1271 rcar_sound,dvc { 1272 dvc0: dvc-0 { 1276 dvc1: dvc-1 {
|
| /linux/arch/sh/kernel/cpu/sh4a/ |
| H A D | setup-sh7757.c | 794 SDHI, DVC, enumerator 847 INTC_VECT(DVC, 0x4e0), 978 ARC4, 0, SPI1, JMC, 0, 0, 0, DVC 1072 { INT2PRI8, 0, 32, 8, { 0, 0, 0, DVC } },
|
| /linux/Documentation/admin-guide/media/ |
| H A D | gspca-cardlist.rst | 19 spca501 040a:0002 Kodak DVC-325 176 nw80x 0502:d001 DVC V6
|
| H A D | em28xx-cardlist.rst | 54 …- Pinnacle Dazzle DVC 90/100/101/107 / Kaiser Baas Video to DVD maker / Kworld DVD Maker 2 / Plext…
|
| /linux/Documentation/hwmon/ |
| H A D | w83781d.rst | 305 AS99127F rev.2 direct from Winbond. The other codes mean ATT and DVC, 307 very badly chosen IMHO), I don't know what DVC could stand for. Maybe
|
| /linux/arch/powerpc/include/uapi/asm/ |
| H A D | kvm.h | 107 /* DBSR, DBCR, IAC, DAC, DVC */ 234 __u32 dvc[2]; member
|
| /linux/tools/arch/powerpc/include/uapi/asm/ |
| H A D | kvm.h | 107 /* DBSR, DBCR, IAC, DAC, DVC */ 234 __u32 dvc[2]; member
|
| /linux/include/linux/mfd/ |
| H A D | 88pm80x.h | 129 /* Regulator Control Registers: BUCK1,BUCK5,LDO1 have DVC */
|