Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/misc/
H A Dusb251xb.c417 if (of_property_read_u16(np, "vendor-id", &hub->vendor_id)) in usb251xb_get_ofdata()
420 if (of_property_read_u16(np, "product-id", &hub->product_id)) in usb251xb_get_ofdata()
423 if (of_property_read_u16(np, "device-id", &hub->device_id)) in usb251xb_get_ofdata()
532 if (of_property_read_u16(np, "language-id", &hub->lang_id)) in usb251xb_get_ofdata()
/openbmc/linux/drivers/gpio/
H A Dgpio-pisosr.c136 of_property_read_u16(dev->of_node, "ngpios", &gpio->chip.ngpio); in pisosr_gpio_probe()
/openbmc/linux/drivers/bluetooth/
H A Dbtmrvl_main.c494 ret = of_property_read_u16(dt_node, "marvell,wakeup-pin", in btmrvl_check_device_tree()
499 ret = of_property_read_u16(dt_node, "marvell,wakeup-gap-ms", in btmrvl_check_device_tree()
H A Dbtusb.c3366 if (of_property_read_u16(dev->of_node, "marvell,wakeup-pin", &pin) || in marvell_config_oob_wake()
3367 of_property_read_u16(dev->of_node, "marvell,wakeup-gap-ms", &gap)) in marvell_config_oob_wake()
/openbmc/linux/arch/powerpc/platforms/8xx/
H A Dcpm1.c493 if (!of_property_read_u16(np, "fsl,cpm1-gpio-irq-mask", &mask)) { in cpm1_gpiochip_add16()
/openbmc/linux/sound/soc/codecs/
H A Dsta32x.c1067 of_property_read_u16(np, "st,drop-compensation-ns", &tmp); in sta32x_probe_dt()
H A Dsta350.c1133 of_property_read_u16(np, "st,drop-compensation-ns", &tmp); in sta350_probe_dt()
/openbmc/linux/include/linux/
H A Dof.h1373 static inline int of_property_read_u16(const struct device_node *np, in of_property_read_u16() function
/openbmc/linux/drivers/net/wan/
H A Dfsl_ucc_hdlc.c1214 if (of_property_read_u16(np, "fsl,hmask", &uhdlc_priv->hmask)) in ucc_hdlc_probe()