Searched refs:of_property_present (Results 76 - 100 of 121) sorted by relevance

12345

/linux-master/drivers/memory/
H A Datmel-ebi.c601 if (!of_property_present(child, "reg"))
/linux-master/drivers/usb/phy/
H A Dphy-mxs-usb.c731 if (of_property_present(np, "fsl,anatop")) {
/linux-master/drivers/pinctrl/mediatek/
H A Dpinctrl-moore.c587 if (!of_property_present(hw->dev->of_node, "gpio-ranges")) {
/linux-master/drivers/soc/qcom/
H A Dqcom_aoss.c411 if (!of_property_present(child, "#cooling-cells"))
H A Dsmem.c1070 if (of_property_present(pdev->dev.of_node, "qcom,rpm-msg-ram"))
/linux-master/drivers/video/fbdev/
H A Dsimplefb.c186 if (of_property_present(np, "reg"))
/linux-master/drivers/macintosh/
H A Drack-meter.c390 of_property_present(np, "virtual"))
/linux-master/drivers/of/
H A Dplatform.c522 if (of_property_present(of_chosen, "linux,bootx-noscreen")) {
/linux-master/drivers/mmc/host/
H A Dsdhci-s3c.c458 if (of_property_present(node, "cd-gpios"))
/linux-master/arch/riscv/kernel/
H A Dcpufeature.c592 if (!of_property_present(cpu_node, "riscv,isa-extensions")) {
/linux-master/drivers/ata/
H A Dsata_dwc_460ex.c812 if (!of_property_present(dev->of_node, "dmas"))
1182 if (!of_property_present(np, "dmas")) {
/linux-master/sound/soc/stm/
H A Dstm32_sai_sub.c1407 if (of_property_present(np, "st,iec60958")) {
1493 if (of_property_present(np, "#clock-cells")) {
H A Dstm32_i2s.c1066 if (of_property_present(np, "#clock-cells")) {
/linux-master/include/linux/
H A Dof.h1263 * of_property_present - Test if a property is present in a node
1271 static inline bool of_property_present(const struct device_node *np, const char *propname) function
1696 return of_property_present(of_root, "compatible");
/linux-master/drivers/pinctrl/
H A Dpinctrl-single.c943 if (of_property_present(np, prop2[i].name))
947 if (of_property_present(np, prop4[i].name))
H A Dpinctrl-stmfx.c656 if (!of_property_present(np, "gpio-ranges")) {
/linux-master/drivers/tty/serial/
H A Dsunzilog.c1405 if (of_property_present(op->dev.of_node, "keyboard"))
1553 if (of_property_present(dp, "keyboard"))
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_backend.c795 if (of_property_present(dev->of_node, "interconnects")) {
/linux-master/drivers/rtc/
H A Drtc-sun6i.c263 if (of_property_present(node, "clocks")) {
/linux-master/drivers/input/keyboard/
H A Dtegra-kbc.c507 kbc->use_ghost_filter = of_property_present(np, "nvidia,needs-ghost-filter");
/linux-master/drivers/net/phy/
H A Dmdio_bus.c472 if (!of_property_present(child, "reg")) {
/linux-master/drivers/iommu/
H A Dipmmu-vmsa.c1053 !of_property_present(pdev->dev.of_node, "renesas,ipmmu-main"))
/linux-master/drivers/pmdomain/ti/
H A Domap_prm.c686 if (!of_property_present(dev->of_node, "#power-domain-cells"))
/linux-master/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c757 if (of_property_present(np, "usb0_vbus_power-supply")) {
/linux-master/drivers/gpu/drm/tiny/
H A Dsimpledrm.c209 if (of_property_present(of_node, "reg"))

Completed in 784 milliseconds

12345