Home
last modified time | relevance | path

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

123

/drivers/gpu/drm/
Ddrm_of.c99 if (!of_device_is_available(port->parent)) { in drm_of_component_probe()
126 if (!of_device_is_available(port->parent)) { in drm_of_component_probe()
133 if (!remote || !of_device_is_available(remote)) { in drm_of_component_probe()
136 } else if (!of_device_is_available(remote->parent)) { in drm_of_component_probe()
/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c381 if (!remote || !of_device_is_available(remote)) { in rockchip_add_endpoints()
384 } else if (!of_device_is_available(remote->parent)) { in rockchip_add_endpoints()
423 if (!of_device_is_available(port->parent)) { in rockchip_drm_platform_probe()
429 if (!iommu || !of_device_is_available(iommu->parent)) { in rockchip_drm_platform_probe()
462 if (!of_device_is_available(port->parent)) { in rockchip_drm_platform_probe()
/drivers/video/fbdev/omap2/omapfb/dss/
Domapdss-boot-init.c170 if (!of_device_is_available(pn) || omapdss_list_contains(pn)) { in omapdss_walk_device()
196 if (dss == NULL || !of_device_is_available(dss)) in omapdss_boot_init()
/drivers/gpu/drm/omapdrm/dss/
Domapdss-boot-init.c170 if (!of_device_is_available(pn) || omapdss_list_contains(pn)) { in omapdss_walk_device()
196 if (dss == NULL || !of_device_is_available(dss)) in omapdss_boot_init()
/drivers/phy/tegra/
Dxusb.c214 if (!np || !of_device_is_available(np)) { in tegra_xusb_pad_register()
276 if (!np || !of_device_is_available(np)) in tegra_xusb_pad_create()
582 if (!np || !of_device_is_available(np)) in tegra_xusb_add_usb2_port()
634 if (!np || !of_device_is_available(np)) in tegra_xusb_add_ulpi_port()
682 if (!np || !of_device_is_available(np)) in tegra_xusb_add_hsic_port()
753 if (!np || !of_device_is_available(np)) in tegra_xusb_add_usb3_port()
/drivers/clocksource/
Dclksrc-probe.c36 if (!of_device_is_available(np)) in clocksource_probe()
Dtimer-sp804.c238 if (initialized || !of_device_is_available(np)) { in sp804_of_init()
315 if (init_count == 2 || !of_device_is_available(np)) in integrator_cp_of_init()
/drivers/gpu/drm/armada/
Darmada_drv.c247 if (!remote || !of_device_is_available(remote)) { in armada_add_endpoints()
250 } else if (!of_device_is_available(remote->parent)) { in armada_add_endpoints()
/drivers/crypto/amcc/
Dcrypto4xx_trng.c83 if (!trng || !of_device_is_available(trng)) in ppc4xx_trng_probe()
/drivers/media/platform/exynos4-is/
Dmedia-dev.h193 return node ? of_device_is_available(node) : false; in fimc_md_is_isp_available()
/drivers/cpuidle/
Ddt_idle_states.c177 if (!of_device_is_available(state_node)) { in dt_init_idle_driver()
/drivers/of/
Dplatform.c181 if (!of_device_is_available(np) || in of_platform_device_create_pdata()
236 if (!of_device_is_available(node) || in of_amba_device_create()
Dirq.c224 if (!of_device_is_available(newpar)) in of_irq_parse_raw()
504 !of_device_is_available(np)) in of_irq_init()
/drivers/gpio/
Dgpio-axp209.c137 if (!of_device_is_available(pdev->dev.of_node)) in axp20x_gpio_probe()
/drivers/gpu/drm/arm/
Dhdlcd_drv.c443 if (!of_device_is_available(ep)) { in hdlcd_probe()
451 if (!port || !of_device_is_available(port)) { in hdlcd_probe()
Dmalidp_drv.c483 if (!of_device_is_available(ep)) { in malidp_platform_probe()
491 if (!port || !of_device_is_available(port)) { in malidp_platform_probe()
/drivers/gpu/drm/tilcdc/
Dtilcdc_external.c156 if (!node || !of_device_is_available(node)) { in tilcdc_get_external_components()
Dtilcdc_slave_compat.c215 if (!slave || !of_device_is_available(lcdc)) in tilcdc_convert_slave_node()
/drivers/power/supply/
Daxp20x_usb_power.c205 if (!of_device_is_available(pdev->dev.of_node)) in axp20x_usb_power_probe()
/drivers/soc/sunxi/
Dsunxi_sram.c163 if (!of_device_is_available(args.np)) { in sunxi_sram_of_parse()
/drivers/clk/qcom/
Dcommon.c161 if (of_device_is_available(node)) in qcom_cc_register_board_clk()
/drivers/gpu/drm/tegra/
Drgb.c225 if (!np || !of_device_is_available(np)) in tegra_dc_rgb_probe()
/drivers/gpu/drm/sun4i/
Dsun4i_drv.c257 !of_device_is_available(node)) in sun4i_drv_add_endpoints()
/drivers/gpu/drm/hisilicon/kirin/
Dkirin_drm_drv.c272 if (!of_device_is_available(remote)) { in kirin_get_remote_node()
/drivers/edac/
Daltera_edac.c1049 if (!of_device_is_available(child)) in altr_init_a10_ecc_device_type()
1566 if (!of_device_is_available(child)) in socfpga_init_sdmmc_ecc()
1679 if (parent && !of_device_is_available(parent)) in validate_parent_available()
1895 if (!of_device_is_available(child)) in altr_edac_a10_probe()

123