Searched refs:vibra (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | twl6040.txt | 4 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 {
|
D | twl4030-audio.txt | 3 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>;
|
/linux-4.1.27/drivers/mfd/ |
D | twl4030-audio.c | 176 int vibra; in twl4030_audio_has_vibra() local 178 if (pdata && pdata->vibra) in twl4030_audio_has_vibra() 181 if (!of_property_read_u32(node, "ti,enable-vibra", &vibra) && vibra) in twl4030_audio_has_vibra() 247 cell->platform_data = pdata->vibra; in twl4030_audio_probe() 248 cell->pdata_size = sizeof(*pdata->vibra); in twl4030_audio_probe()
|
D | Kconfig | 1214 functionality of the device (audio, vibra).
|
/linux-4.1.27/drivers/input/misc/ |
D | Makefile | 69 obj-$(CONFIG_INPUT_TWL4030_VIBRA) += twl4030-vibra.o 70 obj-$(CONFIG_INPUT_TWL6040_VIBRA) += twl6040-vibra.o
|
/linux-4.1.27/include/linux/mfd/ |
D | twl6040.h | 215 struct twl6040_vibra_data *vibra; member
|
/linux-4.1.27/Documentation/sound/oss/ |
D | VIBRA16 | 19 8-bit and a 16-bit dma, which we could not allocate for vibra... it supports
|
D | Introduction | 260 module twice. For example, I have a SoundBlaster vibra 16
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | omap4-sdp.dts | 383 /* regulators for vibra motor */ 387 vibra {
|
D | omap3-gta04.dtsi | 242 ti,enable-vibra = <1>;
|
D | omap3-n900.dts | 413 ti,enable-vibra = <1>;
|
/linux-4.1.27/include/linux/i2c/ |
D | twl.h | 698 struct twl4030_vibra_data *vibra; member
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | board-rx51-peripherals.c | 957 .vibra = &rx51_vibra_data,
|