Searched refs:vibra (Results 1 – 10 of 10) sorted by relevance
4 vibra and GPO functionality on OMAP4+ platforms.27 - vddvibl-supply: Regulator for the left vibra motor28 - vddvibr-supply: Regulator for the right vibra motor29 - vibra { }: Configuration section for vibra parameters containing the following36 Optional properties within vibra { } section:53 /* regulators for vibra motor */57 vibra {
167 int vibra; in twl4030_audio_has_vibra() local169 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()
2005 functionality of the device (audio, vibra).
33 obj-$(CONFIG_INPUT_CS40L50_VIBRA) += cs40l50-vibra.o44 obj-$(CONFIG_INPUT_GPIO_VIBRA) += gpio-vibra.o72 obj-$(CONFIG_INPUT_PWM_VIBRA) += pwm-vibra.o82 obj-$(CONFIG_INPUT_SC27XX_VIBRA) += sc27xx-vibra.o91 obj-$(CONFIG_INPUT_TWL4030_VIBRA) += twl4030-vibra.o92 obj-$(CONFIG_INPUT_TWL6040_VIBRA) += twl6040-vibra.o
169 module will be called cs40l50-vibra.370 called gpio-vibra.660 called pwm-vibra.
401 /* regulators for vibra motor */405 vibra {
133 ti,enable-vibra = <1>;
495 ti,enable-vibra = <1>;
507 ti,enable-vibra = <1>;
666 struct twl4030_vibra_data *vibra; member