Home
last modified time | relevance | path

Searched refs:device_property_read_u16 (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/drivers/input/touchscreen/
Dads7846.c1128 device_property_read_u16(dev, "ti,vref-delay-usecs", in ads7846_get_props()
1130 device_property_read_u16(dev, "ti,vref-mv", &pdata->vref_mv); in ads7846_get_props()
1135 device_property_read_u16(dev, "ti,settle-delay-usec", in ads7846_get_props()
1137 device_property_read_u16(dev, "ti,penirq-recheck-delay-usecs", in ads7846_get_props()
1140 device_property_read_u16(dev, "ti,x-plate-ohms", &pdata->x_plate_ohms); in ads7846_get_props()
1141 device_property_read_u16(dev, "ti,y-plate-ohms", &pdata->y_plate_ohms); in ads7846_get_props()
1143 device_property_read_u16(dev, "ti,x-min", &pdata->x_min); in ads7846_get_props()
1144 device_property_read_u16(dev, "ti,y-min", &pdata->y_min); in ads7846_get_props()
1145 device_property_read_u16(dev, "ti,x-max", &pdata->x_max); in ads7846_get_props()
1146 device_property_read_u16(dev, "ti,y-max", &pdata->y_max); in ads7846_get_props()
[all …]
/Linux-v6.6/drivers/spi/
Dspi-hisi-kunpeng.c486 ret = device_property_read_u16(dev, "num-cs", in hisi_spi_probe()
/Linux-v6.6/include/linux/
Dproperty.h169 static inline int device_property_read_u16(const struct device *dev, in device_property_read_u16() function
/Linux-v6.6/drivers/gpio/
Dgpio-mockup.c412 rv = device_property_read_u16(dev, "nr-gpios", &ngpio); in gpio_mockup_probe()
/Linux-v6.6/drivers/usb/gadget/udc/cdns2/
Dcdns2-gadget.c2275 device_property_read_u16(pdev->dev, "cdns,on-chip-tx-buff-size", in cdns2_gadget_start()
2277 device_property_read_u16(pdev->dev, "cdns,on-chip-rx-buff-size", in cdns2_gadget_start()
/Linux-v6.6/drivers/char/ipmi/
Dipmi_ssif.c2031 rv = device_property_read_u16(&pdev->dev, "i2c-addr", &i2c_addr); in dmi_ipmi_probe()
/Linux-v6.6/drivers/usb/cdns3/
Dcdns3-gadget.c3223 device_property_read_u16(priv_dev->dev, "cdns,on-chip-buff-size", in cdns3_gadget_start()