Home
last modified time | relevance | path

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

/drivers/input/rmi4/
Drmi_2d_sensor.c240 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 …]
Drmi_f01.c347 retval = rmi_of_property_read_u32(dev, in rmi_f01_of_probe()
353 retval = rmi_of_property_read_u32(dev, &val, in rmi_f01_of_probe()
360 retval = rmi_of_property_read_u32(dev, &val, in rmi_f01_of_probe()
367 retval = rmi_of_property_read_u32(dev, &val, in rmi_f01_of_probe()
Drmi_bus.c414 int rmi_of_property_read_u32(struct device *dev, u32 *result, in rmi_of_property_read_u32() function
430 EXPORT_SYMBOL_GPL(rmi_of_property_read_u32);
Drmi_bus.h190 int rmi_of_property_read_u32(struct device *dev, u32 *result,
Drmi_spi.c336 retval = rmi_of_property_read_u32(dev, in rmi_spi_of_probe()
342 retval = rmi_of_property_read_u32(dev, in rmi_spi_of_probe()
Drmi_driver.c996 retval = rmi_of_property_read_u32(dev, &pdata->reset_delay_ms, in rmi_driver_of_probe()