Searched refs:rmi_of_property_read_u32 (Results 1 – 6 of 6) sorted by relevance
/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 | 347 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()
|
D | rmi_bus.c | 414 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);
|
D | rmi_bus.h | 190 int rmi_of_property_read_u32(struct device *dev, u32 *result,
|
D | rmi_spi.c | 336 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()
|
D | rmi_driver.c | 996 retval = rmi_of_property_read_u32(dev, &pdata->reset_delay_ms, in rmi_driver_of_probe()
|