Searched refs:of_property_read_u16 (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/input/touchscreen/ |
D | ads7846.c | 1154 of_property_read_u16(node, "ti,vref-delay-usecs", in ads7846_probe_dt() 1156 of_property_read_u16(node, "ti,vref-mv", &pdata->vref_mv); in ads7846_probe_dt() 1161 of_property_read_u16(node, "ti,settle-delay-usec", in ads7846_probe_dt() 1163 of_property_read_u16(node, "ti,penirq-recheck-delay-usecs", in ads7846_probe_dt() 1166 of_property_read_u16(node, "ti,x-plate-ohms", &pdata->x_plate_ohms); in ads7846_probe_dt() 1167 of_property_read_u16(node, "ti,y-plate-ohms", &pdata->y_plate_ohms); in ads7846_probe_dt() 1169 of_property_read_u16(node, "ti,x-min", &pdata->x_min); in ads7846_probe_dt() 1170 of_property_read_u16(node, "ti,y-min", &pdata->y_min); in ads7846_probe_dt() 1171 of_property_read_u16(node, "ti,x-max", &pdata->x_max); in ads7846_probe_dt() 1172 of_property_read_u16(node, "ti,y-max", &pdata->y_max); in ads7846_probe_dt() [all …]
|
/linux-6.1.9/drivers/gpio/ |
D | gpio-pisosr.c | 133 of_property_read_u16(dev->of_node, "ngpios", &gpio->chip.ngpio); in pisosr_gpio_probe()
|
/linux-6.1.9/drivers/bluetooth/ |
D | btmrvl_main.c | 501 ret = of_property_read_u16(dt_node, "marvell,wakeup-pin", in btmrvl_check_device_tree() 506 ret = of_property_read_u16(dt_node, "marvell,wakeup-gap-ms", in btmrvl_check_device_tree()
|
D | btusb.c | 2979 if (of_property_read_u16(dev->of_node, "marvell,wakeup-pin", &pin) || in marvell_config_oob_wake() 2980 of_property_read_u16(dev->of_node, "marvell,wakeup-gap-ms", &gap)) in marvell_config_oob_wake()
|
/linux-6.1.9/arch/powerpc/platforms/8xx/ |
D | cpm1.c | 497 if (!of_property_read_u16(np, "fsl,cpm1-gpio-irq-mask", &mask)) { in cpm1_gpiochip_add16()
|
/linux-6.1.9/sound/soc/codecs/ |
D | sta32x.c | 1067 of_property_read_u16(np, "st,drop-compensation-ns", &tmp); in sta32x_probe_dt()
|
D | sta350.c | 1133 of_property_read_u16(np, "st,drop-compensation-ns", &tmp); in sta350_probe_dt()
|
/linux-6.1.9/include/linux/ |
D | of.h | 1301 static inline int of_property_read_u16(const struct device_node *np, in of_property_read_u16() function
|
/linux-6.1.9/drivers/net/wan/ |
D | fsl_ucc_hdlc.c | 1211 if (of_property_read_u16(np, "fsl,hmask", &uhdlc_priv->hmask)) in ucc_hdlc_probe()
|