Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Dof_touchscreen.c17 static u32 of_get_optional_u32(struct device_node *np, in of_get_optional_u32() function
66 maximum = of_get_optional_u32(np, "touchscreen-size-x"); in touchscreen_parse_of_params()
67 fuzz = of_get_optional_u32(np, "touchscreen-fuzz-x"); in touchscreen_parse_of_params()
73 maximum = of_get_optional_u32(np, "touchscreen-size-y"); in touchscreen_parse_of_params()
74 fuzz = of_get_optional_u32(np, "touchscreen-fuzz-y"); in touchscreen_parse_of_params()
80 maximum = of_get_optional_u32(np, "touchscreen-max-pressure"); in touchscreen_parse_of_params()
81 fuzz = of_get_optional_u32(np, "touchscreen-fuzz-pressure"); in touchscreen_parse_of_params()