Searched refs:rmi_of_property_read_u32 (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/input/rmi4/ |
D | rmi_2d_sensor.c | 244 retval = rmi_of_property_read_u32(dev, &val, "syna,clip-x-low", 1); in rmi_2d_sensor_of_probe() 250 retval = rmi_of_property_read_u32(dev, &val, "syna,clip-y-low", 1); in rmi_2d_sensor_of_probe() 256 retval = rmi_of_property_read_u32(dev, &val, "syna,clip-x-high", 1); in rmi_2d_sensor_of_probe() 262 retval = rmi_of_property_read_u32(dev, &val, "syna,clip-y-high", 1); in rmi_2d_sensor_of_probe() 268 retval = rmi_of_property_read_u32(dev, &val, "syna,offset-x", 1); in rmi_2d_sensor_of_probe() 274 retval = rmi_of_property_read_u32(dev, &val, "syna,offset-y", 1); in rmi_2d_sensor_of_probe() 280 retval = rmi_of_property_read_u32(dev, &val, "syna,delta-x-threshold", in rmi_2d_sensor_of_probe() 287 retval = rmi_of_property_read_u32(dev, &val, "syna,delta-y-threshold", in rmi_2d_sensor_of_probe() 294 retval = rmi_of_property_read_u32(dev, (u32 *)&pdata->sensor_type, in rmi_2d_sensor_of_probe() 299 retval = rmi_of_property_read_u32(dev, &val, "touchscreen-x-mm", 1); in rmi_2d_sensor_of_probe() [all …]
|
D | rmi_f01.c | 348 retval = rmi_of_property_read_u32(dev, in rmi_f01_of_probe() 354 retval = rmi_of_property_read_u32(dev, &val, in rmi_f01_of_probe() 361 retval = rmi_of_property_read_u32(dev, &val, in rmi_f01_of_probe() 368 retval = rmi_of_property_read_u32(dev, &val, in rmi_f01_of_probe()
|
D | rmi_bus.c | 413 int rmi_of_property_read_u32(struct device *dev, u32 *result, in rmi_of_property_read_u32() function 429 EXPORT_SYMBOL_GPL(rmi_of_property_read_u32);
|
D | rmi_bus.h | 193 int rmi_of_property_read_u32(struct device *dev, u32 *result,
|
D | rmi_spi.c | 337 retval = rmi_of_property_read_u32(dev, in rmi_spi_of_probe() 343 retval = rmi_of_property_read_u32(dev, in rmi_spi_of_probe()
|
D | rmi_driver.c | 999 retval = rmi_of_property_read_u32(dev, &pdata->reset_delay_ms, in rmi_driver_of_probe()
|