Home
last modified time | relevance | path

Searched refs:of_device_is_available (Results 1 – 25 of 101) sorted by relevance

12345

/drivers/gpu/drm/
Ddrm_of.c135 if (of_device_is_available(port->parent)) in drm_of_component_probe()
160 if (!of_device_is_available(port->parent)) { in drm_of_component_probe()
167 if (!remote || !of_device_is_available(remote)) { in drm_of_component_probe()
170 } else if (!of_device_is_available(remote->parent)) { in drm_of_component_probe()
Ddrm_panel.c247 if (!of_device_is_available(np)) in of_drm_find_panel()
/drivers/video/fbdev/omap2/omapfb/dss/
Domapdss-boot-init.c161 if (!of_device_is_available(pn) || omapdss_list_contains(pn)) { in omapdss_walk_device()
187 if (dss == NULL || !of_device_is_available(dss)) { in omapdss_boot_init()
/drivers/gpu/drm/bridge/
Dthc63lvd1024.c142 if (!of_device_is_available(remote)) { in thc63_parse_dt()
161 if (of_device_is_available(remote)) in thc63_parse_dt()
/drivers/clocksource/
Dtimer-probe.c25 if (!of_device_is_available(np)) in timer_probe()
Dtimer-ti-dm-systimer.c165 if (of_device_is_available(np)) in dmtimer_systimer_check_counter32k()
193 if (!of_device_is_available(np)) in dmtimer_is_preferred()
694 if (of_device_is_available(arm_timer)) { in dmtimer_percpu_quirk_init()
/drivers/staging/media/imx/
Dimx-media-of.c25 if (!of_device_is_available(csi_np)) { in imx_media_of_add_csi()
/drivers/gpu/drm/sun4i/
Dsun4i_drv.c315 !of_device_is_available(node)) in sun4i_drv_add_endpoints()
333 of_device_is_available(node))) { in sun4i_drv_add_endpoints()
/drivers/phy/tegra/
Dxusb.c205 if (!np || !of_device_is_available(np)) { in tegra_xusb_pad_register()
267 if (!np || !of_device_is_available(np)) in tegra_xusb_pad_create()
770 if (!np || !of_device_is_available(np)) in tegra_xusb_add_usb2_port()
837 if (!np || !of_device_is_available(np)) in tegra_xusb_add_ulpi_port()
893 if (!np || !of_device_is_available(np)) in tegra_xusb_add_hsic_port()
979 if (!np || !of_device_is_available(np)) in tegra_xusb_add_usb3_port()
1044 if (!np || !of_device_is_available(np)) in tegra_xusb_find_unused_usb3_port()
/drivers/net/dsa/sja1105/
Dsja1105_mdio.c297 if (!of_device_is_available(np)) in sja1105_mdiobus_base_tx_register()
351 if (!of_device_is_available(np)) in sja1105_mdiobus_base_t1_register()
511 if (!of_device_is_available(mdio_node)) in sja1105_mdiobus_register()
/drivers/clk/davinci/
Dpll.c769 if (of_device_is_available(child)) in of_davinci_pll_init()
774 if (of_device_is_available(child)) { in of_davinci_pll_init()
812 if (of_device_is_available(child)) { in of_davinci_pll_init()
827 if (of_device_is_available(child)) { in of_davinci_pll_init()
/drivers/soc/aspeed/
Daspeed-socinfo.c89 if (!of_device_is_available(np)) { in aspeed_socinfo_init()
/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c367 if (!of_device_is_available(port->parent)) { in rockchip_drm_platform_of_probe()
373 if (!iommu || !of_device_is_available(iommu->parent)) { in rockchip_drm_platform_of_probe()
/drivers/crypto/amcc/
Dcrypto4xx_trng.c80 if (!trng || !of_device_is_available(trng)) { in ppc4xx_trng_probe()
/drivers/irqchip/
Dirq-gic-v3-its-platform-msi.c148 if (!of_device_is_available(np)) in its_pmsi_of_init()
Dirq-gic-v3-its-fsl-mc-msi.c152 if (!of_device_is_available(np)) in its_fsl_mc_of_msi_init()
Dirq-gic-v3-its-pci-msi.c140 if (!of_device_is_available(np)) in its_pci_of_msi_init()
/drivers/cpuidle/
Ddt_idle_states.c182 if (!of_device_is_available(state_node)) { in dt_init_idle_driver()
/drivers/soc/amlogic/
Dmeson-gx-socinfo.c143 if (!of_device_is_available(np)) { in meson_gx_socinfo_init()
/drivers/net/ethernet/freescale/enetc/
Denetc_ptp.c36 if (pdev->dev.of_node && !of_device_is_available(pdev->dev.of_node)) { in enetc_ptp_probe()
/drivers/media/platform/exynos4-is/
Dmedia-dev.h183 return node ? of_device_is_available(node) : false; in fimc_md_is_isp_available()
/drivers/iommu/
Dof_iommu.c31 !of_device_is_available(iommu_spec->np)) in of_iommu_xlate()
/drivers/of/
Dirq.c215 if (!of_device_is_available(newpar)) in of_irq_parse_raw()
491 !of_device_is_available(np)) in of_irq_init()
/drivers/cpufreq/
Darmada-8k-cpufreq.c131 if (!node || !of_device_is_available(node)) { in armada_8k_cpufreq_init()
/drivers/gpu/drm/meson/
Dmeson_drv.c468 !of_device_is_available(remote_node)) { in meson_probe_remote()
501 if (!remote || !of_device_is_available(remote)) { in meson_drv_probe()

12345