Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/touchscreen/
Dads7846.c1221 of_property_read_u16(node, "ti,vref-delay-usecs", in ads7846_probe_dt()
1223 of_property_read_u16(node, "ti,vref-mv", &pdata->vref_mv); in ads7846_probe_dt()
1228 of_property_read_u16(node, "ti,settle-delay-usec", in ads7846_probe_dt()
1230 of_property_read_u16(node, "ti,penirq-recheck-delay-usecs", in ads7846_probe_dt()
1233 of_property_read_u16(node, "ti,x-plate-ohms", &pdata->x_plate_ohms); in ads7846_probe_dt()
1234 of_property_read_u16(node, "ti,y-plate-ohms", &pdata->y_plate_ohms); in ads7846_probe_dt()
1236 of_property_read_u16(node, "ti,x-min", &pdata->x_min); in ads7846_probe_dt()
1237 of_property_read_u16(node, "ti,y-min", &pdata->y_min); in ads7846_probe_dt()
1238 of_property_read_u16(node, "ti,x-max", &pdata->x_max); in ads7846_probe_dt()
1239 of_property_read_u16(node, "ti,y-max", &pdata->y_max); in ads7846_probe_dt()
[all …]
/kernel/linux/linux-5.10/drivers/gpio/
Dgpio-pisosr.c141 of_property_read_u16(dev->of_node, "ngpios", &gpio->chip.ngpio); in pisosr_gpio_probe()
/kernel/linux/linux-5.10/drivers/bluetooth/
Dbtmrvl_main.c514 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()
Dbtusb.c3382 if (of_property_read_u16(dev->of_node, "marvell,wakeup-pin", &pin) || in marvell_config_oob_wake()
3383 of_property_read_u16(dev->of_node, "marvell,wakeup-gap-ms", &gap)) in marvell_config_oob_wake()
/kernel/linux/linux-5.10/arch/powerpc/platforms/8xx/
Dcpm1.c635 if (!of_property_read_u16(np, "fsl,cpm1-gpio-irq-mask", &mask)) { in cpm1_gpiochip_add16()
/kernel/linux/linux-5.10/drivers/spi/
Dspi-rockchip.c747 if (of_property_read_u16(np, "num-cs", &ctlr->num_chipselect)) in rockchip_spi_probe()
/kernel/linux/linux-5.10/sound/soc/codecs/
Dsta32x.c1071 of_property_read_u16(np, "st,drop-compensation-ns", &tmp); in sta32x_probe_dt()
Dsta350.c1137 of_property_read_u16(np, "st,drop-compensation-ns", &tmp); in sta350_probe_dt()
/kernel/linux/linux-5.10/include/linux/
Dof.h1214 static inline int of_property_read_u16(const struct device_node *np, in of_property_read_u16() function
/kernel/linux/linux-5.10/drivers/net/wan/
Dfsl_ucc_hdlc.c1213 if (of_property_read_u16(np, "fsl,hmask", &uhdlc_priv->hmask)) in ucc_hdlc_probe()