Home
last modified time | relevance | path

Searched full:vibra (Results 1 – 23 of 23) sorted by relevance

/linux-6.8/Documentation/devicetree/bindings/mfd/
Dtwl6040.txt4 vibra and GPO functionality on OMAP4+ platforms.
25 Vibra functionality
27 - vddvibl-supply: Regulator for the left vibra motor
28 - vddvibr-supply: Regulator for the right vibra motor
29 - vibra { }: Configuration section for vibra parameters containing the following
36 Optional properties within vibra { } section:
53 /* regulators for vibra motor */
57 vibra {
58 /* Vibra driver, motor resistance parameters */
Dtwl4030-audio.txt3 The audio module inside the TWL family consist of an audio codec and a vibra
22 Vibra functionality
23 - ti,enable-vibra: Need to be set to <1> if the vibra functionality is used. if
24 missing or it is 0, the vibra functionality is disabled.
38 ti,enable-vibra = <1>;
/linux-6.8/sound/soc/codecs/
Dtwl6040.c453 /* Vibra playback switches */
665 /* Virtual DAC for vibra path (DL4 channel) */
666 SND_SOC_DAPM_DAC("VIBRA DAC", NULL, SND_SOC_NOPM, 0, 0),
678 SND_SOC_DAPM_MUX("Vibra Left Playback", SND_SOC_NOPM, 0, 0,
680 SND_SOC_DAPM_MUX("Vibra Right Playback", SND_SOC_NOPM, 0, 0,
703 SND_SOC_DAPM_OUT_DRV("Vibra Left Driver",
705 SND_SOC_DAPM_OUT_DRV("Vibra Right Driver",
708 SND_SOC_DAPM_SUPPLY("Vibra Left Control", TWL6040_REG_VIBCTLL, 2, 0,
710 SND_SOC_DAPM_SUPPLY("Vibra Right Control", TWL6040_REG_VIBCTLR, 2, 0,
736 {"VIBRA DAC", NULL, "Legacy Playback"},
[all …]
Dab8500-codec.c341 /* Vibra */
349 SOC_DAPM_ENUM("Vibra 1 Controller", dapm_enum_pwm2vib1),
356 SOC_DAPM_ENUM("Vibra 2 Controller", dapm_enum_pwm2vib2),
548 SND_SOC_DAPM_MUX("Vibra 1 Controller",
550 SND_SOC_DAPM_MUX("Vibra 2 Controller",
559 SND_SOC_DAPM_OUTPUT("Vibra 1"),
560 SND_SOC_DAPM_OUTPUT("Vibra 2"),
868 {"Vibra 1 Controller", "Audio Path", "VIB1 DAC"},
869 {"Vibra 2 Controller", "Audio Path", "VIB2 DAC"},
870 {"Vibra 1 Controller", "PWM Generator", "PWMGEN1"},
[all …]
Dtwl4030.c436 /* Vibra */
437 /* Vibra audio path selection */
448 /* Vibra path selection: local vibrator (PWM) or audio driven */
1045 /* Vibra H-bridge direction mode */
1047 "Vibra H-bridge direction", "Audio data MSB",
1054 /* Vibra H-bridge direction */
1150 SOC_ENUM("Vibra H-bridge mode", twl4030_vibradirmode_enum),
1151 SOC_ENUM("Vibra H-bridge direction", twl4030_vibradir_enum),
1179 SND_SOC_DAPM_OUTPUT("VIBRA"),
1314 /* Vibra */
[all …]
/linux-6.8/drivers/mfd/
Dtwl4030-audio.c4 * the vibra control.
167 int vibra; in twl4030_audio_has_vibra() local
169 if (pdata && pdata->vibra) in twl4030_audio_has_vibra()
172 if (!of_property_read_u32(node, "ti,enable-vibra", &vibra) && vibra) in twl4030_audio_has_vibra()
236 cell->name = "twl4030-vibra"; in twl4030_audio_probe()
238 cell->platform_data = pdata->vibra; in twl4030_audio_probe()
239 cell->pdata_size = sizeof(*pdata->vibra); in twl4030_audio_probe()
Dtwl6040.c87 node = of_get_child_by_name(parent, "vibra"); in twl6040_has_vibra()
526 /* Get the combined status of the vibra control register */
764 /* Vibra input driver support */ in twl6040_probe()
769 cell->name = "twl6040-vibra"; in twl6040_probe()
DKconfig1819 functionality of the device (audio, vibra).
/linux-6.8/drivers/input/misc/
Dtwl4030-vibra.c3 * twl4030-vibra.c - TWL4030 Vibrator driver
45 /* Disable LEDA & LEDB, cannot be used with vibra (PWM) */ in vibra_disable_leds()
103 /* set vibra rotation direction */ in vibra_play_work()
236 .name = "twl4030-vibra",
242 MODULE_ALIAS("platform:twl4030-vibra");
243 MODULE_DESCRIPTION("TWL4030 Vibra driver");
Dtwl6040-vibra.c3 * twl6040-vibra.c - TWL6040 Vibrator driver
10 * Based on twl4030-vibra.c by Henrik Saari <henrik.saari@nokia.com>
175 dev_info(info->dev, "Vibra is configured for audio\n"); in vibra_play_work()
239 "vibra"); in twl6040_vibra_probe()
271 dev_err(info->dev, "invalid vibra driver/motor resistance\n"); in twl6040_vibra_probe()
357 .name = "twl6040-vibra",
363 MODULE_ALIAS("platform:twl6040-vibra");
364 MODULE_DESCRIPTION("TWL6040 Vibra driver");
DMakefile41 obj-$(CONFIG_INPUT_GPIO_VIBRA) += gpio-vibra.o
68 obj-$(CONFIG_INPUT_PWM_VIBRA) += pwm-vibra.o
77 obj-$(CONFIG_INPUT_SC27XX_VIBRA) += sc27xx-vibra.o
85 obj-$(CONFIG_INPUT_TWL4030_VIBRA) += twl4030-vibra.o
86 obj-$(CONFIG_INPUT_TWL6040_VIBRA) += twl6040-vibra.o
DKconfig321 called gpio-vibra.
608 called pwm-vibra.
/linux-6.8/sound/soc/ux500/
Dmop500_ab8500.c173 SOC_DAPM_PIN_SWITCH("Vibra 1"),
174 SOC_DAPM_PIN_SWITCH("Vibra 2"),
414 ret |= snd_soc_dapm_disable_pin(dapm, "Vibra 1"); in mop500_ab8500_machine_init()
415 ret |= snd_soc_dapm_disable_pin(dapm, "Vibra 2"); in mop500_ab8500_machine_init()
/linux-6.8/arch/arm/boot/dts/ti/omap/
Domap4-sdp.dts401 /* regulators for vibra motor */
405 vibra {
406 /* Vibra driver, motor resistance parameters */
Domap3-n950.dts133 ti,enable-vibra = <1>;
Domap3-gta04.dtsi485 ti,enable-vibra = <1>;
Domap3-n900.dts507 ti,enable-vibra = <1>;
/linux-6.8/Documentation/devicetree/bindings/gpio/
Dgpio-pca95xx.yaml196 "vibra", "fault2", "p06", "p07", "en-usb",
/linux-6.8/include/linux/mfd/
Dtwl6040.h220 /* Get the combined status of the vibra control register */
Dtwl.h686 struct twl4030_vibra_data *vibra; member
/linux-6.8/sound/soc/ti/
Domap3pandora.c154 snd_soc_dapm_nc_pin(dapm, "VIBRA"); in omap3pandora_out_init()
/linux-6.8/sound/isa/sb/
Dsb16_main.c734 /* note: mpu register should be present only on SB16 Vibra soundcards */ in snd_sb16dsp_configure()
/linux-6.8/Documentation/sound/
Dalsa-configuration.rst804 * SoundBlaster Vibra PCI