Searched refs:of_find_property (Results 51 - 75 of 109) sorted by relevance

12345

/linux-master/drivers/remoteproc/
H A Dxlnx_r5_remoteproc.c912 if (of_find_property(r5_core->np, "reg", NULL))
939 if (of_find_property(dev_of_node(dev), "xlnx,tcm-mode", NULL) ||
1000 if (of_find_property(dev_node, "xlnx,tcm-mode", NULL)) {
/linux-master/drivers/net/dsa/
H A Dbcm_sf2.c600 prop = of_find_property(port, "ethernet", NULL);
669 prop = of_find_property(child, "phandle", NULL);
673 prop = of_find_property(child, "linux,phandle", NULL);
/linux-master/drivers/of/
H A Dbase.c212 struct property *of_find_property(const struct device_node *np, function
225 EXPORT_SYMBOL(of_find_property); variable
285 struct property *pp = of_find_property(np, name, lenp);
/linux-master/drivers/pinctrl/bcm/
H A Dpinctrl-bcm2835.c833 pins = of_find_property(np, "brcm,pins", NULL);
839 funcs = of_find_property(np, "brcm,function", NULL);
840 pulls = of_find_property(np, "brcm,pull", NULL);
/linux-master/drivers/memory/
H A Dof_memory.c360 prop = of_find_property(np, "compatible", NULL);
/linux-master/drivers/hwmon/
H A Dgpio-fan.c446 prop = of_find_property(np, "gpio-fan,speed-map", &i);
/linux-master/drivers/dma/ti/
H A Ddma-crossbar.c381 prop = of_find_property(node, "ti,reserved-dma-request-ranges", &sz);
/linux-master/drivers/usb/dwc3/
H A Ddwc3-octeon.c479 if (of_find_property(node, "power", &len)) {
/linux-master/drivers/bus/
H A Dvexpress-config.c265 prop = of_find_property(dev->of_node,
/linux-master/arch/powerpc/platforms/pseries/
H A Dmobility.c236 of_remove_property(dn, of_find_property(dn,
H A Dhotplug-cpu.c465 info = of_find_property(parent, "ibm,drc-info", NULL);
H A Dhotplug-memory.c143 ala_prop = of_find_property(dr_node, "ibm,associativity-lookup-arrays",
/linux-master/drivers/pinctrl/renesas/
H A Dpinctrl-rza2.c339 of_pins = of_find_property(np, "pinmux", NULL);
/linux-master/drivers/cpufreq/
H A Dimx6q-cpufreq.c411 prop = of_find_property(np, "fsl,soc-operating-points", NULL);
/linux-master/drivers/regulator/
H A Dpwm-regulator.c271 of_find_property(np, "voltage-table", &length);
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_disp_rdma.c346 if (of_find_property(dev->of_node, "mediatek,rdma-fifo-size", &ret)) {
/linux-master/drivers/pinctrl/
H A Dpinctrl-equilibrium.c599 prop = of_find_property(np, "groups", NULL);
714 prop = of_find_property(np, "groups", NULL);
/linux-master/drivers/pinctrl/mediatek/
H A Dpinctrl-paris.c451 pins = of_find_property(node, "pinmux", NULL);
1049 if (of_find_property(hw->dev->of_node,
/linux-master/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth_sr1.c1022 if (of_find_property(eth0_node, "ti,half-duplex-capable", NULL))
1034 if (of_find_property(eth1_node, "ti,half-duplex-capable", NULL))
H A Dicssg_prueth.c1012 if (of_find_property(eth0_node, "ti,half-duplex-capable", NULL))
1026 if (of_find_property(eth1_node, "ti,half-duplex-capable", NULL))
/linux-master/drivers/iio/adc/
H A Daspeed_adc.c572 if (of_find_property(data->dev->of_node, "aspeed,battery-sensing",
/linux-master/drivers/pinctrl/freescale/
H A Dpinctrl-mxs.c371 prop = of_find_property(np, propname, &length);
/linux-master/sound/soc/sh/rcar/
H A Dadg.c523 prop = of_find_property(np, "clock-frequency", NULL);
/linux-master/drivers/hsi/
H A Dhsi_core.c246 prop = of_find_property(client, "hsi-channel-ids", &length);
/linux-master/arch/powerpc/platforms/maple/
H A Dpci.c70 prop = of_find_property(bridge, "bus-range", &len);

Completed in 593 milliseconds

12345