Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dads7846.c1164 device_property_read_u16(dev, "ti,vref-delay-usecs", in ads7846_get_props()
1166 device_property_read_u16(dev, "ti,vref-mv", &pdata->vref_mv); in ads7846_get_props()
1171 device_property_read_u16(dev, "ti,settle-delay-usec", in ads7846_get_props()
1173 device_property_read_u16(dev, "ti,penirq-recheck-delay-usecs", in ads7846_get_props()
1176 device_property_read_u16(dev, "ti,x-plate-ohms", &pdata->x_plate_ohms); in ads7846_get_props()
1177 device_property_read_u16(dev, "ti,y-plate-ohms", &pdata->y_plate_ohms); in ads7846_get_props()
1179 device_property_read_u16(dev, "ti,x-min", &pdata->x_min); in ads7846_get_props()
1180 device_property_read_u16(dev, "ti,y-min", &pdata->y_min); in ads7846_get_props()
1181 device_property_read_u16(dev, "ti,x-max", &pdata->x_max); in ads7846_get_props()
1182 device_property_read_u16(dev, "ti,y-max", &pdata->y_max); in ads7846_get_props()
[all …]
/linux/drivers/input/keyboard/
H A Dep93xx_keypad.c227 device_property_read_u16(dev, "cirrus,prescale", &keypad->prescale); in ep93xx_keypad_probe()
/linux/drivers/spi/
H A Dspi-hisi-kunpeng.c487 ret = device_property_read_u16(dev, "num-cs", in hisi_spi_probe()
/linux/drivers/usb/host/
H A Dxhci-plat.c270 device_property_read_u16(tmpdev, "num-hc-interrupters", in xhci_plat_probe()
/linux/drivers/gpio/
H A Dgpio-mockup.c431 rv = device_property_read_u16(dev, "nr-gpios", &ngpio); in gpio_mockup_probe()
/linux/include/linux/
H A Dproperty.h245 static inline int device_property_read_u16(const struct device *dev, in device_property_read_u16() function
/linux/drivers/usb/dwc3/
H A Dcore.c1681 ret = device_property_read_u16(tmpdev, in dwc3_get_software_properties()
1774 device_property_read_u16(dev, "num-hc-interrupters", in dwc3_get_properties()
/linux/drivers/iio/adc/
H A Dad4000.c1161 ret = device_property_read_u16(dev, "adi,gain-milli", in ad4000_probe()
/linux/drivers/char/ipmi/
H A Dipmi_ssif.c2051 rv = device_property_read_u16(&pdev->dev, "i2c-addr", &i2c_addr); in dmi_ipmi_probe()
/linux/drivers/usb/cdns3/
H A Dcdns3-gadget.c3302 device_property_read_u16(priv_dev->dev, "cdns,on-chip-buff-size", in cdns3_gadget_start()