Searched refs:of_property_read_u16 (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/usb/misc/ |
| H A D | usb251xb.c | 430 if (of_property_read_u16(np, "vendor-id", &hub->vendor_id)) in usb251xb_get_ofdata() 433 if (of_property_read_u16(np, "product-id", &hub->product_id)) in usb251xb_get_ofdata() 436 if (of_property_read_u16(np, "device-id", &hub->device_id)) in usb251xb_get_ofdata() 545 if (of_property_read_u16(np, "language-id", &hub->lang_id)) in usb251xb_get_ofdata()
|
| /linux/drivers/gpio/ |
| H A D | gpio-pisosr.c | 123 of_property_read_u16(dev->of_node, "ngpios", &gpio->chip.ngpio); in pisosr_gpio_probe()
|
| /linux/drivers/bluetooth/ |
| H A D | btmrvl_main.c | 495 ret = of_property_read_u16(dt_node, "marvell,wakeup-pin", in btmrvl_check_device_tree() 500 ret = of_property_read_u16(dt_node, "marvell,wakeup-gap-ms", in btmrvl_check_device_tree()
|
| H A D | btusb.c | 2938 if (of_property_read_u16(dev->of_node, "marvell,wakeup-pin", &pin) || in marvell_config_oob_wake() 2939 of_property_read_u16(dev->of_node, "marvell,wakeup-gap-ms", &gap)) in marvell_config_oob_wake()
|
| /linux/sound/soc/qcom/qdsp6/ |
| H A D | q6usb.c | 377 ret = of_property_read_u16(node, "qcom,usb-audio-intr-idx", in q6usb_dai_dev_probe()
|
| /linux/arch/powerpc/platforms/8xx/ |
| H A D | cpm1.c | 488 if (!of_property_read_u16(np, "fsl,cpm1-gpio-irq-mask", &mask)) { in cpm1_gpiochip_add16()
|
| /linux/sound/soc/codecs/ |
| H A D | sta32x.c | 1066 of_property_read_u16(np, "st,drop-compensation-ns", &tmp); in sta32x_probe_dt()
|
| H A D | sta350.c | 1134 of_property_read_u16(np, "st,drop-compensation-ns", &tmp); in sta350_probe_dt()
|
| /linux/drivers/net/wan/ |
| H A D | fsl_ucc_hdlc.c | 1205 if (of_property_read_u16(np, "fsl,hmask", &uhdlc_priv->hmask)) in ucc_hdlc_probe()
|
| /linux/include/linux/ |
| H A D | of.h | 1453 static inline int of_property_read_u16(const struct device_node *np, in of_property_read_u16() function
|