Searched refs:of_property_present (Results 1 - 25 of 122) sorted by last modified time

12345

/linux-master/sound/soc/tegra/
H A Dtegra_asoc_machine.c554 if (!of_property_present(dev->of_node, "assigned-clock-parents") &&
/linux-master/sound/soc/samsung/
H A Di2s.c1289 if (!of_property_present(dev->of_node, "#clock-cells"))
/linux-master/sound/soc/generic/
H A Dsimple-card-utils.c1033 if (of_property_present(ep, "reg"))
1037 ret = of_property_present(node, "reg");
/linux-master/drivers/mmc/host/
H A Dsdhci-s3c.c458 if (of_property_present(node, "cd-gpios"))
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c3273 if (!of_property_present(dev->of_node, "interrupts")) {
/linux-master/drivers/gpu/drm/tiny/
H A Dsimpledrm.c209 if (of_property_present(of_node, "reg"))
/linux-master/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c333 if (!of_property_present(node, "reg"))
/linux-master/drivers/cpuidle/
H A Dcpuidle-psci-domain.c153 if (!of_property_present(node, "#power-domain-cells"))
/linux-master/arch/powerpc/platforms/pseries/
H A Dvio.c1427 if (of_property_present(viodev->dev.of_node, "ibm,my-dma-window")) {
/linux-master/arch/powerpc/platforms/powermac/
H A Dpic.c478 if (master == NULL && !of_property_present(np, "interrupts"))
/linux-master/drivers/thermal/
H A Dcpufreq_cooling.c662 if (of_property_present(np, "#cooling-cells")) {
/linux-master/drivers/spi/
H A Dspi-s3c64xx.c1183 sci->polling = !of_property_present(dev->of_node, "dmas");
/linux-master/drivers/opp/
H A Dof.c241 if (of_property_present(np, "#power-domain-cells"))
578 if (of_property_present(np, "opp-supported-hw"))
/linux-master/drivers/irqchip/
H A Dirq-riscv-aplic-main.c158 if (!of_property_present(to_of_node(dev->fwnode), "msi-parent")) {
188 msi_mode = of_property_present(to_of_node(dev->fwnode), "msi-parent");
/linux-master/drivers/devfreq/
H A Dexynos-bus.c435 if (of_property_present(dev->of_node, "#interconnect-cells")) {
/linux-master/drivers/cpufreq/
H A Dcpufreq-dt-platdev.c204 if (of_property_present(np, "operating-points-v2"))
/linux-master/drivers/bus/
H A Dti-sysc.c957 if (!of_property_present(np, "reg"))
/linux-master/drivers/mtd/nand/raw/
H A Dqcom_nandc.c3199 if (!of_property_present(dn, "qcom,boot-partitions"))
/linux-master/drivers/interconnect/
H A Dcore.c476 if (!of_property_present(np, "interconnects"))
569 if (!of_property_present(np, "interconnects"))
/linux-master/drivers/clk/
H A Dclk.c5097 if (!of_property_present(np, "#clock-cells"))
5098 if (of_property_present(parent_np, "#clock-cells"))
/linux-master/drivers/w1/masters/
H A Dw1-gpio.c94 if (of_property_present(np, "linux,open-drain"))
/linux-master/drivers/usb/gadget/udc/
H A Dsnps_udc_plat.c159 if (of_property_present(dev->of_node, "extcon")) {
/linux-master/drivers/usb/core/
H A Dof.c88 if (of_property_present(child, "reg"))
/linux-master/drivers/tty/serial/
H A Dsh-sci.c1608 if (!of_property_present(port->dev->of_node, "dmas"))
/linux-master/drivers/remoteproc/
H A Dst_remoteproc.c379 if (of_property_present(np, "mbox-names")) {

Completed in 323 milliseconds

12345