Searched refs:of_property_read_u16 (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/drivers/usb/misc/ |
D | usb251xb.c | 419 if (of_property_read_u16(np, "vendor-id", &hub->vendor_id)) in usb251xb_get_ofdata() 422 if (of_property_read_u16(np, "product-id", &hub->product_id)) in usb251xb_get_ofdata() 425 if (of_property_read_u16(np, "device-id", &hub->device_id)) in usb251xb_get_ofdata() 534 if (of_property_read_u16(np, "language-id", &hub->lang_id)) in usb251xb_get_ofdata()
|
/linux-6.6.21/drivers/gpio/ |
D | gpio-pisosr.c | 136 of_property_read_u16(dev->of_node, "ngpios", &gpio->chip.ngpio); in pisosr_gpio_probe()
|
/linux-6.6.21/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 | 3308 if (of_property_read_u16(dev->of_node, "marvell,wakeup-pin", &pin) || in marvell_config_oob_wake() 3309 of_property_read_u16(dev->of_node, "marvell,wakeup-gap-ms", &gap)) in marvell_config_oob_wake()
|
/linux-6.6.21/arch/powerpc/platforms/8xx/ |
D | cpm1.c | 493 if (!of_property_read_u16(np, "fsl,cpm1-gpio-irq-mask", &mask)) { in cpm1_gpiochip_add16()
|
/linux-6.6.21/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.6.21/include/linux/ |
D | of.h | 1373 static inline int of_property_read_u16(const struct device_node *np, in of_property_read_u16() function
|
/linux-6.6.21/drivers/net/wan/ |
D | fsl_ucc_hdlc.c | 1214 if (of_property_read_u16(np, "fsl,hmask", &uhdlc_priv->hmask)) in ucc_hdlc_probe()
|