Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A 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 */
H A 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>;
/openbmc/linux/drivers/mfd/
H A 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()
H A 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()
H A DKconfig1819 functionality of the device (audio, vibra).
/openbmc/linux/sound/soc/codecs/
H A 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 …]
H A 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 …]
H A 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 …]
/openbmc/linux/drivers/input/misc/
H A 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");
H A 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");
H A 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
H A DKconfig321 called gpio-vibra.
608 called pwm-vibra.
/openbmc/linux/sound/soc/ux500/
H A 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()
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap4-sdp.dts401 /* regulators for vibra motor */
405 vibra {
406 /* Vibra driver, motor resistance parameters */
H A Domap3-n950.dts133 ti,enable-vibra = <1>;
H A Domap3-gta04.dtsi485 ti,enable-vibra = <1>;
H A Domap3-n900.dts507 ti,enable-vibra = <1>;
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dgpio-pca95xx.yaml196 "vibra", "fault2", "p06", "p07", "en-usb",
/openbmc/linux/include/linux/mfd/
H A Dtwl6040.h220 /* Get the combined status of the vibra control register */
H A Dtwl.h686 struct twl4030_vibra_data *vibra; member
/openbmc/linux/sound/soc/ti/
H A Domap3pandora.c154 snd_soc_dapm_nc_pin(dapm, "VIBRA"); in omap3pandora_out_init()
/openbmc/linux/sound/isa/sb/
H A Dsb16_main.c734 /* note: mpu register should be present only on SB16 Vibra soundcards */ in snd_sb16dsp_configure()
/openbmc/linux/Documentation/sound/
H A Dalsa-configuration.rst804 * SoundBlaster Vibra PCI
/openbmc/linux/
H A Dopengrok1.0.log3590 2024-12-28 20:07:13.290-0600 FINEST t586 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/linux/drivers/input/misc/pwm-vibra.c': chosen by suffix: CAnalyzerFactory
3591 2024-12-28 20:07:13.290-0600 FINE t586 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/linux/drivers/input/misc/pwm-vibra.c' (CAnalyzer)
3592 2024-12-28 20:07:13.291-0600 FINER t586 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/linux/drivers/input/misc/pwm-vibra.c'
3597 2024-12-28 20:07:13.293-0600 FINEST t612 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/linux/drivers/input/misc/pwm-vibra.c'
3640 2024-12-28 20:07:13.304-0600 FINER t586 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/input/misc/pwm-vibra.c'
3641 2024-12-28 20:07:13.304-0600 FINEST t586 Statistics.logIt: Added: '/openbmc/linux/drivers/input/misc/pwm-vibra.c' (CAnalyzer) (took 13 ms)
[all...]
H A Dopengrok0.0.log[all...]