Home
last modified time | relevance | path

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

/linux/drivers/input/keyboard/
H A Dep93xx_keypad.c227 device_property_read_u16(dev, "cirrus,prescale", &keypad->prescale); in ep93xx_keypad_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.h255 static inline int device_property_read_u16(const struct device *dev, in device_property_read_u16() function
/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.c2270 device_property_read_u16(pdev->dev, "cdns,on-chip-tx-buff-size", in cdns2_gadget_start()
2272 device_property_read_u16(pdev->dev, "cdns,on-chip-rx-buff-size", in cdns2_gadget_start()
/linux/drivers/usb/dwc3/
H A Dcore.c1714 ret = device_property_read_u16(tmpdev, in dwc3_get_software_properties()
1807 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/usb/cdns3/
H A Dcdns3-gadget.c3304 device_property_read_u16(priv_dev->dev, "cdns,on-chip-buff-size", in cdns3_gadget_start()