Searched refs:of_find_property (Results 76 - 100 of 109) sorted by relevance

12345

/linux-master/drivers/of/
H A Ddynamic.c116 prop = of_find_property(pr->dn, "status", NULL);
H A Doverlay.c312 prop = of_find_property(target->np, overlay_prop->name, NULL);
H A Dunittest.c855 ppremove = of_find_property(parent, "prop-remove", NULL);
903 ppremove = of_find_property(parent, "prop-remove", NULL);
/linux-master/drivers/video/backlight/
H A Dpwm_bl.c247 prop = of_find_property(node, "brightness-levels", &length);
/linux-master/drivers/pinctrl/samsung/
H A Dpinctrl-samsung.c826 if (!of_find_property(cfg_np,
834 if (!of_find_property(func_np,
/linux-master/drivers/regulator/
H A Dqcom_spmi-regulator.c2531 if (of_find_property(node, "qcom,saw-reg", &lenp)) {
2543 reg_prop = of_find_property(reg_node, "qcom,saw-slave",
2580 reg_prop = of_find_property(reg_node, "qcom,saw-leader",
/linux-master/drivers/dma/ti/
H A Dedma.c2145 prop = of_find_property(dev->of_node, "ti,edma-xbar-event-map",
2156 prop = of_find_property(dev->of_node, "ti,edma-memcpy-channels", &sz);
2176 prop = of_find_property(dev->of_node, "ti,edma-reserved-slot-ranges",
/linux-master/drivers/net/ethernet/freescale/fman/
H A Dfman_port.c1798 if (of_find_property(port_node, "fsl,fman-10g-port", &lenp))
1811 if (of_find_property(port_node, "fsl,fman-10g-port", &lenp))
/linux-master/arch/powerpc/platforms/pseries/
H A Diommu.c938 win = of_find_property(np, win_name, NULL);
1380 default_win = of_find_property(pdn, "ibm,dma-window", NULL);
H A Dvio.c121 prop = of_find_property(of_node, "ibm,my-dma-window",
/linux-master/arch/powerpc/platforms/powermac/
H A Dpci.c94 prop = of_find_property(bridge, "bus-range", &len);
/linux-master/drivers/clk/imx/
H A Dclk-imx6sx.c503 lcdif1_assigned_clk = of_find_property(np, "assigned-clock-parents", NULL);
/linux-master/drivers/soc/ti/
H A Dknav_dma.c618 if (!of_find_property(cloud, "ti,navigator-cloud-address", &len)) {
/linux-master/drivers/leds/flash/
H A Dleds-max77693.c612 prop = of_find_property(child_node, "led-sources", NULL);
/linux-master/drivers/pinctrl/
H A Dpinctrl-at91-pio4.c568 pins = of_find_property(np, "pinmux", NULL);
/linux-master/drivers/pinctrl/tegra/
H A Dpinctrl-tegra.c769 has_prop = of_find_property(np, "gpio-ranges", NULL);
/linux-master/drivers/pinctrl/renesas/
H A Dpinctrl-rzv2m.c235 pinmux = of_find_property(np, "pinmux", NULL);
/linux-master/drivers/media/i2c/
H A Dmt9v032.c1020 prop = of_find_property(np, "link-frequencies", NULL);
/linux-master/drivers/gpio/
H A Dgpiolib-of.c1049 group_names = of_find_property(np, group_names_propname, NULL);
/linux-master/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.c539 pins = of_find_property(node, "pinmux", NULL);
/linux-master/arch/sparc/kernel/
H A Dpci_schizo.c1076 (of_find_property(pbm->op->dev.of_node, "66mhz-capable", NULL)
H A Dpci_sun4v.c702 prop = of_find_property(dp, "66mhz-capable", NULL);
/linux-master/drivers/rpmsg/
H A Dqcom_glink_native.c1293 prop = of_find_property(np, "qcom,intents", NULL);
/linux-master/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.c592 pins = of_find_property(node, "pinmux", NULL);
/linux-master/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_main.c2400 if (!of_find_property(pdev->dev.of_node, "dmas", NULL)) {

Completed in 629 milliseconds

12345