Home
last modified time | relevance | path

Searched refs:vibra (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Dtwl6040.txt4 vibra and GPO functionality on OMAP4+ platforms.
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 {
H A Dtwl4030-audio.txt3 The audio module inside the TWL family consist of an audio codec and a vibra
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>;
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dtwl4030-audio.c167 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()
238 cell->platform_data = pdata->vibra; in twl4030_audio_probe()
239 cell->pdata_size = sizeof(*pdata->vibra); in twl4030_audio_probe()
H A DKconfig1799 functionality of the device (audio, vibra).
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A DMakefile38 obj-$(CONFIG_INPUT_GPIO_VIBRA) += gpio-vibra.o
63 obj-$(CONFIG_INPUT_PWM_VIBRA) += pwm-vibra.o
71 obj-$(CONFIG_INPUT_SC27XX_VIBRA) += sc27xx-vibra.o
79 obj-$(CONFIG_INPUT_TWL4030_VIBRA) += twl4030-vibra.o
80 obj-$(CONFIG_INPUT_TWL6040_VIBRA) += twl6040-vibra.o
H A DKconfig288 called gpio-vibra.
577 called pwm-vibra.
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dtwl6040.h202 struct twl6040_vibra_data *vibra; member
H A Dtwl.h689 struct twl4030_vibra_data *vibra; member
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Domap4-sdp.dts399 /* regulators for vibra motor */
403 vibra {
H A Domap3-n950.dts133 ti,enable-vibra = <1>;
H A Domap3-gta04.dtsi486 ti,enable-vibra = <1>;
H A Domap3-n900.dts506 ti,enable-vibra = <1>;