Symbol: device_property_read_u16
drivers/char/ipmi/ipmi_ssif.c
2076
rv = device_property_read_u16(&pdev->dev, "i2c-addr", &i2c_addr);
drivers/gpio/gpio-mockup.c
431
rv = device_property_read_u16(dev, "nr-gpios", &ngpio);
drivers/iio/adc/ad4000.c
1160
ret = device_property_read_u16(dev, "adi,gain-milli",
drivers/input/keyboard/ep93xx_keypad.c
226
device_property_read_u16(dev, "cirrus,prescale", &keypad->prescale);
drivers/input/touchscreen/ads7846.c
1305
device_property_read_u16(dev, "ti,vref-delay-usecs",
drivers/input/touchscreen/ads7846.c
1307
device_property_read_u16(dev, "ti,vref-mv", &pdata->vref_mv);
drivers/input/touchscreen/ads7846.c
1312
device_property_read_u16(dev, "ti,settle-delay-usec",
drivers/input/touchscreen/ads7846.c
1314
device_property_read_u16(dev, "ti,penirq-recheck-delay-usecs",
drivers/input/touchscreen/ads7846.c
1317
device_property_read_u16(dev, "ti,x-plate-ohms", &pdata->x_plate_ohms);
drivers/input/touchscreen/ads7846.c
1318
device_property_read_u16(dev, "ti,y-plate-ohms", &pdata->y_plate_ohms);
drivers/input/touchscreen/ads7846.c
1320
device_property_read_u16(dev, "ti,x-min", &pdata->x_min);
drivers/input/touchscreen/ads7846.c
1321
device_property_read_u16(dev, "ti,y-min", &pdata->y_min);
drivers/input/touchscreen/ads7846.c
1322
device_property_read_u16(dev, "ti,x-max", &pdata->x_max);
drivers/input/touchscreen/ads7846.c
1323
device_property_read_u16(dev, "ti,y-max", &pdata->y_max);
drivers/input/touchscreen/ads7846.c
1329
device_property_read_u16(dev, "ti,pressure-min", &pdata->pressure_min);
drivers/input/touchscreen/ads7846.c
1332
device_property_read_u16(dev, "ti,pressure-max", &pdata->pressure_max);
drivers/input/touchscreen/ads7846.c
1334
device_property_read_u16(dev, "ti,debounce-max", &pdata->debounce_max);
drivers/input/touchscreen/ads7846.c
1337
device_property_read_u16(dev, "ti,debounce-tol", &pdata->debounce_tol);
drivers/input/touchscreen/ads7846.c
1338
device_property_read_u16(dev, "ti,debounce-rep", &pdata->debounce_rep);
drivers/usb/cdns3/cdns3-gadget.c
3314
device_property_read_u16(priv_dev->dev, "cdns,on-chip-buff-size",
drivers/usb/dwc3/core.c
1710
ret = device_property_read_u16(tmpdev,
drivers/usb/dwc3/core.c
1803
device_property_read_u16(dev, "num-hc-interrupters",
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
2270
device_property_read_u16(pdev->dev, "cdns,on-chip-tx-buff-size",
drivers/usb/gadget/udc/cdns2/cdns2-gadget.c
2272
device_property_read_u16(pdev->dev, "cdns,on-chip-rx-buff-size",
drivers/usb/host/xhci-plat.c
282
device_property_read_u16(tmpdev, "num-hc-interrupters",