Searched refs:device_property_read_u16 (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/input/touchscreen/ |
| A D | ads7846.c | 1154 device_property_read_u16(dev, "ti,vref-delay-usecs", in ads7846_get_props() 1156 device_property_read_u16(dev, "ti,vref-mv", &pdata->vref_mv); in ads7846_get_props() 1161 device_property_read_u16(dev, "ti,settle-delay-usec", in ads7846_get_props() 1163 device_property_read_u16(dev, "ti,penirq-recheck-delay-usecs", in ads7846_get_props() 1166 device_property_read_u16(dev, "ti,x-plate-ohms", &pdata->x_plate_ohms); in ads7846_get_props() 1167 device_property_read_u16(dev, "ti,y-plate-ohms", &pdata->y_plate_ohms); in ads7846_get_props() 1169 device_property_read_u16(dev, "ti,x-min", &pdata->x_min); in ads7846_get_props() 1170 device_property_read_u16(dev, "ti,y-min", &pdata->y_min); in ads7846_get_props() 1171 device_property_read_u16(dev, "ti,x-max", &pdata->x_max); in ads7846_get_props() 1172 device_property_read_u16(dev, "ti,y-max", &pdata->y_max); in ads7846_get_props() [all …]
|
| /linux/drivers/input/keyboard/ |
| A D | ep93xx_keypad.c | 231 device_property_read_u16(dev, "cirrus,prescale", &keypad->prescale); in ep93xx_keypad_probe()
|
| /linux/drivers/spi/ |
| A D | spi-hisi-kunpeng.c | 487 ret = device_property_read_u16(dev, "num-cs", in hisi_spi_probe()
|
| /linux/drivers/gpio/ |
| A D | gpio-mockup.c | 427 rv = device_property_read_u16(dev, "nr-gpios", &ngpio); in gpio_mockup_probe()
|
| /linux/include/linux/ |
| A D | property.h | 222 static inline int device_property_read_u16(const struct device *dev, in device_property_read_u16() function
|
| /linux/drivers/iio/adc/ |
| A D | ad4000.c | 644 ret = device_property_read_u16(dev, "adi,gain-milli", in ad4000_probe()
|
| /linux/drivers/usb/gadget/udc/cdns2/ |
| A D | cdns2-gadget.c | 2269 device_property_read_u16(pdev->dev, "cdns,on-chip-tx-buff-size", in cdns2_gadget_start() 2271 device_property_read_u16(pdev->dev, "cdns,on-chip-rx-buff-size", in cdns2_gadget_start()
|
| /linux/drivers/char/ipmi/ |
| A D | ipmi_ssif.c | 2053 rv = device_property_read_u16(&pdev->dev, "i2c-addr", &i2c_addr); in dmi_ipmi_probe()
|
| /linux/drivers/usb/dwc3/ |
| A D | core.c | 1640 ret = device_property_read_u16(tmpdev, in dwc3_get_software_properties()
|
| /linux/drivers/usb/cdns3/ |
| A D | cdns3-gadget.c | 3300 device_property_read_u16(priv_dev->dev, "cdns,on-chip-buff-size", in cdns3_gadget_start()
|
Completed in 43 milliseconds