Searched refs:rmi_of_property_read_u32 (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/input/rmi4/ | 
| D | rmi_2d_sensor.c | 240 	retval = rmi_of_property_read_u32(dev, &val, "syna,clip-x-low", 1);  in rmi_2d_sensor_of_probe() 246 	retval = rmi_of_property_read_u32(dev, &val, "syna,clip-y-low",	1);  in rmi_2d_sensor_of_probe() 252 	retval = rmi_of_property_read_u32(dev, &val, "syna,clip-x-high", 1);  in rmi_2d_sensor_of_probe() 258 	retval = rmi_of_property_read_u32(dev, &val, "syna,clip-y-high", 1);  in rmi_2d_sensor_of_probe() 264 	retval = rmi_of_property_read_u32(dev, &val, "syna,offset-x", 1);  in rmi_2d_sensor_of_probe() 270 	retval = rmi_of_property_read_u32(dev, &val, "syna,offset-y", 1);  in rmi_2d_sensor_of_probe() 276 	retval = rmi_of_property_read_u32(dev, &val, "syna,delta-x-threshold",  in rmi_2d_sensor_of_probe() 283 	retval = rmi_of_property_read_u32(dev, &val, "syna,delta-y-threshold",  in rmi_2d_sensor_of_probe() 290 	retval = rmi_of_property_read_u32(dev, (u32 *)&pdata->sensor_type,  in rmi_2d_sensor_of_probe() 295 	retval = rmi_of_property_read_u32(dev, &val, "touchscreen-x-mm", 1);  in rmi_2d_sensor_of_probe() [all …] 
 | 
| D | rmi_f01.c | 345 	retval = rmi_of_property_read_u32(dev,  in rmi_f01_of_probe() 351 	retval = rmi_of_property_read_u32(dev, &val,  in rmi_f01_of_probe() 358 	retval = rmi_of_property_read_u32(dev, &val,  in rmi_f01_of_probe() 365 	retval = rmi_of_property_read_u32(dev, &val,  in rmi_f01_of_probe()
  | 
| D | rmi_bus.c | 410 int rmi_of_property_read_u32(struct device *dev, u32 *result,  in rmi_of_property_read_u32()  function 426 EXPORT_SYMBOL_GPL(rmi_of_property_read_u32);
  | 
| D | rmi_bus.h | 190 int rmi_of_property_read_u32(struct device *dev, u32 *result,
  | 
| D | rmi_spi.c | 334 	retval = rmi_of_property_read_u32(dev,  in rmi_spi_of_probe() 340 	retval = rmi_of_property_read_u32(dev,  in rmi_spi_of_probe()
  | 
| D | rmi_driver.c | 996 	retval = rmi_of_property_read_u32(dev, &pdata->reset_delay_ms,  in rmi_driver_of_probe()
  |