Searched refs:of_property_read_u16 (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/input/touchscreen/ |
D | ads7846.c | 1209 of_property_read_u16(node, "ti,vref-delay-usecs", in ads7846_probe_dt() 1211 of_property_read_u16(node, "ti,vref-mv", &pdata->vref_mv); in ads7846_probe_dt() 1216 of_property_read_u16(node, "ti,settle-delay-usec", in ads7846_probe_dt() 1218 of_property_read_u16(node, "ti,penirq-recheck-delay-usecs", in ads7846_probe_dt() 1221 of_property_read_u16(node, "ti,x-plate-ohms", &pdata->x_plate_ohms); in ads7846_probe_dt() 1222 of_property_read_u16(node, "ti,y-plate-ohms", &pdata->y_plate_ohms); in ads7846_probe_dt() 1224 of_property_read_u16(node, "ti,x-min", &pdata->x_min); in ads7846_probe_dt() 1225 of_property_read_u16(node, "ti,y-min", &pdata->y_min); in ads7846_probe_dt() 1226 of_property_read_u16(node, "ti,x-max", &pdata->x_max); in ads7846_probe_dt() 1227 of_property_read_u16(node, "ti,y-max", &pdata->y_max); in ads7846_probe_dt() [all …]
|
/Linux-v4.19/drivers/pci/controller/ |
D | pcie-cadence-host.c | 266 of_property_read_u16(np, "vendor-id", &rc->vendor_id); in cdns_pcie_host_probe() 269 of_property_read_u16(np, "device-id", &rc->device_id); in cdns_pcie_host_probe()
|
/Linux-v4.19/drivers/gpio/ |
D | gpio-pisosr.c | 141 of_property_read_u16(dev->of_node, "ngpios", &gpio->chip.ngpio); in pisosr_gpio_probe()
|
/Linux-v4.19/drivers/bluetooth/ |
D | btmrvl_main.c | 514 ret = of_property_read_u16(dt_node, "marvell,wakeup-pin", in btmrvl_check_device_tree() 519 ret = of_property_read_u16(dt_node, "marvell,wakeup-gap-ms", in btmrvl_check_device_tree()
|
D | btusb.c | 2413 if (of_property_read_u16(dev->of_node, "marvell,wakeup-pin", &pin) || in marvell_config_oob_wake() 2414 of_property_read_u16(dev->of_node, "marvell,wakeup-gap-ms", &gap)) in marvell_config_oob_wake()
|
/Linux-v4.19/drivers/net/phy/ |
D | mscc.c | 388 rc = of_property_read_u16(of_node, "vsc8531,vddmac", &vdd); in vsc85xx_edge_rate_magic_get()
|
/Linux-v4.19/arch/powerpc/sysdev/ |
D | cpm1.c | 645 if (!of_property_read_u16(np, "fsl,cpm1-gpio-irq-mask", &mask)) { in cpm1_gpiochip_add16()
|
/Linux-v4.19/sound/soc/codecs/ |
D | sta32x.c | 1049 of_property_read_u16(np, "st,drop-compensation-ns", &tmp); in sta32x_probe_dt()
|
D | sta350.c | 1141 of_property_read_u16(np, "st,drop-compensation-ns", &tmp); in sta350_probe_dt()
|
/Linux-v4.19/include/linux/ |
D | of.h | 1158 static inline int of_property_read_u16(const struct device_node *np, in of_property_read_u16() function
|