Searched refs:twl6040_core_node (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/input/misc/ |
| D | twl6040-vibra.c | 245 struct device_node *twl6040_core_node; in twl6040_vibra_probe() local 251 twl6040_core_node = of_get_child_by_name(twl6040_core_dev->of_node, in twl6040_vibra_probe() 253 if (!twl6040_core_node) { in twl6040_vibra_probe() 260 of_node_put(twl6040_core_node); in twl6040_vibra_probe() 269 of_property_read_u32(twl6040_core_node, "ti,vibldrv-res", in twl6040_vibra_probe() 271 of_property_read_u32(twl6040_core_node, "ti,vibrdrv-res", in twl6040_vibra_probe() 273 of_property_read_u32(twl6040_core_node, "ti,viblmotor-res", in twl6040_vibra_probe() 275 of_property_read_u32(twl6040_core_node, "ti,vibrmotor-res", in twl6040_vibra_probe() 277 of_property_read_u32(twl6040_core_node, "ti,vddvibl-uV", &vddvibl_uV); in twl6040_vibra_probe() 278 of_property_read_u32(twl6040_core_node, "ti,vddvibr-uV", &vddvibr_uV); in twl6040_vibra_probe() [all …]
|