Searched refs:of_property_present (Results 1 - 25 of 121) sorted by relevance

12345

/linux-master/drivers/soc/sunxi/
H A Dsunxi_mbus.c85 if (of_property_present(dev->of_node, "interconnects"))
/linux-master/sound/soc/codecs/
H A Dlpass-macro-common.c19 if (!of_property_present(dev->of_node, "power-domains"))
/linux-master/drivers/soc/fsl/qbman/
H A Ddpaa_sys.c69 if (!of_property_present(mem_node, "reg")) {
/linux-master/arch/powerpc/platforms/44x/
H A Diss4xx.c55 if (!of_property_present(np, "interrupts"))
H A Dppc476.c126 if (!of_property_present(np, "interrupts"))
/linux-master/drivers/cpufreq/
H A Dtegra20-cpufreq.c28 if (of_property_present(np, "operating-points-v2"))
H A Dcpufreq-dt-platdev.c201 if (of_property_present(np, "operating-points-v2"))
H A Dimx-cpufreq-dt.c92 if (!of_property_present(cpu_dev->of_node, "cpu-supply"))
/linux-master/drivers/mfd/
H A Dkhadas-mcu.c115 if (of_property_present(dev->of_node, "#cooling-cells"))
H A Dbcm2835-pm.c31 if (of_property_present(pm->dev->of_node, "reg-names")) {
/linux-master/drivers/usb/core/
H A Dof.c88 if (of_property_present(child, "reg"))
/linux-master/sound/soc/samsung/
H A Dodroid.c224 if (of_property_present(dev->of_node, "samsung,audio-widgets")) {
232 if (of_property_present(dev->of_node, "audio-routing"))
234 else if (of_property_present(dev->of_node, "samsung,audio-routing"))
/linux-master/drivers/net/mdio/
H A Dof_mdio.c135 if (!of_property_present(child, "compatible"))
152 if (!of_property_present(child, "reg"))
240 if (of_property_present(child, "reg") ||
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dof.c132 if (!of_property_present(np, "interrupts"))
/linux-master/drivers/clk/sprd/
H A Dcommon.c48 if (of_property_present(node, "sprd,syscon")) {
/linux-master/drivers/w1/masters/
H A Dw1-gpio.c94 if (of_property_present(np, "linux,open-drain"))
/linux-master/drivers/soc/xilinx/
H A Dzynqmp_power.c224 } else if (of_property_present(pdev->dev.of_node, "mboxes")) {
246 } else if (of_property_present(pdev->dev.of_node, "interrupts")) {
/linux-master/drivers/cpuidle/
H A Dcpuidle-riscv-sbi.c469 if (!of_property_present(node, "#power-domain-cells"))
520 of_property_present(np, "power-domains") &&
521 of_property_present(np, "power-domain-names")) {
H A Dcpuidle-psci-domain.c152 if (!of_property_present(node, "#power-domain-cells"))
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Domapdss-boot-init.c195 if (!of_property_present(child, "compatible"))
/linux-master/drivers/phy/broadcom/
H A Dphy-bcm-ns-usb2.c110 if (of_property_present(dev->of_node, "brcm,syscon-clkset")) {
/linux-master/arch/sparc/kernel/
H A Dof_device_common.c165 if (of_property_present(dp, "ranges"))
/linux-master/drivers/regulator/
H A Dbd71815-regulator.c203 if (of_property_present(np, "rohm,dvs-run-voltage") ||
204 of_property_present(np, "rohm,dvs-suspend-voltage") ||
205 of_property_present(np, "rohm,dvs-lpsr-voltage") ||
206 of_property_present(np, "rohm,dvs-snvs-voltage")) {
/linux-master/arch/powerpc/kernel/
H A Dlegacy_serial.c174 if (!of_property_present(np, "clock-frequency"))
178 if (of_property_present(np, "reg-offset"))
240 of_property_present(isa_brg, "ranges")) {
271 if (!of_property_present(np, "clock-frequency"))
/linux-master/drivers/ata/
H A Dahci_mtk.c110 if (of_property_present(np, "mediatek,phy-mode")) {

Completed in 229 milliseconds

12345