Lines Matching refs:of_property_read_u32
346 if (of_property_read_u32(np, "scanning_period", &val) >= 0) {
355 if (of_property_read_u32(np, "debounce_timeout", &val) >= 0) {
364 if (of_property_read_u32(np, "settling_timeout", &val) >= 0) {
373 if (of_property_read_u32(np, "touch_timeout", &val) >= 0) {
382 if (of_property_read_u32(np, "average_data", &val) >= 0) {
390 if (of_property_read_u32(np, "fifo_threshold", &val) >= 0) {
400 of_property_read_u32(np, "touchscreen-size-x", &priv->cfg_params.max_x);
401 of_property_read_u32(np, "touchscreen-size-y", &priv->cfg_params.max_y);
403 of_property_read_u32(np, "touchscreen-fuzz-x",
405 of_property_read_u32(np, "touchscreen-fuzz-y",