Searched refs:twl6040_core_node (Results 1 - 1 of 1) sorted by relevance

/drivers/input/misc/
H A Dtwl6040-vibra.c261 struct device_node *twl6040_core_node; local
267 twl6040_core_node = of_find_node_by_name(twl6040_core_dev->of_node,
269 if (!twl6040_core_node) {
276 of_node_put(twl6040_core_node);
285 of_property_read_u32(twl6040_core_node, "ti,vibldrv-res",
287 of_property_read_u32(twl6040_core_node, "ti,vibrdrv-res",
289 of_property_read_u32(twl6040_core_node, "ti,viblmotor-res",
291 of_property_read_u32(twl6040_core_node, "ti,vibrmotor-res",
293 of_property_read_u32(twl6040_core_node, "ti,vddvibl-uV", &vddvibl_uV);
294 of_property_read_u32(twl6040_core_node, "t
[all...]

Completed in 30 milliseconds