IS_ERR_OR_NULL   1157 arch/arm/mach-davinci/devices-da8xx.c 	if (IS_ERR_OR_NULL(da8xx_cfgchip))
IS_ERR_OR_NULL     72 arch/arm/mach-imx/devices/platform-ipu-core.c 	if (IS_ERR_OR_NULL(imx_ipu_coredev))
IS_ERR_OR_NULL    119 arch/arm/mach-imx/devices/platform-ipu-core.c 	if (IS_ERR_OR_NULL(imx_ipu_coredev))
IS_ERR_OR_NULL    752 arch/arm/mach-omap1/board-ams-delta.c 	if (!IS_ERR_OR_NULL(leds_pdev)) {
IS_ERR_OR_NULL    859 arch/arm/mach-omap2/omap_hwmod.c 	if (!IS_ERR_OR_NULL(clk)) {
IS_ERR_OR_NULL    329 arch/arm/mach-omap2/timer.c 	if (IS_ERR_OR_NULL(timer->fclk))
IS_ERR_OR_NULL    156 arch/mips/pci/pci-bcm63xx.c 	if (IS_ERR_OR_NULL(pcie_clk))
IS_ERR_OR_NULL   2244 arch/powerpc/kvm/book3s_hv.c 	if (IS_ERR_OR_NULL(kvm->arch.debugfs_dir))
IS_ERR_OR_NULL   2247 arch/powerpc/kvm/book3s_hv.c 	if (IS_ERR_OR_NULL(vcpu->arch.debugfs_dir))
IS_ERR_OR_NULL    135 arch/x86/kernel/apic/msi.c 	if (IS_ERR_OR_NULL(this_cpu_read(vector_irq[cfg->vector])))
IS_ERR_OR_NULL    172 arch/x86/kernel/apic/vector.c 	BUG_ON(!IS_ERR_OR_NULL(per_cpu(vector_irq, newcpu)[newvec]));
IS_ERR_OR_NULL    609 arch/x86/kernel/cpu/resctrl/core.c 	if (IS_ERR_OR_NULL(d)) {
IS_ERR_OR_NULL    537 arch/x86/kernel/cpu/resctrl/ctrlmondata.c 	if (IS_ERR_OR_NULL(d)) {
IS_ERR_OR_NULL   1335 arch/x86/kernel/cpu/resctrl/pseudo_lock.c 	if (!IS_ERR_OR_NULL(debugfs_resctrl)) {
IS_ERR_OR_NULL   1338 arch/x86/kernel/cpu/resctrl/pseudo_lock.c 		if (!IS_ERR_OR_NULL(plr->debugfs_dir))
IS_ERR_OR_NULL   1028 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	if (WARN_ON(IS_ERR_OR_NULL(_d_cdp))) {
IS_ERR_OR_NULL    246 arch/x86/kernel/irq.c 	if (likely(!IS_ERR_OR_NULL(desc))) {
IS_ERR_OR_NULL    373 arch/x86/kernel/irq.c 		if (IS_ERR_OR_NULL(__this_cpu_read(vector_irq[vector])))
IS_ERR_OR_NULL    811 block/blk-mq-debugfs.c 	if (IS_ERR_OR_NULL(parent))
IS_ERR_OR_NULL   1046 block/genhd.c  	if (!IS_ERR_OR_NULL(p) && !*pos)
IS_ERR_OR_NULL    100 crypto/api.c   	if (!IS_ERR_OR_NULL(larval->adult))
IS_ERR_OR_NULL    239 crypto/api.c   	if (!IS_ERR_OR_NULL(alg) && crypto_is_larval(alg))
IS_ERR_OR_NULL    200 drivers/acpi/acpi_apd.c 		return IS_ERR_OR_NULL(pdev) ? PTR_ERR(pdev) : 1;
IS_ERR_OR_NULL    218 drivers/acpi/acpi_apd.c 	if (!IS_ERR_OR_NULL(pdev))
IS_ERR_OR_NULL    646 drivers/acpi/acpi_lpss.c 		return IS_ERR_OR_NULL(pdev) ? PTR_ERR(pdev) : 1;
IS_ERR_OR_NULL    702 drivers/acpi/acpi_lpss.c 	if (!IS_ERR_OR_NULL(pdev)) {
IS_ERR_OR_NULL   3426 drivers/acpi/nfit/core.c 	while (!IS_ERR_OR_NULL(data))
IS_ERR_OR_NULL   1376 drivers/acpi/property.c 	return !IS_ERR_OR_NULL(fwnode) &&
IS_ERR_OR_NULL   1383 drivers/acpi/property.c 	return !IS_ERR_OR_NULL(fwnode) && fwnode->ops == &acpi_data_fwnode_ops;
IS_ERR_OR_NULL   3768 drivers/android/binder.c 			if (IS_ERR_OR_NULL(buffer)) {
IS_ERR_OR_NULL    438 drivers/ata/ahci_brcm.c 	if (!IS_ERR_OR_NULL(priv->rcdev))
IS_ERR_OR_NULL    503 drivers/ata/ahci_brcm.c 	if (!IS_ERR_OR_NULL(priv->rcdev))
IS_ERR_OR_NULL    353 drivers/base/platform.c 	if (!IS_ERR_OR_NULL(pdev))
IS_ERR_OR_NULL    569 drivers/base/platform.c 	if (!IS_ERR_OR_NULL(pdev)) {
IS_ERR_OR_NULL    162 drivers/base/power/domain.c 	if (IS_ERR_OR_NULL(dev) || IS_ERR_OR_NULL(dev->pm_domain))
IS_ERR_OR_NULL    178 drivers/base/power/domain.c 	if (IS_ERR_OR_NULL(dev->pm_domain))
IS_ERR_OR_NULL    931 drivers/base/power/domain.c 	if (IS_ERR_OR_NULL(genpd))
IS_ERR_OR_NULL   1506 drivers/base/power/domain.c 	if (IS_ERR_OR_NULL(genpd) || IS_ERR_OR_NULL(dev))
IS_ERR_OR_NULL   1623 drivers/base/power/domain.c 	if (IS_ERR_OR_NULL(genpd) || IS_ERR_OR_NULL(subdomain)
IS_ERR_OR_NULL   1701 drivers/base/power/domain.c 	if (IS_ERR_OR_NULL(genpd) || IS_ERR_OR_NULL(subdomain))
IS_ERR_OR_NULL   1781 drivers/base/power/domain.c 	if (IS_ERR_OR_NULL(genpd))
IS_ERR_OR_NULL   1850 drivers/base/power/domain.c 	if (IS_ERR_OR_NULL(genpd))
IS_ERR_OR_NULL   2323 drivers/base/power/domain.c 	if (IS_ERR_OR_NULL(np))
IS_ERR_OR_NULL     60 drivers/base/power/qos.c 	if (IS_ERR_OR_NULL(qos))
IS_ERR_OR_NULL    119 drivers/base/power/qos.c 		ret = IS_ERR_OR_NULL(qos) ? PM_QOS_RESUME_LATENCY_NO_CONSTRAINT
IS_ERR_OR_NULL    377 drivers/base/power/qos.c 	if (IS_ERR_OR_NULL(req->dev->power.qos))
IS_ERR_OR_NULL    440 drivers/base/power/qos.c 	if (IS_ERR_OR_NULL(req->dev->power.qos))
IS_ERR_OR_NULL    541 drivers/base/power/qos.c 	if (IS_ERR_OR_NULL(dev->power.qos))
IS_ERR_OR_NULL    659 drivers/base/power/qos.c 	if (IS_ERR_OR_NULL(dev->power.qos))
IS_ERR_OR_NULL    686 drivers/base/power/qos.c 	if (!IS_ERR_OR_NULL(dev->power.qos) && dev->power.qos->resume_latency_req)
IS_ERR_OR_NULL    736 drivers/base/power/qos.c 	if (IS_ERR_OR_NULL(dev->power.qos))
IS_ERR_OR_NULL    764 drivers/base/power/qos.c 	if (!IS_ERR_OR_NULL(dev->power.qos) && dev->power.qos->flags_req)
IS_ERR_OR_NULL    802 drivers/base/power/qos.c 	if (IS_ERR_OR_NULL(dev->power.qos) || !dev->power.qos->flags_req) {
IS_ERR_OR_NULL    830 drivers/base/power/qos.c 	ret = IS_ERR_OR_NULL(dev->power.qos)
IS_ERR_OR_NULL    849 drivers/base/power/qos.c 	if (IS_ERR_OR_NULL(dev->power.qos)
IS_ERR_OR_NULL     52 drivers/base/property.c 	if (ret == false && !IS_ERR_OR_NULL(fwnode) &&
IS_ERR_OR_NULL     53 drivers/base/property.c 	    !IS_ERR_OR_NULL(fwnode->secondary))
IS_ERR_OR_NULL    238 drivers/base/property.c 	if (ret == -EINVAL && !IS_ERR_OR_NULL(fwnode) &&
IS_ERR_OR_NULL    239 drivers/base/property.c 	    !IS_ERR_OR_NULL(fwnode->secondary))
IS_ERR_OR_NULL    377 drivers/base/property.c 	if (ret == -EINVAL && !IS_ERR_OR_NULL(fwnode) &&
IS_ERR_OR_NULL    378 drivers/base/property.c 	    !IS_ERR_OR_NULL(fwnode->secondary))
IS_ERR_OR_NULL     38 drivers/base/swnode.c 	return !IS_ERR_OR_NULL(fwnode) && fwnode->ops == &software_node_ops;
IS_ERR_OR_NULL   1441 drivers/block/drbd/drbd_req.c 	if (IS_ERR_OR_NULL(req))
IS_ERR_OR_NULL    783 drivers/block/loop.c 	if (IS_ERR_OR_NULL(p))
IS_ERR_OR_NULL   2433 drivers/block/mtip32xx/mtip32xx.c 	if (IS_ERR_OR_NULL(dd->dfs_node)) {
IS_ERR_OR_NULL   4400 drivers/block/mtip32xx/mtip32xx.c 	if (IS_ERR_OR_NULL(dfs_parent)) {
IS_ERR_OR_NULL   4408 drivers/block/mtip32xx/mtip32xx.c 		if (IS_ERR_OR_NULL(dfs_device_status)) {
IS_ERR_OR_NULL    232 drivers/block/rsxx/core.c 	if (IS_ERR_OR_NULL(card->debugfs_dir))
IS_ERR_OR_NULL    238 drivers/block/rsxx/core.c 	if (IS_ERR_OR_NULL(debugfs_stats))
IS_ERR_OR_NULL    244 drivers/block/rsxx/core.c 	if (IS_ERR_OR_NULL(debugfs_pci_regs))
IS_ERR_OR_NULL    250 drivers/block/rsxx/core.c 	if (IS_ERR_OR_NULL(debugfs_cram))
IS_ERR_OR_NULL     37 drivers/block/zram/zcomp.c 	if (!IS_ERR_OR_NULL(zstrm->tfm))
IS_ERR_OR_NULL     59 drivers/block/zram/zcomp.c 	if (IS_ERR_OR_NULL(zstrm->tfm) || !zstrm->buffer) {
IS_ERR_OR_NULL    167 drivers/block/zram/zcomp.c 	if (IS_ERR_OR_NULL(zstrm)) {
IS_ERR_OR_NULL    181 drivers/block/zram/zcomp.c 	if (!IS_ERR_OR_NULL(zstrm))
IS_ERR_OR_NULL    384 drivers/bus/ti-sysc.c 		if (IS_ERR_OR_NULL(clock))
IS_ERR_OR_NULL    399 drivers/bus/ti-sysc.c 		if (IS_ERR_OR_NULL(clock))
IS_ERR_OR_NULL    418 drivers/bus/ti-sysc.c 		if (IS_ERR_OR_NULL(clock))
IS_ERR_OR_NULL    437 drivers/bus/ti-sysc.c 		if (IS_ERR_OR_NULL(clock))
IS_ERR_OR_NULL    450 drivers/bus/ti-sysc.c 		if (IS_ERR_OR_NULL(clock))
IS_ERR_OR_NULL    471 drivers/bus/ti-sysc.c 		if (IS_ERR_OR_NULL(clock))
IS_ERR_OR_NULL   2117 drivers/bus/ti-sysc.c 		if (!IS_ERR_OR_NULL(ddata->clocks[i]))
IS_ERR_OR_NULL     74 drivers/clk/actions/owl-common.c 		if (IS_ERR_OR_NULL(hw))
IS_ERR_OR_NULL    130 drivers/clk/clk-bulk.c 	if (IS_ERR_OR_NULL(clks))
IS_ERR_OR_NULL    863 drivers/clk/clk.c 	if (IS_ERR_OR_NULL(clk))
IS_ERR_OR_NULL   1001 drivers/clk/clk.c 	if (IS_ERR_OR_NULL(clk))
IS_ERR_OR_NULL   1898 drivers/clk/clk.c 	if (IS_ERR_OR_NULL(core))
IS_ERR_OR_NULL   2867 drivers/clk/clk.c 	if (!IS_ERR_OR_NULL(p) && !IS_ERR_OR_NULL(q))
IS_ERR_OR_NULL   3545 drivers/clk/clk.c 	if (IS_ERR_OR_NULL(hw))
IS_ERR_OR_NULL    765 drivers/clk/davinci/da8xx-cfgchip.c 	if (IS_ERR_OR_NULL(regmap)) {
IS_ERR_OR_NULL    430 drivers/clk/davinci/pll.c 		if (IS_ERR_OR_NULL(cfgchip))
IS_ERR_OR_NULL    297 drivers/clk/davinci/psc.c 	if (IS_ERR_OR_NULL(lpsc))
IS_ERR_OR_NULL    468 drivers/clk/davinci/psc.c 		if (!cdevs || IS_ERR_OR_NULL(clk))
IS_ERR_OR_NULL    200 drivers/clk/imx/clk.h 	if (IS_ERR_OR_NULL(hw))
IS_ERR_OR_NULL     54 drivers/clk/mediatek/clk-mtk.c 		if (clk_data && !IS_ERR_OR_NULL(clk_data->clks[rc->id]))
IS_ERR_OR_NULL     80 drivers/clk/mediatek/clk-mtk.c 		if (clk_data && !IS_ERR_OR_NULL(clk_data->clks[ff->id]))
IS_ERR_OR_NULL    119 drivers/clk/mediatek/clk-mtk.c 		if (!IS_ERR_OR_NULL(clk_data->clks[gate->id]))
IS_ERR_OR_NULL    246 drivers/clk/mediatek/clk-mtk.c 		if (clk_data && !IS_ERR_OR_NULL(clk_data->clks[mc->id]))
IS_ERR_OR_NULL    272 drivers/clk/mediatek/clk-mtk.c 		if (clk_data && !IS_ERR_OR_NULL(clk_data->clks[mcd->id]))
IS_ERR_OR_NULL    209 drivers/clk/mediatek/clk-mux.c 		if (IS_ERR_OR_NULL(clk_data->clks[mux->id])) {
IS_ERR_OR_NULL    192 drivers/clk/mmp/clk-frac.c 	if (IS_ERR_OR_NULL(clk))
IS_ERR_OR_NULL    182 drivers/clk/mmp/clk.c 	if (IS_ERR_OR_NULL(clk)) {
IS_ERR_OR_NULL    370 drivers/clk/renesas/renesas-cpg-mssr.c 	if (IS_ERR_OR_NULL(clk))
IS_ERR_OR_NULL    174 drivers/clk/spear/clk-aux-synth.c 	if (IS_ERR_OR_NULL(clk))
IS_ERR_OR_NULL    183 drivers/clk/spear/clk-aux-synth.c 		if (IS_ERR_OR_NULL(tgate_clk))
IS_ERR_OR_NULL    156 drivers/clk/spear/clk-frac-synth.c 	if (!IS_ERR_OR_NULL(clk))
IS_ERR_OR_NULL    145 drivers/clk/spear/clk-gpt-synth.c 	if (!IS_ERR_OR_NULL(clk))
IS_ERR_OR_NULL    316 drivers/clk/spear/clk-vco-pll.c 		if (IS_ERR_OR_NULL(tvco_gate_clk))
IS_ERR_OR_NULL    339 drivers/clk/spear/clk-vco-pll.c 	if (IS_ERR_OR_NULL(vco_clk))
IS_ERR_OR_NULL    343 drivers/clk/spear/clk-vco-pll.c 	if (IS_ERR_OR_NULL(tpll_clk))
IS_ERR_OR_NULL   1037 drivers/clk/tegra/clk-tegra210.c 	if (!IS_ERR_OR_NULL(hw->clk))
IS_ERR_OR_NULL    245 drivers/clk/tegra/clk.c 		if (IS_ERR_OR_NULL(clk)) {
IS_ERR_OR_NULL    334 drivers/clk/tegra/clk.c 		if (!IS_ERR_OR_NULL(clks[i]))
IS_ERR_OR_NULL    782 drivers/clk/ti/adpll.c 		if (!ac || IS_ERR_OR_NULL(ac->clk))
IS_ERR_OR_NULL    286 drivers/clk/ti/clkctrl.c 	if (IS_ERR_OR_NULL(clk)) {
IS_ERR_OR_NULL    627 drivers/clk/ti/clkctrl.c 		if (IS_ERR_OR_NULL(clk))
IS_ERR_OR_NULL    128 drivers/clk/ux500/clk-prcc.c 	if (IS_ERR_OR_NULL(clk_reg))
IS_ERR_OR_NULL    280 drivers/clk/ux500/clk-prcmu.c 	if (IS_ERR_OR_NULL(clk_reg))
IS_ERR_OR_NULL    637 drivers/counter/stm32-lptimer-cnt.c 	if (IS_ERR_OR_NULL(ddata))
IS_ERR_OR_NULL    348 drivers/counter/stm32-timer-cnt.c 	if (IS_ERR_OR_NULL(ddata))
IS_ERR_OR_NULL    255 drivers/cpufreq/qcom-cpufreq-nvmem.c 		if (IS_ERR_OR_NULL(drv->genpd_opp_tables[cpu]))
IS_ERR_OR_NULL    262 drivers/cpufreq/qcom-cpufreq-nvmem.c 		if (IS_ERR_OR_NULL(drv->opp_tables[cpu]))
IS_ERR_OR_NULL    134 drivers/cpufreq/sun50i-cpufreq-nvmem.c 		if (IS_ERR_OR_NULL(opp_tables[cpu]))
IS_ERR_OR_NULL    857 drivers/crypto/caam/caamalg_qi.c 			if (!IS_ERR_OR_NULL(drv_ctx))
IS_ERR_OR_NULL    960 drivers/crypto/caam/caamalg_qi.c 	if (IS_ERR_OR_NULL(drv_ctx))
IS_ERR_OR_NULL   1170 drivers/crypto/caam/caamalg_qi.c 	if (IS_ERR_OR_NULL(edesc))
IS_ERR_OR_NULL   1264 drivers/crypto/caam/caamalg_qi.c 	if (IS_ERR_OR_NULL(drv_ctx))
IS_ERR_OR_NULL    489 drivers/crypto/caam/qi.c 	if (IS_ERR_OR_NULL(drv_ctx))
IS_ERR_OR_NULL   3640 drivers/crypto/chelsio/chcr_algo.c 	if (IS_ERR_OR_NULL(skb)) {
IS_ERR_OR_NULL    958 drivers/crypto/hisilicon/zip/zip_main.c 	if (IS_ERR_OR_NULL(hzip_debugfs_root))
IS_ERR_OR_NULL     58 drivers/devfreq/devfreq.c 	if (IS_ERR_OR_NULL(dev)) {
IS_ERR_OR_NULL    208 drivers/devfreq/devfreq.c 	if (IS_ERR_OR_NULL(name)) {
IS_ERR_OR_NULL    239 drivers/devfreq/devfreq.c 	if (IS_ERR_OR_NULL(name)) {
IS_ERR_OR_NULL   1400 drivers/dma/ep93xx_dma.c 			if (!IS_ERR_OR_NULL(edmac->clk))
IS_ERR_OR_NULL   1157 drivers/edac/altera_edac.c 		if (IS_ERR_OR_NULL(pdev_id))
IS_ERR_OR_NULL   1957 drivers/edac/altera_edac.c 	if (IS_ERR_OR_NULL(pdev_id))
IS_ERR_OR_NULL   1962 drivers/edac/altera_edac.c 	if (IS_ERR_OR_NULL(prv))
IS_ERR_OR_NULL   1109 drivers/extcon/extcon.c 	if (IS_ERR_OR_NULL(edev->name)) {
IS_ERR_OR_NULL   1300 drivers/extcon/extcon.c 	if (IS_ERR_OR_NULL(get_device(&edev->dev))) {
IS_ERR_OR_NULL    906 drivers/firmware/arm_scmi/driver.c 	if (!IS_ERR_OR_NULL(cinfo->chan)) {
IS_ERR_OR_NULL    299 drivers/firmware/imx/scu-pd.c 			if (IS_ERR_OR_NULL(sc_pd))
IS_ERR_OR_NULL   2130 drivers/firmware/ti_sci.c 	if (IS_ERR_OR_NULL(handle))
IS_ERR_OR_NULL   2199 drivers/firmware/ti_sci.c 	if (IS_ERR_OR_NULL(handle))
IS_ERR_OR_NULL   2382 drivers/firmware/ti_sci.c 	if (IS_ERR_OR_NULL(handle))
IS_ERR_OR_NULL   2452 drivers/firmware/ti_sci.c 	if (IS_ERR_OR_NULL(handle))
IS_ERR_OR_NULL   2521 drivers/firmware/ti_sci.c 	if (IS_ERR_OR_NULL(handle))
IS_ERR_OR_NULL     50 drivers/fpga/zynqmp-fpga.c 	if (IS_ERR_OR_NULL(eemi_ops) || !eemi_ops->fpga_load)
IS_ERR_OR_NULL     84 drivers/fpga/zynqmp-fpga.c 	if (IS_ERR_OR_NULL(eemi_ops) || !eemi_ops->fpga_get_status)
IS_ERR_OR_NULL    363 drivers/gpio/gpiolib-devres.c 	if (IS_ERR_OR_NULL(desc))
IS_ERR_OR_NULL    835 drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c 		if (!i && !IS_ERR_OR_NULL(ent))
IS_ERR_OR_NULL   1213 drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c 	if (WARN_ON(IS_ERR_OR_NULL(st)))
IS_ERR_OR_NULL    285 drivers/gpu/drm/drm_gem.c 	if (IS_ERR_OR_NULL(obj))
IS_ERR_OR_NULL     99 drivers/gpu/drm/drm_sysfs.c 	if (IS_ERR_OR_NULL(drm_class))
IS_ERR_OR_NULL     99 drivers/gpu/drm/i915/display/intel_connector.c 	if (!IS_ERR_OR_NULL(intel_connector->edid))
IS_ERR_OR_NULL    325 drivers/gpu/drm/i915/display/intel_dsi_vbt.c 		if (IS_ERR_OR_NULL(gpio_desc)) {
IS_ERR_OR_NULL    466 drivers/gpu/drm/i915/display/intel_lvds.c 	if (!IS_ERR_OR_NULL(intel_connector->edid))
IS_ERR_OR_NULL   1684 drivers/gpu/drm/i915/gem/i915_gem_context.c 	if (IS_ERR_OR_NULL(e)) {
IS_ERR_OR_NULL   1887 drivers/gpu/drm/i915/gem/i915_gem_context.c 		if (IS_ERR_OR_NULL(clone->engines[n])) {
IS_ERR_OR_NULL    256 drivers/gpu/drm/i915/gem/i915_gem_object.h 	return !IS_ERR_OR_NULL(READ_ONCE(obj->mm.pages));
IS_ERR_OR_NULL    159 drivers/gpu/drm/i915/gem/i915_gem_pages.c 	if (IS_ERR_OR_NULL(pages))
IS_ERR_OR_NULL    196 drivers/gpu/drm/i915/gem/i915_gem_phys.c 	if (!IS_ERR_OR_NULL(pages))
IS_ERR_OR_NULL    203 drivers/gpu/drm/i915/gem/i915_gem_phys.c 	if (!IS_ERR_OR_NULL(pages)) {
IS_ERR_OR_NULL    172 drivers/gpu/drm/i915/gem/i915_gem_userptr.c 	if (!IS_ERR_OR_NULL(unlock))
IS_ERR_OR_NULL     30 drivers/gpu/drm/i915/gt/intel_engine_pm.c 	if (!IS_ERR_OR_NULL(map))
IS_ERR_OR_NULL    106 drivers/gpu/drm/i915/gt/intel_reset.c 	if (!IS_ERR_OR_NULL(ctx->file_priv))
IS_ERR_OR_NULL   1539 drivers/gpu/drm/i915/gt/selftest_lrc.c 		if (IS_ERR_OR_NULL(tsk[id]))
IS_ERR_OR_NULL    296 drivers/gpu/drm/i915/gt/uc/selftest_guc.c 		if (!IS_ERR_OR_NULL(clients[i])) {
IS_ERR_OR_NULL     32 drivers/gpu/drm/i915/gvt/debug.h 	if (IS_ERR_OR_NULL(vgpu))					\
IS_ERR_OR_NULL    666 drivers/gpu/drm/i915/gvt/kvmgt.c 	if (IS_ERR_OR_NULL(vgpu)) {
IS_ERR_OR_NULL    727 drivers/gpu/drm/i915/gvt/scheduler.c 	if (!IS_ERR_OR_NULL(workload->req)) {
IS_ERR_OR_NULL    331 drivers/gpu/drm/i915/i915_debugfs.c 		if (!IS_ERR_OR_NULL(ctx->file_priv)) {
IS_ERR_OR_NULL   1787 drivers/gpu/drm/i915/i915_gpu_error.c 	if (!IS_ERR_OR_NULL(error))
IS_ERR_OR_NULL   1804 drivers/gpu/drm/i915/i915_gpu_error.c 	if (!IS_ERR_OR_NULL(error))
IS_ERR_OR_NULL    733 drivers/gpu/drm/i915/selftests/i915_sw_fence.c 	if (!IS_ERR_OR_NULL(timeout))
IS_ERR_OR_NULL    735 drivers/gpu/drm/i915/selftests/i915_sw_fence.c 	if (!IS_ERR_OR_NULL(not))
IS_ERR_OR_NULL    328 drivers/gpu/drm/imx/ipuv3-crtc.c 	if (!IS_ERR_OR_NULL(ipu_crtc->dc))
IS_ERR_OR_NULL    330 drivers/gpu/drm/imx/ipuv3-crtc.c 	if (!IS_ERR_OR_NULL(ipu_crtc->di))
IS_ERR_OR_NULL    147 drivers/gpu/drm/imx/ipuv3-plane.c 	if (!IS_ERR_OR_NULL(ipu_plane->dp))
IS_ERR_OR_NULL    149 drivers/gpu/drm/imx/ipuv3-plane.c 	if (!IS_ERR_OR_NULL(ipu_plane->dmfc))
IS_ERR_OR_NULL    151 drivers/gpu/drm/imx/ipuv3-plane.c 	if (!IS_ERR_OR_NULL(ipu_plane->ipu_ch))
IS_ERR_OR_NULL    153 drivers/gpu/drm/imx/ipuv3-plane.c 	if (!IS_ERR_OR_NULL(ipu_plane->alpha_ch))
IS_ERR_OR_NULL   1164 drivers/gpu/drm/msm/adreno/a5xx_gpu.c 	if (IS_ERR_OR_NULL(dumper->ptr))
IS_ERR_OR_NULL   1301 drivers/gpu/drm/msm/adreno/a5xx_gpu.c 	if (IS_ERR_OR_NULL(state))
IS_ERR_OR_NULL   1317 drivers/gpu/drm/msm/adreno/a5xx_gpu.c 	if (IS_ERR_OR_NULL(state))
IS_ERR_OR_NULL    507 drivers/gpu/drm/msm/adreno/a6xx_gmu.c 	if (!IS_ERR_OR_NULL(pdcptr))
IS_ERR_OR_NULL    509 drivers/gpu/drm/msm/adreno/a6xx_gmu.c 	if (!IS_ERR_OR_NULL(seqptr))
IS_ERR_OR_NULL    752 drivers/gpu/drm/msm/adreno/a6xx_gmu.c 	if (!IS_ERR_OR_NULL(gmu->gxpd))
IS_ERR_OR_NULL    868 drivers/gpu/drm/msm/adreno/a6xx_gmu.c 	if (!IS_ERR_OR_NULL(gmu->gxpd))
IS_ERR_OR_NULL    883 drivers/gpu/drm/msm/adreno/a6xx_gmu.c 	if (IS_ERR_OR_NULL(bo))
IS_ERR_OR_NULL   1237 drivers/gpu/drm/msm/adreno/a6xx_gmu.c 	if (!IS_ERR_OR_NULL(gmu->gxpd)) {
IS_ERR_OR_NULL    133 drivers/gpu/drm/msm/adreno/a6xx_gpu_state.c 	if (IS_ERR_OR_NULL(dumper->ptr))
IS_ERR_OR_NULL    922 drivers/gpu/drm/msm/adreno/a6xx_gpu_state.c 	if (IS_ERR_OR_NULL(state))
IS_ERR_OR_NULL   1121 drivers/gpu/drm/msm/adreno/a6xx_gpu_state.c 	if (IS_ERR_OR_NULL(state))
IS_ERR_OR_NULL    615 drivers/gpu/drm/msm/adreno/adreno_gpu.c 	if (IS_ERR_OR_NULL(state))
IS_ERR_OR_NULL    701 drivers/gpu/drm/msm/adreno/adreno_gpu.c 	if (IS_ERR_OR_NULL(state))
IS_ERR_OR_NULL    866 drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c 		if (IS_ERR_OR_NULL(pstate)) {
IS_ERR_OR_NULL   1999 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c 		if (IS_ERR_OR_NULL(enc)) {
IS_ERR_OR_NULL   2012 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c 		if (IS_ERR_OR_NULL(enc)) {
IS_ERR_OR_NULL    489 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_ctl.c 	if (IS_ERR_OR_NULL(cfg)) {
IS_ERR_OR_NULL    273 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c 	if (IS_ERR_OR_NULL(cfg)) {
IS_ERR_OR_NULL    177 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.c 	if (IS_ERR_OR_NULL(cfg)) {
IS_ERR_OR_NULL    208 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_pingpong.c 	if (IS_ERR_OR_NULL(cfg)) {
IS_ERR_OR_NULL    709 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c 	if (IS_ERR_OR_NULL(cfg)) {
IS_ERR_OR_NULL    333 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_top.c 	if (IS_ERR_OR_NULL(cfg)) {
IS_ERR_OR_NULL    246 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_vbif.c 	if (IS_ERR_OR_NULL(cfg)) {
IS_ERR_OR_NULL    861 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c 	if (IS_ERR_OR_NULL(dpu_kms->catalog)) {
IS_ERR_OR_NULL    902 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c 		if (IS_ERR_OR_NULL(dpu_kms->hw_vbif[vbif_idx])) {
IS_ERR_OR_NULL    920 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c 	if (IS_ERR_OR_NULL(dpu_kms->hw_intr)) {
IS_ERR_OR_NULL     41 drivers/gpu/drm/msm/disp/dpu1/dpu_mdss.c 	if (IS_ERR_OR_NULL(path0))
IS_ERR_OR_NULL     47 drivers/gpu/drm/msm/disp/dpu1/dpu_mdss.c 	if (!IS_ERR_OR_NULL(path1)) {
IS_ERR_OR_NULL    176 drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c 	if (IS_ERR_OR_NULL(hw)) {
IS_ERR_OR_NULL     49 drivers/gpu/drm/msm/disp/mdp5/mdp5_cmd_encoder.c 	if (IS_ERR_OR_NULL(mdp5_kms->vsync_clk)) {
IS_ERR_OR_NULL   1089 drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c 	if (!IS_ERR_OR_NULL(path1))
IS_ERR_OR_NULL   1091 drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c 	if (!IS_ERR_OR_NULL(path_rot))
IS_ERR_OR_NULL    615 drivers/gpu/drm/msm/dsi/phy/dsi_phy.c 	if (IS_ERR_OR_NULL(phy->pll)) {
IS_ERR_OR_NULL    838 drivers/gpu/drm/msm/dsi/pll/dsi_pll_10nm.c 	if (IS_ERR_OR_NULL(pll_10nm->phy_cmn_mmio)) {
IS_ERR_OR_NULL    844 drivers/gpu/drm/msm/dsi/pll/dsi_pll_10nm.c 	if (IS_ERR_OR_NULL(pll_10nm->mmio)) {
IS_ERR_OR_NULL   1061 drivers/gpu/drm/msm/dsi/pll/dsi_pll_14nm.c 	if (IS_ERR_OR_NULL(pll_14nm->phy_cmn_mmio)) {
IS_ERR_OR_NULL   1067 drivers/gpu/drm/msm/dsi/pll/dsi_pll_14nm.c 	if (IS_ERR_OR_NULL(pll_14nm->mmio)) {
IS_ERR_OR_NULL    601 drivers/gpu/drm/msm/dsi/pll/dsi_pll_28nm.c 	if (IS_ERR_OR_NULL(pll_28nm->mmio)) {
IS_ERR_OR_NULL    502 drivers/gpu/drm/msm/dsi/pll/dsi_pll_28nm_8960.c 	if (IS_ERR_OR_NULL(pll_28nm->mmio)) {
IS_ERR_OR_NULL   1211 drivers/gpu/drm/msm/msm_gem.c 	if (IS_ERR_OR_NULL(bo))
IS_ERR_OR_NULL    350 drivers/gpu/drm/msm/msm_gpu.c 	if (IS_ERR_OR_NULL(state))
IS_ERR_OR_NULL    998 drivers/gpu/drm/msm/msm_gpu.c 	if (!IS_ERR_OR_NULL(gpu->aspace)) {
IS_ERR_OR_NULL     63 drivers/gpu/drm/msm/msm_ringbuffer.c 	if (IS_ERR_OR_NULL(ring))
IS_ERR_OR_NULL     35 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.h #define NVKM_VMM_PDE_INVALID(pde) IS_ERR_OR_NULL(pde)
IS_ERR_OR_NULL    941 drivers/gpu/drm/omapdrm/dss/dss.c 	if (IS_ERR_OR_NULL(entry))
IS_ERR_OR_NULL    491 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c 	if (IS_ERR_OR_NULL(txn))
IS_ERR_OR_NULL    498 drivers/gpu/drm/scheduler/sched_main.c 		if (IS_ERR_OR_NULL(fence)) {
IS_ERR_OR_NULL    740 drivers/gpu/drm/scheduler/sched_main.c 		if (!IS_ERR_OR_NULL(fence)) {
IS_ERR_OR_NULL    117 drivers/gpu/drm/sun4i/sun4i_layer.c 	if (IS_ERR_OR_NULL(layer->backend->frontend))
IS_ERR_OR_NULL    205 drivers/gpu/drm/sun4i/sun4i_layer.c 	if (IS_ERR_OR_NULL(backend->frontend)) {
IS_ERR_OR_NULL    230 drivers/gpu/drm/sun4i/sun8i_tcon_top.c 		if (!IS_ERR_OR_NULL(clk_data->hws[i]))
IS_ERR_OR_NULL   2080 drivers/gpu/drm/tegra/dc.c 	if (!IS_ERR_OR_NULL(cursor))
IS_ERR_OR_NULL    376 drivers/gpu/drm/tegra/gem.c 	if (!IS_ERR_OR_NULL(bo->sgt))
IS_ERR_OR_NULL    918 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 		if (IS_ERR_OR_NULL(pool))
IS_ERR_OR_NULL    955 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 		if (IS_ERR_OR_NULL(pool))
IS_ERR_OR_NULL   2036 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 	if (IS_ERR_OR_NULL(res)) {
IS_ERR_OR_NULL    400 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c 	if (IS_ERR_OR_NULL(ret))
IS_ERR_OR_NULL    403 drivers/gpu/drm/xen/xen_drm_front.c 	if (IS_ERR_OR_NULL(obj)) {
IS_ERR_OR_NULL     86 drivers/gpu/drm/xen/xen_drm_front_gem.c 	if (IS_ERR_OR_NULL(xen_obj))
IS_ERR_OR_NULL    120 drivers/gpu/drm/xen/xen_drm_front_gem.c 	if (IS_ERR_OR_NULL(xen_obj->pages)) {
IS_ERR_OR_NULL    139 drivers/gpu/drm/xen/xen_drm_front_gem.c 	if (IS_ERR_OR_NULL(xen_obj))
IS_ERR_OR_NULL    197 drivers/gpu/drm/xen/xen_drm_front_gem.c 	if (IS_ERR_OR_NULL(xen_obj))
IS_ERR_OR_NULL     63 drivers/gpu/drm/xen/xen_drm_front_kms.c 	if (IS_ERR_OR_NULL(fb))
IS_ERR_OR_NULL   1809 drivers/gpu/ipu-v3/ipu-image-convert.c 	if (!IS_ERR_OR_NULL(chan->in_chan))
IS_ERR_OR_NULL   1811 drivers/gpu/ipu-v3/ipu-image-convert.c 	if (!IS_ERR_OR_NULL(chan->out_chan))
IS_ERR_OR_NULL   1813 drivers/gpu/ipu-v3/ipu-image-convert.c 	if (!IS_ERR_OR_NULL(chan->rotation_in_chan))
IS_ERR_OR_NULL   1815 drivers/gpu/ipu-v3/ipu-image-convert.c 	if (!IS_ERR_OR_NULL(chan->rotation_out_chan))
IS_ERR_OR_NULL   1817 drivers/gpu/ipu-v3/ipu-image-convert.c 	if (!IS_ERR_OR_NULL(chan->ic))
IS_ERR_OR_NULL   1146 drivers/greybus/es2.c 	if (!IS_ERR_OR_NULL(es2->apb_log_task))
IS_ERR_OR_NULL   1161 drivers/greybus/es2.c 	if (IS_ERR_OR_NULL(es2->apb_log_task))
IS_ERR_OR_NULL   1175 drivers/greybus/es2.c 	int enable = !IS_ERR_OR_NULL(es2->apb_log_task);
IS_ERR_OR_NULL    767 drivers/greybus/svc.c 	if (IS_ERR_OR_NULL(dent))
IS_ERR_OR_NULL    539 drivers/hv/hv_util.c 	if (IS_ERR_OR_NULL(hv_ptp_clock)) {
IS_ERR_OR_NULL   2302 drivers/hwmon/pmbus/pmbus_core.c 	if (IS_ERR_OR_NULL(data->debugfs)) {
IS_ERR_OR_NULL    464 drivers/hwmon/xgene-hwmon.c 	if (IS_ERR_OR_NULL(ctx->hwmon_dev) && !ctx->resp_pending) {
IS_ERR_OR_NULL    156 drivers/hwtracing/coresight/coresight-etm-perf.c 		if (!(IS_ERR_OR_NULL(*ppath)))
IS_ERR_OR_NULL    271 drivers/hwtracing/coresight/coresight-funnel.c 	if (ret && !IS_ERR_OR_NULL(drvdata->atclk))
IS_ERR_OR_NULL    786 drivers/hwtracing/coresight/coresight-platform.c 	if (IS_ERR_OR_NULL(fwnode))
IS_ERR_OR_NULL    803 drivers/hwtracing/coresight/coresight-platform.c 	if (!IS_ERR_OR_NULL(pdata))
IS_ERR_OR_NULL    267 drivers/hwtracing/coresight/coresight-replicator.c 	if (ret && !IS_ERR_OR_NULL(drvdata->atclk))
IS_ERR_OR_NULL    660 drivers/i2c/busses/i2c-designware-master.c 	if (IS_ERR_OR_NULL(gpio))
IS_ERR_OR_NULL    558 drivers/i2c/busses/i2c-synquacer.c 	if (!IS_ERR_OR_NULL(i2c->pclk)) {
IS_ERR_OR_NULL    850 drivers/i2c/i2c-core-base.c 	if (IS_ERR_OR_NULL(client))
IS_ERR_OR_NULL    648 drivers/iio/adc/ad7124.c 		if (!IS_ERR_OR_NULL(st->vref[i]))
IS_ERR_OR_NULL    666 drivers/iio/adc/ad7124.c 		if (!IS_ERR_OR_NULL(st->vref[i]))
IS_ERR_OR_NULL    282 drivers/iio/adc/fsl-imx25-gcq.c 			if (!IS_ERR_OR_NULL(priv->vref[i]))
IS_ERR_OR_NULL    388 drivers/iio/dac/ad5761.c 	if (!IS_ERR_OR_NULL(st->vref_reg))
IS_ERR_OR_NULL    401 drivers/iio/dac/ad5761.c 	if (!IS_ERR_OR_NULL(st->vref_reg))
IS_ERR_OR_NULL   1165 drivers/iio/imu/adis16480.c 	if (!IS_ERR_OR_NULL(st->ext_clk)) {
IS_ERR_OR_NULL   1177 drivers/iio/imu/adis16480.c 		if (!IS_ERR_OR_NULL(st->ext_clk)) {
IS_ERR_OR_NULL   1226 drivers/iio/imu/adis16480.c 	if (!IS_ERR_OR_NULL(st->ext_clk)) {
IS_ERR_OR_NULL   1429 drivers/infiniband/hw/hfi1/rc.c 	if (IS_ERR_OR_NULL(pbuf)) {
IS_ERR_OR_NULL    686 drivers/infiniband/hw/hfi1/ud.c 		if (!IS_ERR_OR_NULL(pbuf)) {
IS_ERR_OR_NULL    741 drivers/infiniband/hw/hfi1/ud.c 		if (!IS_ERR_OR_NULL(pbuf)) {
IS_ERR_OR_NULL   1043 drivers/infiniband/hw/hfi1/verbs.c 	if (IS_ERR_OR_NULL(pbuf)) {
IS_ERR_OR_NULL    523 drivers/infiniband/hw/usnic/usnic_ib_main.c 	if (IS_ERR_OR_NULL(us_ibdev)) {
IS_ERR_OR_NULL    579 drivers/infiniband/hw/usnic/usnic_ib_main.c 	if (IS_ERR_OR_NULL(vf->vnic)) {
IS_ERR_OR_NULL    587 drivers/infiniband/hw/usnic/usnic_ib_main.c 	if (IS_ERR_OR_NULL(pf)) {
IS_ERR_OR_NULL    230 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 	if (IS_ERR_OR_NULL(flow)) {
IS_ERR_OR_NULL    283 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 	if (IS_ERR_OR_NULL(sock))
IS_ERR_OR_NULL    303 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 	if (IS_ERR_OR_NULL(flow)) {
IS_ERR_OR_NULL    355 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 	if (!IS_ERR_OR_NULL(qp_flow)) {
IS_ERR_OR_NULL    430 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 				if (IS_ERR_OR_NULL(qp_flow)) {
IS_ERR_OR_NULL    445 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 				if (IS_ERR_OR_NULL(qp_flow)) {
IS_ERR_OR_NULL    558 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 		if (IS_ERR_OR_NULL(res_chunk_list[i])) {
IS_ERR_OR_NULL    696 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 	if (IS_ERR_OR_NULL(qp_grp->res_chunk_list)) {
IS_ERR_OR_NULL    713 drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c 	if (IS_ERR_OR_NULL(qp_flow)) {
IS_ERR_OR_NULL    240 drivers/infiniband/hw/usnic/usnic_ib_verbs.c 	if (IS_ERR_OR_NULL(qp_grp)) {
IS_ERR_OR_NULL    457 drivers/infiniband/hw/usnic/usnic_ib_verbs.c 	if (IS_ERR_OR_NULL(umem_pd)) {
IS_ERR_OR_NULL    518 drivers/infiniband/hw/usnic/usnic_ib_verbs.c 	if (IS_ERR_OR_NULL(qp_grp)) {
IS_ERR_OR_NULL    621 drivers/infiniband/hw/usnic/usnic_ib_verbs.c 	if (IS_ERR_OR_NULL(mr->umem)) {
IS_ERR_OR_NULL    777 drivers/infiniband/ulp/ipoib/ipoib_main.c 	if (!IS_ERR_OR_NULL(ah)) {
IS_ERR_OR_NULL    843 drivers/infiniband/ulp/ipoib/ipoib_main.c 	if (IS_ERR_OR_NULL(ah))
IS_ERR_OR_NULL    623 drivers/infiniband/ulp/ipoib/ipoib_multicast.c 		if (IS_ERR_OR_NULL(priv->broadcast->mc) &&
IS_ERR_OR_NULL    640 drivers/infiniband/ulp/ipoib/ipoib_multicast.c 		if (IS_ERR_OR_NULL(mcast->mc) &&
IS_ERR_OR_NULL    704 drivers/infiniband/ulp/ipoib/ipoib_multicast.c 	if (!IS_ERR_OR_NULL(mcast->mc))
IS_ERR_OR_NULL   2331 drivers/infiniband/ulp/srpt/ib_srpt.c 	if (sport->port_gid_tpg.se_tpg_wwn && IS_ERR_OR_NULL(ch->sess))
IS_ERR_OR_NULL   2336 drivers/infiniband/ulp/srpt/ib_srpt.c 	if (sport->port_gid_tpg.se_tpg_wwn && IS_ERR_OR_NULL(ch->sess))
IS_ERR_OR_NULL   2340 drivers/infiniband/ulp/srpt/ib_srpt.c 	if (IS_ERR_OR_NULL(ch->sess)) {
IS_ERR_OR_NULL   1479 drivers/input/mouse/alps.c 	} else if (unlikely(IS_ERR_OR_NULL(priv->dev3))) {
IS_ERR_OR_NULL   2976 drivers/input/mouse/alps.c 	if (!IS_ERR_OR_NULL(priv->dev3))
IS_ERR_OR_NULL   1077 drivers/input/touchscreen/elants_i2c.c 	if (IS_ERR_OR_NULL(ts->reset_gpio))
IS_ERR_OR_NULL   1119 drivers/input/touchscreen/elants_i2c.c 	if (!IS_ERR_OR_NULL(ts->reset_gpio)) {
IS_ERR_OR_NULL    173 drivers/input/touchscreen/pixcir_i2c_ts.c 	if (!IS_ERR_OR_NULL(tsdata->gpio_reset)) {
IS_ERR_OR_NULL    684 drivers/interconnect/core.c 	if (IS_ERR_OR_NULL(src))
IS_ERR_OR_NULL    687 drivers/interconnect/core.c 	if (IS_ERR_OR_NULL(dst))
IS_ERR_OR_NULL    538 drivers/iommu/qcom_iommu.c 	if (IS_ERR_OR_NULL(group))
IS_ERR_OR_NULL    336 drivers/leds/led-class.c 	if (IS_ERR_OR_NULL(led_cdev->dev))
IS_ERR_OR_NULL   1084 drivers/md/bcache/btree.c 	if (!IS_ERR_OR_NULL(b)) {
IS_ERR_OR_NULL   1183 drivers/md/bcache/btree.c 	if (!IS_ERR_OR_NULL(n)) {
IS_ERR_OR_NULL   1386 drivers/md/bcache/btree.c 	while (nodes < GC_MERGE_NODES && !IS_ERR_OR_NULL(r[nodes].b))
IS_ERR_OR_NULL   1398 drivers/md/bcache/btree.c 		if (IS_ERR_OR_NULL(new_nodes[i]))
IS_ERR_OR_NULL   1529 drivers/md/bcache/btree.c 		if (!IS_ERR_OR_NULL(new_nodes[i])) {
IS_ERR_OR_NULL   1689 drivers/md/bcache/btree.c 		if (!IS_ERR_OR_NULL(i->b)) {
IS_ERR_OR_NULL   1711 drivers/md/bcache/btree.c 		if (!IS_ERR_OR_NULL(n)) {
IS_ERR_OR_NULL    212 drivers/md/bcache/closure.c 	if (!IS_ERR_OR_NULL(bcache_debug))
IS_ERR_OR_NULL    238 drivers/md/bcache/debug.c 	if (!IS_ERR_OR_NULL(bcache_debug)) {
IS_ERR_OR_NULL    176 drivers/md/bcache/movinggc.c err:		if (!IS_ERR_OR_NULL(w->private))
IS_ERR_OR_NULL   1051 drivers/md/bcache/super.c 	if (!IS_ERR_OR_NULL(dc->writeback_thread)) {
IS_ERR_OR_NULL   1263 drivers/md/bcache/super.c 	if (!IS_ERR_OR_NULL(dc->writeback_thread))
IS_ERR_OR_NULL   1265 drivers/md/bcache/super.c 	if (!IS_ERR_OR_NULL(dc->status_update_thread))
IS_ERR_OR_NULL   1280 drivers/md/bcache/super.c 	if (!IS_ERR_OR_NULL(dc->bdev))
IS_ERR_OR_NULL   1623 drivers/md/bcache/super.c 	if (!IS_ERR_OR_NULL(c->gc_thread))
IS_ERR_OR_NULL   1626 drivers/md/bcache/super.c 	if (!IS_ERR_OR_NULL(c->root))
IS_ERR_OR_NULL   1898 drivers/md/bcache/super.c 		if (IS_ERR_OR_NULL(c->root))
IS_ERR_OR_NULL   1992 drivers/md/bcache/super.c 		if (IS_ERR_OR_NULL(c->root))
IS_ERR_OR_NULL   2142 drivers/md/bcache/super.c 	if (!IS_ERR_OR_NULL(ca->bdev))
IS_ERR_OR_NULL    450 drivers/md/bcache/sysfs.c 		if (IS_ERR_OR_NULL(dc->writeback_thread)) {
IS_ERR_OR_NULL     92 drivers/md/bcache/writeback.h 	if (!IS_ERR_OR_NULL(dc->writeback_thread))
IS_ERR_OR_NULL    391 drivers/md/dm-mpath.c 		if (!IS_ERR_OR_NULL(pgpath))
IS_ERR_OR_NULL    400 drivers/md/dm-mpath.c 		if (!IS_ERR_OR_NULL(pgpath))
IS_ERR_OR_NULL    415 drivers/md/dm-mpath.c 			if (!IS_ERR_OR_NULL(pgpath)) {
IS_ERR_OR_NULL   1607 drivers/media/cec/cec-adap.c 	if (IS_ERR_OR_NULL(adap))
IS_ERR_OR_NULL   1631 drivers/media/cec/cec-adap.c 	if (IS_ERR_OR_NULL(adap))
IS_ERR_OR_NULL    347 drivers/media/cec/cec-core.c 	if (IS_ERR_OR_NULL(adap))
IS_ERR_OR_NULL    387 drivers/media/cec/cec-core.c 	if (IS_ERR_OR_NULL(adap->cec_dir)) {
IS_ERR_OR_NULL    393 drivers/media/cec/cec-core.c 	if (IS_ERR_OR_NULL(adap->status_file)) {
IS_ERR_OR_NULL    404 drivers/media/cec/cec-core.c 	if (IS_ERR_OR_NULL(adap->error_inj_file))
IS_ERR_OR_NULL    414 drivers/media/cec/cec-core.c 	if (IS_ERR_OR_NULL(adap))
IS_ERR_OR_NULL    433 drivers/media/cec/cec-core.c 	if (IS_ERR_OR_NULL(adap))
IS_ERR_OR_NULL    461 drivers/media/cec/cec-core.c 	if (IS_ERR_OR_NULL(top_cec_dir)) {
IS_ERR_OR_NULL    458 drivers/media/common/siano/smsdvb-debugfs.c 	if (IS_ERR_OR_NULL(client->debugfs)) {
IS_ERR_OR_NULL    518 drivers/media/common/siano/smsdvb-debugfs.c 	if (IS_ERR_OR_NULL(d)) {
IS_ERR_OR_NULL     77 drivers/media/common/videobuf2/videobuf2-core.c 	if (!IS_ERR_OR_NULL(ptr))					\
IS_ERR_OR_NULL    218 drivers/media/common/videobuf2/videobuf2-core.c 		if (IS_ERR_OR_NULL(mem_priv)) {
IS_ERR_OR_NULL   1143 drivers/media/common/videobuf2/videobuf2-core.c 		if (IS_ERR_OR_NULL(dbuf)) {
IS_ERR_OR_NULL   2125 drivers/media/common/videobuf2/videobuf2-core.c 	if (IS_ERR_OR_NULL(dbuf)) {
IS_ERR_OR_NULL    521 drivers/media/platform/omap3isp/isphist.c 		if (!IS_ERR_OR_NULL(hist->dma_ch))
IS_ERR_OR_NULL    953 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 			if (IS_ERR_OR_NULL(ERR_PTR(
IS_ERR_OR_NULL    972 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		if (IS_ERR_OR_NULL(ERR_PTR(
IS_ERR_OR_NULL    364 drivers/media/platform/tegra-cec/tegra_cec.c 	if (IS_ERR_OR_NULL(cec->clk)) {
IS_ERR_OR_NULL    386 drivers/media/radio/radio-miropcm20.c 	    IS_ERR_OR_NULL(dev->kthread)) {
IS_ERR_OR_NULL    402 drivers/media/radio/radio-miropcm20.c 	if (v4l2_fh_is_singular_file(file) && !IS_ERR_OR_NULL(dev->kthread)) {
IS_ERR_OR_NULL     86 drivers/media/usb/uvc/uvc_debugfs.c 	if (IS_ERR_OR_NULL(dent)) {
IS_ERR_OR_NULL     96 drivers/media/usb/uvc/uvc_debugfs.c 	if (IS_ERR_OR_NULL(dent)) {
IS_ERR_OR_NULL    114 drivers/media/usb/uvc/uvc_debugfs.c 	if (IS_ERR_OR_NULL(dir)) {
IS_ERR_OR_NULL     45 drivers/media/v4l2-core/v4l2-clk.c 	if (!IS_ERR_OR_NULL(ccf_clk)) {
IS_ERR_OR_NULL    692 drivers/media/v4l2-core/v4l2-flash-led-class.c 	if (IS_ERR_OR_NULL(v4l2_flash))
IS_ERR_OR_NULL    511 drivers/media/v4l2-core/v4l2-fwnode.c 	if (IS_ERR_OR_NULL(vep))
IS_ERR_OR_NULL    367 drivers/mfd/intel-lpss.c 	if (IS_ERR_OR_NULL(lpss->clk))
IS_ERR_OR_NULL    117 drivers/mfd/max8997-irq.c 				IS_ERR_OR_NULL(i2c))
IS_ERR_OR_NULL    314 drivers/mfd/max8997-irq.c 		if (IS_ERR_OR_NULL(i2c))
IS_ERR_OR_NULL    817 drivers/misc/mei/hdcp/mei_hdcp.c 	if (IS_ERR_OR_NULL(master_match)) {
IS_ERR_OR_NULL    388 drivers/misc/mic/cosm/cosm_scif_server.c 	if (!IS_ERR_OR_NULL(server_thread)) {
IS_ERR_OR_NULL    230 drivers/misc/mic/cosm_client/cosm_scif_client.c 	if (!IS_ERR_OR_NULL(client_thread)) {
IS_ERR_OR_NULL   2842 drivers/mmc/core/block.c 	if (!IS_ERR_OR_NULL(md->status_dentry)) {
IS_ERR_OR_NULL   2847 drivers/mmc/core/block.c 	if (!IS_ERR_OR_NULL(md->ext_csd_dentry)) {
IS_ERR_OR_NULL    175 drivers/mmc/host/dw_mmc-k3.c 	if (IS_ERR_OR_NULL(mmc->supply.vqmmc))
IS_ERR_OR_NULL   2019 drivers/mmc/host/omap_hsmmc.c 	if (!IS_ERR_OR_NULL(host->tx_chan))
IS_ERR_OR_NULL   2021 drivers/mmc/host/omap_hsmmc.c 	if (!IS_ERR_OR_NULL(host->rx_chan))
IS_ERR_OR_NULL    357 drivers/mmc/host/sdhci-esdhc-imx.c 			if (IS_ERR_OR_NULL(imx_data->pins_100mhz) ||
IS_ERR_OR_NULL    358 drivers/mmc/host/sdhci-esdhc-imx.c 			    IS_ERR_OR_NULL(imx_data->pins_200mhz))
IS_ERR_OR_NULL    585 drivers/mmc/host/sdhci-msm.c 	if (msm_host->use_14lpp_dll_reset && !IS_ERR_OR_NULL(msm_host->xo_clk))
IS_ERR_OR_NULL    627 drivers/mmc/host/sdhci-msm.c 	    !IS_ERR_OR_NULL(msm_host->xo_clk)) {
IS_ERR_OR_NULL    202 drivers/mmc/host/tmio_mmc_core.c 	if (IS_ERR_OR_NULL(mrq) ||
IS_ERR_OR_NULL    826 drivers/mmc/host/tmio_mmc_core.c 	if (IS_ERR_OR_NULL(mrq)) {
IS_ERR_OR_NULL   1722 drivers/mtd/devices/docg3.c 	if (IS_ERR_OR_NULL(root)) {
IS_ERR_OR_NULL    387 drivers/mtd/mtdcore.c 	if (IS_ERR_OR_NULL(dfs_dir_mtd))
IS_ERR_OR_NULL    391 drivers/mtd/mtdcore.c 	if (IS_ERR_OR_NULL(root)) {
IS_ERR_OR_NULL    401 drivers/mtd/mtdcore.c 		if (IS_ERR_OR_NULL(dent))
IS_ERR_OR_NULL    408 drivers/mtd/mtdcore.c 		if (IS_ERR_OR_NULL(dent))
IS_ERR_OR_NULL   1265 drivers/mtd/mtdswap.c 	if (IS_ERR_OR_NULL(root))
IS_ERR_OR_NULL    504 drivers/mtd/nand/raw/nandsim.c 	if (IS_ERR_OR_NULL(root)) {
IS_ERR_OR_NULL    513 drivers/mtd/nand/raw/nandsim.c 	if (IS_ERR_OR_NULL(dent)) {
IS_ERR_OR_NULL   2276 drivers/mtd/nand/raw/omap2.c 	if (!IS_ERR_OR_NULL(info->dma))
IS_ERR_OR_NULL   4796 drivers/mtd/spi-nor/spi-nor.c 	if (IS_ERR_OR_NULL(info))
IS_ERR_OR_NULL    226 drivers/mtd/ubi/debug.c 	if (IS_ERR_OR_NULL(dfs_rootdir)) {
IS_ERR_OR_NULL    524 drivers/mtd/ubi/debug.c 	if (IS_ERR_OR_NULL(dent))
IS_ERR_OR_NULL    531 drivers/mtd/ubi/debug.c 	if (IS_ERR_OR_NULL(dent))
IS_ERR_OR_NULL    538 drivers/mtd/ubi/debug.c 	if (IS_ERR_OR_NULL(dent))
IS_ERR_OR_NULL    545 drivers/mtd/ubi/debug.c 	if (IS_ERR_OR_NULL(dent))
IS_ERR_OR_NULL    552 drivers/mtd/ubi/debug.c 	if (IS_ERR_OR_NULL(dent))
IS_ERR_OR_NULL    559 drivers/mtd/ubi/debug.c 	if (IS_ERR_OR_NULL(dent))
IS_ERR_OR_NULL    566 drivers/mtd/ubi/debug.c 	if (IS_ERR_OR_NULL(dent))
IS_ERR_OR_NULL    573 drivers/mtd/ubi/debug.c 	if (IS_ERR_OR_NULL(dent))
IS_ERR_OR_NULL    580 drivers/mtd/ubi/debug.c 	if (IS_ERR_OR_NULL(dent))
IS_ERR_OR_NULL    587 drivers/mtd/ubi/debug.c 	if (IS_ERR_OR_NULL(dent))
IS_ERR_OR_NULL    594 drivers/mtd/ubi/debug.c 	if (IS_ERR_OR_NULL(dent))
IS_ERR_OR_NULL    972 drivers/net/bonding/bond_alb.c 		if (IS_ERR_OR_NULL(tags))
IS_ERR_OR_NULL   2446 drivers/net/bonding/bond_main.c 		if (IS_ERR_OR_NULL(tags)) {
IS_ERR_OR_NULL   2498 drivers/net/bonding/bond_main.c 		if (!IS_ERR_OR_NULL(tags))
IS_ERR_OR_NULL    292 drivers/net/can/m_can/tcan4x5x.c 	if (IS_ERR_OR_NULL(reg))
IS_ERR_OR_NULL    218 drivers/net/can/rx-offload.c 		if (IS_ERR_OR_NULL(skb))
IS_ERR_OR_NULL    530 drivers/net/can/spi/hi311x.c 	if (IS_ERR_OR_NULL(reg))
IS_ERR_OR_NULL    990 drivers/net/can/spi/hi311x.c 	if (!IS_ERR_OR_NULL(priv->power)) {
IS_ERR_OR_NULL    625 drivers/net/can/spi/mcp251x.c 	if (IS_ERR_OR_NULL(reg))
IS_ERR_OR_NULL    981 drivers/net/can/usb/gs_usb.c 		if (IS_ERR_OR_NULL(dev->canch[i])) {
IS_ERR_OR_NULL    375 drivers/net/dsa/sja1105/sja1105_ptp.c 	if (IS_ERR_OR_NULL(priv->clock))
IS_ERR_OR_NULL    386 drivers/net/dsa/sja1105/sja1105_ptp.c 	if (IS_ERR_OR_NULL(priv->clock))
IS_ERR_OR_NULL    135 drivers/net/ethernet/broadcom/bgmac-bcma.c 	if (IS_ERR_OR_NULL(mac)) {
IS_ERR_OR_NULL   3396 drivers/net/ethernet/cadence/macb_main.c 	if (IS_ERR_OR_NULL(*pclk)) {
IS_ERR_OR_NULL   3405 drivers/net/ethernet/cadence/macb_main.c 	if (IS_ERR_OR_NULL(*hclk)) {
IS_ERR_OR_NULL   4311 drivers/net/ethernet/cadence/macb_main.c 	} else if (!IS_ERR_OR_NULL(mac)) {
IS_ERR_OR_NULL    313 drivers/net/ethernet/cavium/common/cavium_ptp.c 	if (IS_ERR_OR_NULL(clock))
IS_ERR_OR_NULL   1199 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	if (IS_ERR_OR_NULL(adap->debugfs_root))
IS_ERR_OR_NULL    423 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ptp.c 	if (!IS_ERR_OR_NULL(adapter->ptp_clock))
IS_ERR_OR_NULL    432 drivers/net/ethernet/chelsio/cxgb4/cxgb4_ptp.c 	if (IS_ERR_OR_NULL(adapter->ptp_clock)) {
IS_ERR_OR_NULL   2475 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 	BUG_ON(IS_ERR_OR_NULL(adapter->debugfs_root));
IS_ERR_OR_NULL   2495 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 	BUG_ON(IS_ERR_OR_NULL(adapter->debugfs_root));
IS_ERR_OR_NULL   3255 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 	if (!IS_ERR_OR_NULL(cxgb4vf_debugfs_root)) {
IS_ERR_OR_NULL   3359 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 		if (!IS_ERR_OR_NULL(adapter->debugfs_root)) {
IS_ERR_OR_NULL   2117 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 	if (IS_ERR_OR_NULL(channel->dpcon)) {
IS_ERR_OR_NULL   2173 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c 		if (IS_ERR_OR_NULL(channel)) {
IS_ERR_OR_NULL    874 drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c 		if (IS_ERR_OR_NULL(syscon)) {
IS_ERR_OR_NULL    907 drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c 			if (IS_ERR_OR_NULL(syscon)) {
IS_ERR_OR_NULL    105 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c 		if (IS_ERR_OR_NULL(syscon)) {
IS_ERR_OR_NULL   2204 drivers/net/ethernet/hisilicon/hns/hns_enet.c 	if (IS_ERR_OR_NULL(h)) {
IS_ERR_OR_NULL   2416 drivers/net/ethernet/hisilicon/hns/hns_enet.c 	if (!IS_ERR_OR_NULL(priv->ae_handle))
IS_ERR_OR_NULL   1348 drivers/net/ethernet/intel/e100.c 	if (IS_ERR_OR_NULL(fw))
IS_ERR_OR_NULL    700 drivers/net/ethernet/intel/i40e/i40e_ptp.c 	if (!IS_ERR_OR_NULL(pf->ptp_clock))
IS_ERR_OR_NULL   1348 drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c 	if (!IS_ERR_OR_NULL(adapter->ptp_clock))
IS_ERR_OR_NULL   1451 drivers/net/ethernet/marvell/pxa168_eth.c 	if (!IS_ERR_OR_NULL(mac_addr)) {
IS_ERR_OR_NULL    997 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c 	if (IS_ERR_OR_NULL(tracer))
IS_ERR_OR_NULL   1032 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c 	if (IS_ERR_OR_NULL(tracer))
IS_ERR_OR_NULL   1051 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c 	if (IS_ERR_OR_NULL(tracer))
IS_ERR_OR_NULL    138 drivers/net/ethernet/mellanox/mlx5/core/en/hv_vhca_stats.c 	if (IS_ERR_OR_NULL(agent)) {
IS_ERR_OR_NULL    145 drivers/net/ethernet/mellanox/mlx5/core/en/hv_vhca_stats.c 		return IS_ERR_OR_NULL(agent);
IS_ERR_OR_NULL    156 drivers/net/ethernet/mellanox/mlx5/core/en/hv_vhca_stats.c 	if (IS_ERR_OR_NULL(priv->stats_agent.agent))
IS_ERR_OR_NULL    166 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c 		if (!IS_ERR_OR_NULL(priv->fs.arfs.arfs_tables[i].ft.t))
IS_ERR_OR_NULL    650 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 		if (!IS_ERR_OR_NULL(ft->g[i]))
IS_ERR_OR_NULL    675 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 		if (!IS_ERR_OR_NULL(ttc->rules[i])) {
IS_ERR_OR_NULL    682 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 		if (!IS_ERR_OR_NULL(ttc->tunnel_rules[i])) {
IS_ERR_OR_NULL   1216 drivers/net/ethernet/mellanox/mlx5/core/en_fs.c 	if (!IS_ERR_OR_NULL(ai->rule)) {
IS_ERR_OR_NULL    722 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	if (!IS_ERR_OR_NULL(hpe->hp)) {
IS_ERR_OR_NULL    956 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	if (IS_ERR_OR_NULL(priv->fs.tc.t)) {
IS_ERR_OR_NULL   1001 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	if (!IS_ERR_OR_NULL(flow->rule[0]))
IS_ERR_OR_NULL   4072 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		if (!IS_ERR_OR_NULL(hpe->hp) && hpe->peer_vhca_id == peer_vhca_id)
IS_ERR_OR_NULL   4151 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	if (!IS_ERR_OR_NULL(tc->t)) {
IS_ERR_OR_NULL    569 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		if (IS_ERR_OR_NULL(vport->allmulti_rule) ||
IS_ERR_OR_NULL    847 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (IS_ERR_OR_NULL(vport->allmulti_rule) != mc_promisc)
IS_ERR_OR_NULL    871 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (IS_ERR_OR_NULL(vport->promisc_rule) != promisc)
IS_ERR_OR_NULL    932 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		if (!IS_ERR_OR_NULL(vport->allmulti_rule))
IS_ERR_OR_NULL    977 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (!IS_ERR_OR_NULL(vport->egress.acl))
IS_ERR_OR_NULL   1033 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (err && !IS_ERR_OR_NULL(vlan_grp))
IS_ERR_OR_NULL   1035 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (err && !IS_ERR_OR_NULL(acl))
IS_ERR_OR_NULL   1043 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (!IS_ERR_OR_NULL(vport->egress.allowed_vlan))
IS_ERR_OR_NULL   1046 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (!IS_ERR_OR_NULL(vport->egress.drop_rule))
IS_ERR_OR_NULL   1056 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (IS_ERR_OR_NULL(vport->egress.acl))
IS_ERR_OR_NULL   1095 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (!IS_ERR_OR_NULL(vport->ingress.acl))
IS_ERR_OR_NULL   1185 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		if (!IS_ERR_OR_NULL(vport->ingress.allow_spoofchk_only_grp))
IS_ERR_OR_NULL   1188 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		if (!IS_ERR_OR_NULL(vport->ingress.allow_untagged_only_grp))
IS_ERR_OR_NULL   1191 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		if (!IS_ERR_OR_NULL(vport->ingress.allow_untagged_spoofchk_grp))
IS_ERR_OR_NULL   1194 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 		if (!IS_ERR_OR_NULL(vport->ingress.acl))
IS_ERR_OR_NULL   1205 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (!IS_ERR_OR_NULL(vport->ingress.drop_rule))
IS_ERR_OR_NULL   1208 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (!IS_ERR_OR_NULL(vport->ingress.allow_rule))
IS_ERR_OR_NULL   1220 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c 	if (IS_ERR_OR_NULL(vport->ingress.acl))
IS_ERR_OR_NULL   1896 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c 		if (!IS_ERR_OR_NULL(handle) &&
IS_ERR_OR_NULL    532 drivers/net/ethernet/mellanox/mlx5/core/health.c 	if (IS_ERR_OR_NULL(health->fw_reporter))
IS_ERR_OR_NULL    625 drivers/net/ethernet/mellanox/mlx5/core/health.c 	if (IS_ERR_OR_NULL(health->fw_fatal_reporter)) {
IS_ERR_OR_NULL    669 drivers/net/ethernet/mellanox/mlx5/core/health.c 	if (!IS_ERR_OR_NULL(health->fw_reporter))
IS_ERR_OR_NULL    672 drivers/net/ethernet/mellanox/mlx5/core/health.c 	if (!IS_ERR_OR_NULL(health->fw_fatal_reporter))
IS_ERR_OR_NULL    129 drivers/net/ethernet/mellanox/mlx5/core/lib/devcom.c 	if (IS_ERR_OR_NULL(devcom))
IS_ERR_OR_NULL    155 drivers/net/ethernet/mellanox/mlx5/core/lib/devcom.c 	if (IS_ERR_OR_NULL(devcom))
IS_ERR_OR_NULL    172 drivers/net/ethernet/mellanox/mlx5/core/lib/devcom.c 	if (IS_ERR_OR_NULL(devcom))
IS_ERR_OR_NULL    189 drivers/net/ethernet/mellanox/mlx5/core/lib/devcom.c 	if (IS_ERR_OR_NULL(devcom))
IS_ERR_OR_NULL    220 drivers/net/ethernet/mellanox/mlx5/core/lib/devcom.c 	if (IS_ERR_OR_NULL(devcom))
IS_ERR_OR_NULL    232 drivers/net/ethernet/mellanox/mlx5/core/lib/devcom.c 	if (IS_ERR_OR_NULL(devcom))
IS_ERR_OR_NULL     67 drivers/net/ethernet/mellanox/mlx5/core/lib/geneve.c 	if (IS_ERR_OR_NULL(geneve))
IS_ERR_OR_NULL    117 drivers/net/ethernet/mellanox/mlx5/core/lib/geneve.c 	if (IS_ERR_OR_NULL(geneve))
IS_ERR_OR_NULL    149 drivers/net/ethernet/mellanox/mlx5/core/lib/geneve.c 	if (IS_ERR_OR_NULL(geneve))
IS_ERR_OR_NULL     63 drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.c 	if (IS_ERR_OR_NULL(hv_vhca))
IS_ERR_OR_NULL    206 drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.c 	if (IS_ERR_OR_NULL(hv_vhca))
IS_ERR_OR_NULL    207 drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.c 		return IS_ERR_OR_NULL(hv_vhca);
IS_ERR_OR_NULL    215 drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.c 	if (IS_ERR_OR_NULL(agent)) {
IS_ERR_OR_NULL    217 drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.c 		return IS_ERR_OR_NULL(agent);
IS_ERR_OR_NULL    230 drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.c 	if (IS_ERR_OR_NULL(hv_vhca))
IS_ERR_OR_NULL    263 drivers/net/ethernet/mellanox/mlx5/core/lib/hv_vhca.c 	if (IS_ERR_OR_NULL(hv_vhca))
IS_ERR_OR_NULL     45 drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.h 	return !IS_ERR_OR_NULL(vxlan);
IS_ERR_OR_NULL    440 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 		if (!IS_ERR_OR_NULL(fs_dr_actions[i]))
IS_ERR_OR_NULL    553 drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c 		if (!IS_ERR_OR_NULL(rule->dr_actions[i]))
IS_ERR_OR_NULL    729 drivers/net/ethernet/netronome/nfp/nfp_main.c 	if (IS_ERR_OR_NULL(pf->cpp)) {
IS_ERR_OR_NULL    154 drivers/net/ethernet/netronome/nfp/nfp_net_debugfs.c 	if (IS_ERR_OR_NULL(nfp_dir))
IS_ERR_OR_NULL    863 drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c 	if (IS_ERR_OR_NULL(priv->iomem)) {
IS_ERR_OR_NULL    122 drivers/net/ethernet/samsung/sxgbe/sxgbe_platform.c 	if (!IS_ERR_OR_NULL(mac))
IS_ERR_OR_NULL   4494 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	if (!IS_ERR_OR_NULL(res->mac))
IS_ERR_OR_NULL    841 drivers/net/ethernet/ti/netcp_core.c 	     !IS_ERR_OR_NULL(netcp->rx_fdq[i]); i++)
IS_ERR_OR_NULL    864 drivers/net/ethernet/ti/netcp_core.c 	if (IS_ERR_OR_NULL(hwdesc)) {
IS_ERR_OR_NULL   1099 drivers/net/ethernet/ti/netcp_core.c 	if (IS_ERR_OR_NULL(desc)) {
IS_ERR_OR_NULL   1132 drivers/net/ethernet/ti/netcp_core.c 		if (IS_ERR_OR_NULL(ndesc)) {
IS_ERR_OR_NULL   1363 drivers/net/ethernet/ti/netcp_core.c 	if (!IS_ERR_OR_NULL(tx_pipe->dma_channel))
IS_ERR_OR_NULL   1558 drivers/net/ethernet/ti/netcp_core.c 	if (!IS_ERR_OR_NULL(netcp->rx_pool))
IS_ERR_OR_NULL   1561 drivers/net/ethernet/ti/netcp_core.c 	if (!IS_ERR_OR_NULL(netcp->rx_queue)) {
IS_ERR_OR_NULL   1567 drivers/net/ethernet/ti/netcp_core.c 	     !IS_ERR_OR_NULL(netcp->rx_fdq[i]) ; ++i) {
IS_ERR_OR_NULL   1572 drivers/net/ethernet/ti/netcp_core.c 	if (!IS_ERR_OR_NULL(netcp->tx_compl_q)) {
IS_ERR_OR_NULL   1577 drivers/net/ethernet/ti/netcp_core.c 	if (!IS_ERR_OR_NULL(netcp->tx_pool)) {
IS_ERR_OR_NULL   1597 drivers/net/ethernet/ti/netcp_core.c 	if (IS_ERR_OR_NULL(netcp->rx_pool)) {
IS_ERR_OR_NULL   1606 drivers/net/ethernet/ti/netcp_core.c 	if (IS_ERR_OR_NULL(netcp->tx_pool)) {
IS_ERR_OR_NULL   1160 drivers/net/ethernet/wiznet/w5100.c 	if (!IS_ERR_OR_NULL(mac_addr))
IS_ERR_OR_NULL    625 drivers/net/macvlan.c 	if (IS_ERR_OR_NULL(vlan->accel_priv)) {
IS_ERR_OR_NULL    233 drivers/net/netdevsim/bpf.c 	if (IS_ERR_OR_NULL(state->ddir)) {
IS_ERR_OR_NULL    590 drivers/net/netdevsim/bpf.c 	if (IS_ERR_OR_NULL(nsim_dev->ddir_bpf_bound_progs))
IS_ERR_OR_NULL     80 drivers/net/netdevsim/dev.c 	if (IS_ERR_OR_NULL(nsim_dev->ddir))
IS_ERR_OR_NULL     83 drivers/net/netdevsim/dev.c 	if (IS_ERR_OR_NULL(nsim_dev->ports_ddir))
IS_ERR_OR_NULL    111 drivers/net/netdevsim/dev.c 	if (IS_ERR_OR_NULL(nsim_dev_port->ddir))
IS_ERR_OR_NULL    899 drivers/net/netdevsim/dev.c 	if (IS_ERR_OR_NULL(nsim_dev_ddir))
IS_ERR_OR_NULL     37 drivers/net/netdevsim/sdev.c 	if (IS_ERR_OR_NULL(sdev->ddir)) {
IS_ERR_OR_NULL     61 drivers/net/netdevsim/sdev.c 	if (IS_ERR_OR_NULL(nsim_sdev_ddir))
IS_ERR_OR_NULL    959 drivers/net/phy/micrel.c 	if (!IS_ERR_OR_NULL(clk)) {
IS_ERR_OR_NULL   1183 drivers/net/phy/sfp.c 	if (!IS_ERR_OR_NULL(sfp->hwmon_dev)) {
IS_ERR_OR_NULL    156 drivers/net/slip/slhc.c 	if ( IS_ERR_OR_NULL(comp) )
IS_ERR_OR_NULL     90 drivers/net/wireless/ath/ath10k/ahb.c 	if (IS_ERR_OR_NULL(ar_ahb->cmd_clk)) {
IS_ERR_OR_NULL     97 drivers/net/wireless/ath/ath10k/ahb.c 	if (IS_ERR_OR_NULL(ar_ahb->ref_clk)) {
IS_ERR_OR_NULL    104 drivers/net/wireless/ath/ath10k/ahb.c 	if (IS_ERR_OR_NULL(ar_ahb->rtc_clk)) {
IS_ERR_OR_NULL    127 drivers/net/wireless/ath/ath10k/ahb.c 	if (IS_ERR_OR_NULL(ar_ahb->cmd_clk) ||
IS_ERR_OR_NULL    128 drivers/net/wireless/ath/ath10k/ahb.c 	    IS_ERR_OR_NULL(ar_ahb->ref_clk) ||
IS_ERR_OR_NULL    129 drivers/net/wireless/ath/ath10k/ahb.c 	    IS_ERR_OR_NULL(ar_ahb->rtc_clk)) {
IS_ERR_OR_NULL    242 drivers/net/wireless/ath/ath10k/ahb.c 	if (IS_ERR_OR_NULL(ar_ahb->radio_cold_rst) ||
IS_ERR_OR_NULL    243 drivers/net/wireless/ath/ath10k/ahb.c 	    IS_ERR_OR_NULL(ar_ahb->radio_warm_rst) ||
IS_ERR_OR_NULL    244 drivers/net/wireless/ath/ath10k/ahb.c 	    IS_ERR_OR_NULL(ar_ahb->radio_srif_rst) ||
IS_ERR_OR_NULL    245 drivers/net/wireless/ath/ath10k/ahb.c 	    IS_ERR_OR_NULL(ar_ahb->cpu_init_rst)) {
IS_ERR_OR_NULL    313 drivers/net/wireless/ath/ath10k/ahb.c 	if (IS_ERR_OR_NULL(ar_ahb->core_cold_rst) ||
IS_ERR_OR_NULL    314 drivers/net/wireless/ath/ath10k/ahb.c 	    IS_ERR_OR_NULL(ar_ahb->radio_cold_rst) ||
IS_ERR_OR_NULL    315 drivers/net/wireless/ath/ath10k/ahb.c 	    IS_ERR_OR_NULL(ar_ahb->radio_warm_rst) ||
IS_ERR_OR_NULL    316 drivers/net/wireless/ath/ath10k/ahb.c 	    IS_ERR_OR_NULL(ar_ahb->radio_srif_rst) ||
IS_ERR_OR_NULL    317 drivers/net/wireless/ath/ath10k/ahb.c 	    IS_ERR_OR_NULL(ar_ahb->cpu_init_rst)) {
IS_ERR_OR_NULL     84 drivers/net/wireless/ath/ath10k/debug.c 	if (!IS_ERR_OR_NULL(board))
IS_ERR_OR_NULL   2541 drivers/net/wireless/ath/ath10k/debug.c 	if (IS_ERR_OR_NULL(ar->debug.debugfs_phy)) {
IS_ERR_OR_NULL   1706 drivers/net/wireless/ath/wil6210/cfg80211.c 	if (!IS_ERR_OR_NULL(cs))
IS_ERR_OR_NULL   2491 drivers/net/wireless/ath/wil6210/debugfs.c 	if (IS_ERR_OR_NULL(dbg))
IS_ERR_OR_NULL   3175 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 	if (IS_ERR_OR_NULL(dentry))
IS_ERR_OR_NULL    993 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 	if (IS_ERR_OR_NULL(vif)) {
IS_ERR_OR_NULL   1021 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 		if (IS_ERR_OR_NULL(ap_sta)) {
IS_ERR_OR_NULL   1639 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 	if (IS_ERR_OR_NULL(fw_status))
IS_ERR_OR_NULL   1813 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 	if (!IS_ERR_OR_NULL(fw_status)) {
IS_ERR_OR_NULL   1934 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 	if (IS_ERR_OR_NULL(vif))
IS_ERR_OR_NULL    776 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	if (IS_ERR_OR_NULL(mvmvif->dbgfs_dir)) {
IS_ERR_OR_NULL    674 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 			if (!IS_ERR_OR_NULL(sta)) {
IS_ERR_OR_NULL    240 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (IS_ERR_OR_NULL(resp)) {
IS_ERR_OR_NULL    262 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (IS_ERR_OR_NULL(regd)) {
IS_ERR_OR_NULL    286 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (!IS_ERR_OR_NULL(regd)) {
IS_ERR_OR_NULL    321 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		if (!IS_ERR_OR_NULL(regd))
IS_ERR_OR_NULL    328 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (IS_ERR_OR_NULL(regd))
IS_ERR_OR_NULL    796 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 			if (IS_ERR_OR_NULL(sta))
IS_ERR_OR_NULL   2026 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (IS_ERR_OR_NULL(sta)) {
IS_ERR_OR_NULL   2838 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	if (WARN_ON(IS_ERR_OR_NULL(sta))) {
IS_ERR_OR_NULL   4624 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		if (IS_ERR_OR_NULL(sta))
IS_ERR_OR_NULL   4664 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		if (IS_ERR_OR_NULL(sta))
IS_ERR_OR_NULL   1218 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h 	if (IS_ERR_OR_NULL(sta))
IS_ERR_OR_NULL   1236 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h 	if (IS_ERR_OR_NULL(sta))
IS_ERR_OR_NULL    599 drivers/net/wireless/intel/iwlwifi/mvm/nvm.c 	if (IS_ERR_OR_NULL(regd))
IS_ERR_OR_NULL    607 drivers/net/wireless/intel/iwlwifi/mvm/nvm.c 		if (IS_ERR_OR_NULL(regd))
IS_ERR_OR_NULL    645 drivers/net/wireless/intel/iwlwifi/mvm/nvm.c 	if (IS_ERR_OR_NULL(regd))
IS_ERR_OR_NULL   1113 drivers/net/wireless/intel/iwlwifi/mvm/ops.c 	if (IS_ERR_OR_NULL(sta))
IS_ERR_OR_NULL    342 drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c 	if (IS_ERR_OR_NULL(sta)) {
IS_ERR_OR_NULL    882 drivers/net/wireless/intel/iwlwifi/mvm/rx.c 		if (IS_ERR_OR_NULL(sta))
IS_ERR_OR_NULL    127 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c 	if (IS_ERR_OR_NULL(sta)) {
IS_ERR_OR_NULL    427 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c 	if (WARN_ON(IS_ERR_OR_NULL(sta)))
IS_ERR_OR_NULL    696 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c 	if (WARN_ON_ONCE(IS_ERR_OR_NULL(sta)))
IS_ERR_OR_NULL    737 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c 	if (WARN_ON_ONCE(IS_ERR_OR_NULL(sta)))
IS_ERR_OR_NULL    887 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c 	if (WARN_ONCE(IS_ERR_OR_NULL(sta),
IS_ERR_OR_NULL    242 drivers/net/wireless/intel/iwlwifi/mvm/sf.c 		if (IS_ERR_OR_NULL(sta)) {
IS_ERR_OR_NULL    319 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 	if (WARN_ON_ONCE(IS_ERR_OR_NULL(sta))) {
IS_ERR_OR_NULL    433 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 	if (WARN_ON_ONCE(IS_ERR_OR_NULL(sta)))
IS_ERR_OR_NULL    474 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 	if (WARN_ON_ONCE(IS_ERR_OR_NULL(sta))) {
IS_ERR_OR_NULL    956 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 	if (WARN_ON_ONCE(IS_ERR_OR_NULL(sta)))
IS_ERR_OR_NULL   1162 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 		if (IS_ERR_OR_NULL(sta))
IS_ERR_OR_NULL   3186 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 		if (IS_ERR_OR_NULL(sta))
IS_ERR_OR_NULL   3495 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 			if (IS_ERR_OR_NULL(sta)) {
IS_ERR_OR_NULL   3759 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 	if (!IS_ERR_OR_NULL(sta))
IS_ERR_OR_NULL   3840 drivers/net/wireless/intel/iwlwifi/mvm/sta.c 		if (IS_ERR_OR_NULL(sta))
IS_ERR_OR_NULL    150 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c 		if (IS_ERR_OR_NULL(sta) || !sta->tdls)
IS_ERR_OR_NULL    276 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c 	if (IS_ERR_OR_NULL(sta) || WARN_ON(!sta->tdls))
IS_ERR_OR_NULL    307 drivers/net/wireless/intel/iwlwifi/mvm/tdls.c 		if (!IS_ERR_OR_NULL(sta))
IS_ERR_OR_NULL   1792 drivers/net/wireless/intel/iwlwifi/mvm/tx.c 	if (WARN_ON_ONCE(IS_ERR_OR_NULL(sta))) {
IS_ERR_OR_NULL   2512 drivers/ntb/hw/idt/ntb_hw_idt.c 	if (IS_ERR_OR_NULL(dbgfs_topdir)) {
IS_ERR_OR_NULL   2765 drivers/ntb/hw/idt/ntb_hw_idt.c 	if (IS_ERR_OR_NULL(ndev))
IS_ERR_OR_NULL    228 drivers/nvdimm/btt.c 	if (IS_ERR_OR_NULL(d))
IS_ERR_OR_NULL    262 drivers/nvdimm/btt.c 	if (IS_ERR_OR_NULL(btt->debugfs_dir))
IS_ERR_OR_NULL   1730 drivers/nvdimm/btt.c 	if (IS_ERR_OR_NULL(debugfs_root))
IS_ERR_OR_NULL   2189 drivers/nvdimm/namespace_devs.c 		if (IS_ERR_OR_NULL(uuid)) {
IS_ERR_OR_NULL     80 drivers/opp/core.c 	if (IS_ERR_OR_NULL(dev)) {
IS_ERR_OR_NULL    103 drivers/opp/core.c 	if (IS_ERR_OR_NULL(opp)) {
IS_ERR_OR_NULL    121 drivers/opp/core.c 	if (IS_ERR_OR_NULL(opp) || !opp->available) {
IS_ERR_OR_NULL    139 drivers/opp/core.c 	if (IS_ERR_OR_NULL(opp) || !opp->available) {
IS_ERR_OR_NULL    160 drivers/opp/core.c 	if (IS_ERR_OR_NULL(opp) || !opp->available) {
IS_ERR_OR_NULL   2204 drivers/opp/core.c 			     IS_ERR_OR_NULL(dev) ?
IS_ERR_OR_NULL    145 drivers/opp/of.c 		if (IS_ERR_OR_NULL(required_opp_tables[i]))
IS_ERR_OR_NULL   1032 drivers/opp/of.c 	if (IS_ERR_OR_NULL(opp)) {
IS_ERR_OR_NULL    560 drivers/pci/controller/dwc/pcie-tegra194.c 	if (IS_ERR_OR_NULL(d))
IS_ERR_OR_NULL    480 drivers/pci/endpoint/pci-ep-cfs.c 	if (IS_ERR_OR_NULL(group))
IS_ERR_OR_NULL    125 drivers/pci/endpoint/pci-epc-core.c 	if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions)
IS_ERR_OR_NULL    198 drivers/pci/endpoint/pci-epc-core.c 	if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions)
IS_ERR_OR_NULL    224 drivers/pci/endpoint/pci-epc-core.c 	if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions)
IS_ERR_OR_NULL    257 drivers/pci/endpoint/pci-epc-core.c 	if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions ||
IS_ERR_OR_NULL    286 drivers/pci/endpoint/pci-epc-core.c 	if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions)
IS_ERR_OR_NULL    316 drivers/pci/endpoint/pci-epc-core.c 	if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions ||
IS_ERR_OR_NULL    344 drivers/pci/endpoint/pci-epc-core.c 	if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions)
IS_ERR_OR_NULL    372 drivers/pci/endpoint/pci-epc-core.c 	if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions)
IS_ERR_OR_NULL    399 drivers/pci/endpoint/pci-epc-core.c 	if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions ||
IS_ERR_OR_NULL    428 drivers/pci/endpoint/pci-epc-core.c 	if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions ||
IS_ERR_OR_NULL    465 drivers/pci/endpoint/pci-epc-core.c 	if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions)
IS_ERR_OR_NULL    138 drivers/phy/amlogic/phy-meson8b-usb2.c 	if (!IS_ERR_OR_NULL(priv->reset)) {
IS_ERR_OR_NULL   2153 drivers/pinctrl/core.c 	if (!IS_ERR_OR_NULL(pctldev->p))
IS_ERR_OR_NULL    336 drivers/platform/olpc/olpc-ec.c 	if (IS_ERR_OR_NULL(dbgfs_dir))
IS_ERR_OR_NULL    643 drivers/platform/x86/asus-laptop.c 	if (!IS_ERR_OR_NULL(asus->wled.led.dev))
IS_ERR_OR_NULL    645 drivers/platform/x86/asus-laptop.c 	if (!IS_ERR_OR_NULL(asus->bled.led.dev))
IS_ERR_OR_NULL    647 drivers/platform/x86/asus-laptop.c 	if (!IS_ERR_OR_NULL(asus->mled.led.dev))
IS_ERR_OR_NULL    649 drivers/platform/x86/asus-laptop.c 	if (!IS_ERR_OR_NULL(asus->tled.led.dev))
IS_ERR_OR_NULL    651 drivers/platform/x86/asus-laptop.c 	if (!IS_ERR_OR_NULL(asus->pled.led.dev))
IS_ERR_OR_NULL    653 drivers/platform/x86/asus-laptop.c 	if (!IS_ERR_OR_NULL(asus->rled.led.dev))
IS_ERR_OR_NULL    655 drivers/platform/x86/asus-laptop.c 	if (!IS_ERR_OR_NULL(asus->gled.led.dev))
IS_ERR_OR_NULL    657 drivers/platform/x86/asus-laptop.c 	if (!IS_ERR_OR_NULL(asus->kled.led.dev))
IS_ERR_OR_NULL    670 drivers/platform/x86/asus-wmi.c 	if (!IS_ERR_OR_NULL(asus->kbd_led.dev))
IS_ERR_OR_NULL    672 drivers/platform/x86/asus-wmi.c 	if (!IS_ERR_OR_NULL(asus->tpd_led.dev))
IS_ERR_OR_NULL    674 drivers/platform/x86/asus-wmi.c 	if (!IS_ERR_OR_NULL(asus->wlan_led.dev))
IS_ERR_OR_NULL    676 drivers/platform/x86/asus-wmi.c 	if (!IS_ERR_OR_NULL(asus->lightbar_led.dev))
IS_ERR_OR_NULL   2571 drivers/platform/x86/asus-wmi.c 	if (!IS_ERR_OR_NULL(asus->kbd_led.dev))
IS_ERR_OR_NULL   2609 drivers/platform/x86/asus-wmi.c 	if (!IS_ERR_OR_NULL(asus->kbd_led.dev))
IS_ERR_OR_NULL    544 drivers/platform/x86/eeepc-laptop.c 	if (!IS_ERR_OR_NULL(eeepc->tpd_led.dev))
IS_ERR_OR_NULL   1141 drivers/platform/x86/samsung-laptop.c 	if (!IS_ERR_OR_NULL(samsung->kbd_led.dev))
IS_ERR_OR_NULL   3528 drivers/power/supply/ab8500_charger.c 	if (IS_ERR_OR_NULL(di->usb_phy)) {
IS_ERR_OR_NULL    844 drivers/power/supply/axp288_fuel_gauge.c 		if (!IS_ERR_OR_NULL(info->iio_channel[i]))
IS_ERR_OR_NULL   1819 drivers/power/supply/bq24190_charger.c 	if (!IS_ERR_OR_NULL(bdi->battery))
IS_ERR_OR_NULL    900 drivers/power/supply/bq25890_charger.c 	if (!IS_ERR_OR_NULL(bq->usb_phy)) {
IS_ERR_OR_NULL    922 drivers/power/supply/bq25890_charger.c 	if (!IS_ERR_OR_NULL(bq->usb_phy))
IS_ERR_OR_NULL    934 drivers/power/supply/bq25890_charger.c 	if (!IS_ERR_OR_NULL(bq->usb_phy))
IS_ERR_OR_NULL    587 drivers/power/supply/da9150-charger.c 	if (!IS_ERR_OR_NULL(charger->usb_phy)) {
IS_ERR_OR_NULL    624 drivers/power/supply/da9150-charger.c 	if (!IS_ERR_OR_NULL(charger->usb_phy))
IS_ERR_OR_NULL    663 drivers/power/supply/da9150-charger.c 	if (!IS_ERR_OR_NULL(charger->usb_phy))
IS_ERR_OR_NULL    575 drivers/power/supply/max14577_charger.c 	if (IS_ERR_OR_NULL(chg->pdata))
IS_ERR_OR_NULL    320 drivers/power/supply/pda_power.c 	if (!IS_ERR_OR_NULL(transceiver)) {
IS_ERR_OR_NULL    376 drivers/power/supply/pda_power.c 	if (!IS_ERR_OR_NULL(transceiver) && pdata->use_otg_notifier) {
IS_ERR_OR_NULL    412 drivers/power/supply/pda_power.c 	if (!IS_ERR_OR_NULL(transceiver))
IS_ERR_OR_NULL    447 drivers/power/supply/pda_power.c 	if (!IS_ERR_OR_NULL(transceiver))
IS_ERR_OR_NULL    554 drivers/power/supply/power_supply_core.c 	if (IS_ERR_OR_NULL(psy)) {
IS_ERR_OR_NULL    887 drivers/power/supply/power_supply_core.c 	if (IS_ERR_OR_NULL(psy->tzd))
IS_ERR_OR_NULL    969 drivers/power/supply/power_supply_core.c 	if (IS_ERR_OR_NULL(psy->tcd))
IS_ERR_OR_NULL    443 drivers/power/supply/twl4030_charger.c 	if (enable && !IS_ERR_OR_NULL(bci->transceiver)) {
IS_ERR_OR_NULL   1097 drivers/power/supply/twl4030_charger.c 	if (!IS_ERR_OR_NULL(bci->transceiver))
IS_ERR_OR_NULL   2038 drivers/regulator/core.c 	if (IS_ERR_OR_NULL(regulator))
IS_ERR_OR_NULL    420 drivers/regulator/tps65090-regulator.c 	if (IS_ERR_OR_NULL(tps65090_pdata)) {
IS_ERR_OR_NULL    141 drivers/regulator/tps65132-regulator.c 	if (IS_ERR_OR_NULL(rpdata->en_gpiod)) {
IS_ERR_OR_NULL    153 drivers/regulator/tps65132-regulator.c 	if (IS_ERR_OR_NULL(rpdata->act_dis_gpiod)) {
IS_ERR_OR_NULL   1315 drivers/remoteproc/qcom_q6v5_mss.c 		if (IS_ERR_OR_NULL(devs[i])) {
IS_ERR_OR_NULL    102 drivers/remoteproc/stm32_rproc.c 	if (IS_ERR_OR_NULL(va)) {
IS_ERR_OR_NULL    759 drivers/reset/core.c 	if (IS_ERR_OR_NULL(rstc))
IS_ERR_OR_NULL    790 drivers/reset/core.c 	if (!IS_ERR_OR_NULL(rstc)) {
IS_ERR_OR_NULL    931 drivers/reset/core.c 	if (IS_ERR_OR_NULL(rstc)) {
IS_ERR_OR_NULL   1485 drivers/rpmsg/qcom_smd.c 	if (!IS_ERR_OR_NULL(edge->mbox_chan))
IS_ERR_OR_NULL    675 drivers/rtc/interface.c 	if (IS_ERR_OR_NULL(rtc))
IS_ERR_OR_NULL    359 drivers/s390/char/hmcdrv_dev.c 	if (!IS_ERR_OR_NULL(hmcdrv_dev_class)) {
IS_ERR_OR_NULL    125 drivers/scsi/csiostor/csio_init.c 	if (IS_ERR_OR_NULL(hw->debugfs_root))
IS_ERR_OR_NULL   2029 drivers/scsi/cxlflash/main.c 	if (IS_ERR_OR_NULL(ctx)) {
IS_ERR_OR_NULL   1413 drivers/scsi/cxlflash/superpipe.c 	if (IS_ERR_OR_NULL(ctx)) {
IS_ERR_OR_NULL   1492 drivers/scsi/cxlflash/superpipe.c 	if (!IS_ERR_OR_NULL(ctx)) {
IS_ERR_OR_NULL   1547 drivers/scsi/cxlflash/superpipe.c 	if (IS_ERR_OR_NULL(ctx)) {
IS_ERR_OR_NULL     40 drivers/scsi/ufs/cdns-pltfrm.c 		if (IS_ERR_OR_NULL(clki->clk))
IS_ERR_OR_NULL    376 drivers/scsi/ufs/ufshcd.c 		if (!IS_ERR_OR_NULL(clki->clk) && clki->min_freq &&
IS_ERR_OR_NULL    919 drivers/scsi/ufs/ufshcd.c 		if (!IS_ERR_OR_NULL(clki->clk)) {
IS_ERR_OR_NULL    989 drivers/scsi/ufs/ufshcd.c 		if (!IS_ERR_OR_NULL(clki->clk)) {
IS_ERR_OR_NULL   7301 drivers/scsi/ufs/ufshcd.c 		if (!IS_ERR_OR_NULL(clki->clk)) {
IS_ERR_OR_NULL   7336 drivers/scsi/ufs/ufshcd.c 			if (!IS_ERR_OR_NULL(clki->clk) && clki->enabled)
IS_ERR_OR_NULL    415 drivers/sh/clk/core.c 	if (IS_ERR_OR_NULL(clk))
IS_ERR_OR_NULL    101 drivers/soc/qcom/llcc-slice.c 	if (!IS_ERR_OR_NULL(desc))
IS_ERR_OR_NULL    155 drivers/soc/qcom/llcc-slice.c 	if (IS_ERR_OR_NULL(desc))
IS_ERR_OR_NULL    195 drivers/soc/qcom/llcc-slice.c 	if (IS_ERR_OR_NULL(desc))
IS_ERR_OR_NULL    225 drivers/soc/qcom/llcc-slice.c 	if (IS_ERR_OR_NULL(desc))
IS_ERR_OR_NULL    238 drivers/soc/qcom/llcc-slice.c 	if (IS_ERR_OR_NULL(desc))
IS_ERR_OR_NULL    709 drivers/soc/qcom/smem.c 	if (IS_ERR_OR_NULL(ptable))
IS_ERR_OR_NULL     40 drivers/soc/tegra/flowctrl.c 	if (WARN_ONCE(IS_ERR_OR_NULL(tegra_flowctrl_base),
IS_ERR_OR_NULL     55 drivers/soc/tegra/flowctrl.c 	if (WARN_ONCE(IS_ERR_OR_NULL(tegra_flowctrl_base),
IS_ERR_OR_NULL    800 drivers/soc/ti/knav_qmss_queue.c 	if (IS_ERR_OR_NULL(pool->queue)) {
IS_ERR_OR_NULL    136 drivers/spi/spi-at91-usart.c 	if (IS_ERR_OR_NULL(ctlr->dma_tx)) {
IS_ERR_OR_NULL    149 drivers/spi/spi-at91-usart.c 	if (IS_ERR_OR_NULL(ctlr->dma_rx)) {
IS_ERR_OR_NULL    189 drivers/spi/spi-at91-usart.c 	if (!IS_ERR_OR_NULL(ctlr->dma_tx))
IS_ERR_OR_NULL    191 drivers/spi/spi-at91-usart.c 	if (!IS_ERR_OR_NULL(ctlr->dma_rx))
IS_ERR_OR_NULL    738 drivers/spi/spi-mem.c 	if (IS_ERR_OR_NULL(mem->name))
IS_ERR_OR_NULL    405 drivers/spi/spi-qup.c 	if (IS_ERR_OR_NULL(desc))
IS_ERR_OR_NULL    897 drivers/spi/spi-qup.c 		    IS_ERR_OR_NULL(master->dma_rx))
IS_ERR_OR_NULL    905 drivers/spi/spi-qup.c 		    IS_ERR_OR_NULL(master->dma_tx))
IS_ERR_OR_NULL    920 drivers/spi/spi-qup.c 	if (!IS_ERR_OR_NULL(master->dma_rx))
IS_ERR_OR_NULL    922 drivers/spi/spi-qup.c 	if (!IS_ERR_OR_NULL(master->dma_tx))
IS_ERR_OR_NULL    792 drivers/spi/spi-s3c64xx.c 	if (IS_ERR_OR_NULL(cs)) {
IS_ERR_OR_NULL    556 drivers/spi/spi-sprd.c 	if (IS_ERR_OR_NULL(ss->dma.dma_chan[SPRD_SPI_RX])) {
IS_ERR_OR_NULL    565 drivers/spi/spi-sprd.c 	if (IS_ERR_OR_NULL(ss->dma.dma_chan[SPRD_SPI_TX])) {
IS_ERR_OR_NULL   2237 drivers/staging/fwserial/fwserial.c 	if (!IS_ERR_OR_NULL(fwserial_debugfs)) {
IS_ERR_OR_NULL   2240 drivers/staging/fwserial/fwserial.c 		if (!IS_ERR_OR_NULL(serial->debugfs)) {
IS_ERR_OR_NULL   1106 drivers/staging/greybus/loopback.c 	if (!IS_ERR_OR_NULL(gb->task))
IS_ERR_OR_NULL    129 drivers/staging/media/imx/imx-media-vdic.c 	if (!IS_ERR_OR_NULL(priv->vdi))
IS_ERR_OR_NULL   2751 drivers/staging/media/ipu3/ipu3-css-params.c 	if (!IS_ERR_OR_NULL(lin_vmem)) {
IS_ERR_OR_NULL   2774 drivers/staging/media/ipu3/ipu3-css-params.c 		if (!IS_ERR_OR_NULL(tnr_vmem)) {
IS_ERR_OR_NULL   2787 drivers/staging/media/ipu3/ipu3-css-params.c 	if (!IS_ERR_OR_NULL(xnr_vmem)) {
IS_ERR_OR_NULL   2834 drivers/staging/media/ipu3/ipu3-css-params.c 		if (!IS_ERR_OR_NULL(tnr_dmem)) {
IS_ERR_OR_NULL   2846 drivers/staging/media/ipu3/ipu3-css-params.c 	if (!IS_ERR_OR_NULL(xnr_dmem)) {
IS_ERR_OR_NULL    920 drivers/staging/most/dim2/dim2.c 	if (IS_ERR_OR_NULL(dev->clk)) {
IS_ERR_OR_NULL    934 drivers/staging/most/dim2/dim2.c 		if (IS_ERR_OR_NULL(dev->clk_pll)) {
IS_ERR_OR_NULL    414 drivers/staging/octeon/ethernet.c 	if (!IS_ERR_OR_NULL(mac))
IS_ERR_OR_NULL    284 drivers/tee/optee/core.c 		if (!IS_ERR_OR_NULL(arg)) {
IS_ERR_OR_NULL    547 drivers/thermal/cpu_cooling.c 	if (IS_ERR_OR_NULL(policy)) {
IS_ERR_OR_NULL    577 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 	if (IS_ERR_OR_NULL(rapl_mmio_priv.control_type))
IS_ERR_OR_NULL   1737 drivers/thermal/tegra/soctherm.c 			if (IS_ERR_OR_NULL(tcd)) {
IS_ERR_OR_NULL    478 drivers/tty/serial/8250/8250_dw.c 	if (!IS_ERR_OR_NULL(data->clk)) {
IS_ERR_OR_NULL    611 drivers/tty/serial/sirfsoc_uart.c 	if (IS_ERR_OR_NULL(sirfport->rx_dma_items.desc)) {
IS_ERR_OR_NULL    161 drivers/tty/tty_audit.c 	if (!IS_ERR_OR_NULL(buf)) {
IS_ERR_OR_NULL    223 drivers/tty/tty_audit.c 	if (IS_ERR_OR_NULL(buf))
IS_ERR_OR_NULL    824 drivers/usb/chipidea/core.c 	if (!IS_ERR_OR_NULL(id->edev)) {
IS_ERR_OR_NULL    835 drivers/usb/chipidea/core.c 	if (!IS_ERR_OR_NULL(vbus->edev)) {
IS_ERR_OR_NULL    526 drivers/usb/dwc2/core_intr.c 				if (!IS_ERR_OR_NULL(hsotg->uphy))
IS_ERR_OR_NULL   4445 drivers/usb/dwc2/gadget.c 	if (!IS_ERR_OR_NULL(hsotg->uphy))
IS_ERR_OR_NULL   4498 drivers/usb/dwc2/gadget.c 	if (!IS_ERR_OR_NULL(hsotg->uphy))
IS_ERR_OR_NULL   4602 drivers/usb/dwc2/gadget.c 	if (IS_ERR_OR_NULL(hsotg->uphy))
IS_ERR_OR_NULL   4365 drivers/usb/dwc2/hcd.c 	if (!IS_ERR_OR_NULL(hsotg->uphy)) {
IS_ERR_OR_NULL   4404 drivers/usb/dwc2/hcd.c 	if (!IS_ERR_OR_NULL(hsotg->uphy)) {
IS_ERR_OR_NULL   5222 drivers/usb/dwc2/hcd.c 	if (!IS_ERR_OR_NULL(hsotg->uphy))
IS_ERR_OR_NULL   5280 drivers/usb/dwc2/hcd.c 	if (!IS_ERR_OR_NULL(hsotg->uphy))
IS_ERR_OR_NULL   1108 drivers/usb/gadget/function/u_serial.c 	if (!IS_ERR_OR_NULL(info->console_thread))
IS_ERR_OR_NULL    335 drivers/usb/gadget/legacy/audio.c 	if (!IS_ERR_OR_NULL(f_uac1))
IS_ERR_OR_NULL    337 drivers/usb/gadget/legacy/audio.c 	if (!IS_ERR_OR_NULL(fi_uac1))
IS_ERR_OR_NULL    340 drivers/usb/gadget/legacy/audio.c 	if (!IS_ERR_OR_NULL(f_uac2))
IS_ERR_OR_NULL    342 drivers/usb/gadget/legacy/audio.c 	if (!IS_ERR_OR_NULL(fi_uac2))
IS_ERR_OR_NULL    216 drivers/usb/gadget/legacy/cdc2.c 	if (!IS_ERR_OR_NULL(f_ecm))
IS_ERR_OR_NULL    218 drivers/usb/gadget/legacy/cdc2.c 	if (!IS_ERR_OR_NULL(fi_ecm))
IS_ERR_OR_NULL    188 drivers/usb/gadget/legacy/ncm.c 	if (!IS_ERR_OR_NULL(f_ncm))
IS_ERR_OR_NULL    190 drivers/usb/gadget/legacy/ncm.c 	if (!IS_ERR_OR_NULL(f_ncm_inst))
IS_ERR_OR_NULL    193 drivers/usb/gadget/legacy/nokia.c 	if (!IS_ERR_OR_NULL(f_phonet)) {
IS_ERR_OR_NULL    199 drivers/usb/gadget/legacy/nokia.c 	if (!IS_ERR_OR_NULL(f_obex1)) {
IS_ERR_OR_NULL    205 drivers/usb/gadget/legacy/nokia.c 	if (!IS_ERR_OR_NULL(f_obex2)) {
IS_ERR_OR_NULL    259 drivers/usb/gadget/legacy/nokia.c 	if (!IS_ERR_OR_NULL(f_obex2))
IS_ERR_OR_NULL    261 drivers/usb/gadget/legacy/nokia.c 	if (!IS_ERR_OR_NULL(f_obex1))
IS_ERR_OR_NULL    263 drivers/usb/gadget/legacy/nokia.c 	if (!IS_ERR_OR_NULL(f_phonet))
IS_ERR_OR_NULL    362 drivers/usb/gadget/legacy/nokia.c 	if (!IS_ERR_OR_NULL(f_obex1_cfg1))
IS_ERR_OR_NULL    364 drivers/usb/gadget/legacy/nokia.c 	if (!IS_ERR_OR_NULL(f_obex2_cfg1))
IS_ERR_OR_NULL    366 drivers/usb/gadget/legacy/nokia.c 	if (!IS_ERR_OR_NULL(f_phonet_cfg1))
IS_ERR_OR_NULL    392 drivers/usb/gadget/legacy/nokia.c 	if (!IS_ERR_OR_NULL(f_obex1_cfg2))
IS_ERR_OR_NULL    394 drivers/usb/gadget/legacy/nokia.c 	if (!IS_ERR_OR_NULL(f_obex2_cfg2))
IS_ERR_OR_NULL    396 drivers/usb/gadget/legacy/nokia.c 	if (!IS_ERR_OR_NULL(f_obex1_cfg1))
IS_ERR_OR_NULL    398 drivers/usb/gadget/legacy/nokia.c 	if (!IS_ERR_OR_NULL(f_obex2_cfg1))
IS_ERR_OR_NULL    400 drivers/usb/gadget/legacy/nokia.c 	if (!IS_ERR_OR_NULL(f_phonet_cfg1))
IS_ERR_OR_NULL    402 drivers/usb/gadget/legacy/nokia.c 	if (!IS_ERR_OR_NULL(f_phonet_cfg2))
IS_ERR_OR_NULL     66 drivers/usb/gadget/legacy/tcm_usb_gadget.c 	if (!IS_ERR_OR_NULL(f_tcm))
IS_ERR_OR_NULL    165 drivers/usb/gadget/legacy/tcm_usb_gadget.c 	if (!IS_ERR_OR_NULL(fi_tcm))
IS_ERR_OR_NULL    357 drivers/usb/gadget/legacy/webcam.c 	if (!IS_ERR_OR_NULL(f_uvc))
IS_ERR_OR_NULL    359 drivers/usb/gadget/legacy/webcam.c 	if (!IS_ERR_OR_NULL(fi_uvc))
IS_ERR_OR_NULL    402 drivers/usb/gadget/legacy/zero.c 	if (!IS_ERR_OR_NULL(func_ss))
IS_ERR_OR_NULL    405 drivers/usb/gadget/legacy/zero.c 	if (!IS_ERR_OR_NULL(func_lb))
IS_ERR_OR_NULL   1205 drivers/usb/gadget/udc/fsl_udc_core.c 	if (!IS_ERR_OR_NULL(udc->transceiver))
IS_ERR_OR_NULL   1955 drivers/usb/gadget/udc/fsl_udc_core.c 	if (!IS_ERR_OR_NULL(udc_controller->transceiver)) {
IS_ERR_OR_NULL   1961 drivers/usb/gadget/udc/fsl_udc_core.c 		if (!IS_ERR_OR_NULL(udc_controller->transceiver)) {
IS_ERR_OR_NULL   1988 drivers/usb/gadget/udc/fsl_udc_core.c 	if (!IS_ERR_OR_NULL(udc_controller->transceiver))
IS_ERR_OR_NULL   2382 drivers/usb/gadget/udc/fsl_udc_core.c 		if (IS_ERR_OR_NULL(udc_controller->transceiver)) {
IS_ERR_OR_NULL   2466 drivers/usb/gadget/udc/fsl_udc_core.c 	if (IS_ERR_OR_NULL(udc_controller->transceiver)) {
IS_ERR_OR_NULL   2488 drivers/usb/gadget/udc/fsl_udc_core.c 	if (!IS_ERR_OR_NULL(udc_controller->transceiver))
IS_ERR_OR_NULL   1155 drivers/usb/gadget/udc/omap_udc.c 		if (!IS_ERR_OR_NULL(udc->transceiver))
IS_ERR_OR_NULL   1288 drivers/usb/gadget/udc/omap_udc.c 	if (!IS_ERR_OR_NULL(udc->transceiver))
IS_ERR_OR_NULL   1738 drivers/usb/gadget/udc/omap_udc.c 				if (IS_ERR_OR_NULL(udc->transceiver))
IS_ERR_OR_NULL   1743 drivers/usb/gadget/udc/omap_udc.c 				if (IS_ERR_OR_NULL(udc->transceiver))
IS_ERR_OR_NULL   1783 drivers/usb/gadget/udc/omap_udc.c 				if (!IS_ERR_OR_NULL(udc->transceiver))
IS_ERR_OR_NULL   1788 drivers/usb/gadget/udc/omap_udc.c 				if (!IS_ERR_OR_NULL(udc->transceiver))
IS_ERR_OR_NULL   2074 drivers/usb/gadget/udc/omap_udc.c 	if (!IS_ERR_OR_NULL(udc->transceiver)) {
IS_ERR_OR_NULL   2113 drivers/usb/gadget/udc/omap_udc.c 	if (!IS_ERR_OR_NULL(udc->transceiver))
IS_ERR_OR_NULL   2598 drivers/usb/gadget/udc/omap_udc.c 	if (!IS_ERR_OR_NULL(udc->transceiver)) {
IS_ERR_OR_NULL   2816 drivers/usb/gadget/udc/omap_udc.c 		if (!IS_ERR_OR_NULL(xceiv))
IS_ERR_OR_NULL   2840 drivers/usb/gadget/udc/omap_udc.c 			if (IS_ERR_OR_NULL(xceiv)) {
IS_ERR_OR_NULL   2926 drivers/usb/gadget/udc/omap_udc.c 	if (!IS_ERR_OR_NULL(xceiv))
IS_ERR_OR_NULL   1213 drivers/usb/gadget/udc/pxa25x_udc.c 	if (!IS_ERR_OR_NULL(udc->transceiver))
IS_ERR_OR_NULL   1477 drivers/usb/gadget/udc/pxa25x_udc.c 	if (!IS_ERR_OR_NULL(dev->transceiver)) {
IS_ERR_OR_NULL   1553 drivers/usb/gadget/udc/pxa25x_udc.c 	if (!IS_ERR_OR_NULL(dev->transceiver))
IS_ERR_OR_NULL   2450 drivers/usb/gadget/udc/pxa25x_udc.c 	if (!IS_ERR_OR_NULL(dev->transceiver))
IS_ERR_OR_NULL   2473 drivers/usb/gadget/udc/pxa25x_udc.c 	if (!IS_ERR_OR_NULL(dev->transceiver))
IS_ERR_OR_NULL   1488 drivers/usb/gadget/udc/pxa27x_udc.c 	put_on &= ((udc->vbus_sensed) || (IS_ERR_OR_NULL(udc->transceiver)));
IS_ERR_OR_NULL   1509 drivers/usb/gadget/udc/pxa27x_udc.c 	put_off |= ((!udc->vbus_sensed) && (!IS_ERR_OR_NULL(udc->transceiver)));
IS_ERR_OR_NULL   1577 drivers/usb/gadget/udc/pxa27x_udc.c 	if (!IS_ERR_OR_NULL(udc->transceiver))
IS_ERR_OR_NULL   1757 drivers/usb/gadget/udc/pxa27x_udc.c 	if (!IS_ERR_OR_NULL(udc->transceiver)) {
IS_ERR_OR_NULL   1808 drivers/usb/gadget/udc/pxa27x_udc.c 	if (!IS_ERR_OR_NULL(udc->transceiver))
IS_ERR_OR_NULL   2430 drivers/usb/gadget/udc/pxa27x_udc.c 	if (!IS_ERR_OR_NULL(udc->transceiver))
IS_ERR_OR_NULL   2442 drivers/usb/gadget/udc/pxa27x_udc.c 	if (!IS_ERR_OR_NULL(udc->transceiver))
IS_ERR_OR_NULL   2460 drivers/usb/gadget/udc/pxa27x_udc.c 	if (!IS_ERR_OR_NULL(udc->transceiver)) {
IS_ERR_OR_NULL   1176 drivers/usb/gadget/udc/s3c-hsudc.c 	if (!IS_ERR_OR_NULL(hsudc->transceiver)) {
IS_ERR_OR_NULL   1222 drivers/usb/gadget/udc/s3c-hsudc.c 	if (!IS_ERR_OR_NULL(hsudc->transceiver))
IS_ERR_OR_NULL   1250 drivers/usb/gadget/udc/s3c-hsudc.c 	if (!IS_ERR_OR_NULL(hsudc->transceiver))
IS_ERR_OR_NULL   1348 drivers/usb/gadget/udc/s3c-hsudc.c 	if (!IS_ERR_OR_NULL(hsudc->transceiver))
IS_ERR_OR_NULL    288 drivers/usb/host/bcma-hcd.c 	if (IS_ERR_OR_NULL(usb_dev->gpio_desc))
IS_ERR_OR_NULL    159 drivers/usb/host/ehci-fsl.c 		if (!IS_ERR_OR_NULL(hcd->usb_phy)) {
IS_ERR_OR_NULL    698 drivers/usb/host/ehci-fsl.c 	if (!IS_ERR_OR_NULL(hcd->usb_phy)) {
IS_ERR_OR_NULL    231 drivers/usb/host/ehci-mv.c 	if (!IS_ERR_OR_NULL(ehci_mv->otg))
IS_ERR_OR_NULL    221 drivers/usb/host/ohci-omap.c 		if (!IS_ERR_OR_NULL(hcd->usb_phy)) {
IS_ERR_OR_NULL    400 drivers/usb/host/ohci-omap.c 	if (!IS_ERR_OR_NULL(hcd->usb_phy)) {
IS_ERR_OR_NULL    179 drivers/usb/host/ohci-pxa27x.c 	if (IS_ERR_OR_NULL(vbus))
IS_ERR_OR_NULL    635 drivers/usb/host/xhci-mtk-sch.c 	if (IS_ERR_OR_NULL(sch_ep))
IS_ERR_OR_NULL    917 drivers/usb/host/xhci-tegra.c 	if (!IS_ERR_OR_NULL(tegra->genpd_dev_ss))
IS_ERR_OR_NULL    919 drivers/usb/host/xhci-tegra.c 	if (!IS_ERR_OR_NULL(tegra->genpd_dev_host))
IS_ERR_OR_NULL    344 drivers/usb/musb/am35x.c 	if (IS_ERR_OR_NULL(musb->xceiv))
IS_ERR_OR_NULL    375 drivers/usb/musb/da8xx.c 	if (IS_ERR_OR_NULL(musb->xceiv)) {
IS_ERR_OR_NULL    459 drivers/usb/musb/da8xx.c 	if (IS_ERR_OR_NULL(controller))
IS_ERR_OR_NULL    364 drivers/usb/musb/davinci.c 	if (IS_ERR_OR_NULL(musb->xceiv)) {
IS_ERR_OR_NULL    661 drivers/usb/musb/musb_dsps.c 	if (IS_ERR_OR_NULL(controller))
IS_ERR_OR_NULL   1098 drivers/usb/musb/tusb6010.c 	if (IS_ERR_OR_NULL(musb->xceiv))
IS_ERR_OR_NULL    149 drivers/usb/musb/ux500.c 	if (IS_ERR_OR_NULL(musb->xceiv)) {
IS_ERR_OR_NULL    961 drivers/usb/renesas_usbhs/mod_gadget.c 	if (!IS_ERR_OR_NULL(gpriv->transceiver)) {
IS_ERR_OR_NULL    987 drivers/usb/renesas_usbhs/mod_gadget.c 	if (!IS_ERR_OR_NULL(gpriv->transceiver))
IS_ERR_OR_NULL     46 drivers/usb/roles/class.c 	if (IS_ERR_OR_NULL(sw))
IS_ERR_OR_NULL     72 drivers/usb/roles/class.c 	if (IS_ERR_OR_NULL(sw))
IS_ERR_OR_NULL    134 drivers/usb/roles/class.c 	if (!IS_ERR_OR_NULL(sw))
IS_ERR_OR_NULL    156 drivers/usb/roles/class.c 	if (!IS_ERR_OR_NULL(sw))
IS_ERR_OR_NULL    171 drivers/usb/roles/class.c 	if (!IS_ERR_OR_NULL(sw)) {
IS_ERR_OR_NULL    333 drivers/usb/roles/class.c 	if (!IS_ERR_OR_NULL(sw))
IS_ERR_OR_NULL    237 drivers/usb/typec/class.c 	if (IS_ERR_OR_NULL(port_dev))
IS_ERR_OR_NULL    548 drivers/usb/typec/class.c 	if (IS_ERR_OR_NULL(adev))
IS_ERR_OR_NULL    692 drivers/usb/typec/class.c 	if (!IS_ERR_OR_NULL(partner))
IS_ERR_OR_NULL    783 drivers/usb/typec/class.c 	if (!IS_ERR_OR_NULL(plug))
IS_ERR_OR_NULL    909 drivers/usb/typec/class.c 	if (!IS_ERR_OR_NULL(cable))
IS_ERR_OR_NULL   1626 drivers/usb/typec/class.c 	if (!IS_ERR_OR_NULL(port))
IS_ERR_OR_NULL     76 drivers/usb/typec/mux.c 	if (!IS_ERR_OR_NULL(sw))
IS_ERR_OR_NULL     91 drivers/usb/typec/mux.c 	if (!IS_ERR_OR_NULL(sw)) {
IS_ERR_OR_NULL    161 drivers/usb/typec/mux.c 	if (!IS_ERR_OR_NULL(sw))
IS_ERR_OR_NULL    266 drivers/usb/typec/mux.c 	if (!IS_ERR_OR_NULL(mux))
IS_ERR_OR_NULL    281 drivers/usb/typec/mux.c 	if (!IS_ERR_OR_NULL(mux)) {
IS_ERR_OR_NULL    350 drivers/usb/typec/mux.c 	if (!IS_ERR_OR_NULL(mux))
IS_ERR_OR_NULL    271 drivers/usb/typec/tcpm/tcpci_rt1711h.c 	if (IS_ERR_OR_NULL(chip->tcpci))
IS_ERR_OR_NULL   1123 drivers/usb/typec/tcpm/tcpm.c 		if (IS_ERR_OR_NULL(port->partner))
IS_ERR_OR_NULL   1705 drivers/vhost/vhost.c 	if (!IS_ERR_OR_NULL(ctx))
IS_ERR_OR_NULL    665 drivers/video/backlight/backlight.c 	if (IS_ERR_OR_NULL(bd))
IS_ERR_OR_NULL    178 drivers/video/fbdev/clps711x-fb.c 	if (!IS_ERR_OR_NULL(cfb->lcd_pwr))
IS_ERR_OR_NULL    189 drivers/video/fbdev/clps711x-fb.c 	if (!IS_ERR_OR_NULL(cfb->lcd_pwr)) {
IS_ERR_OR_NULL   2264 drivers/video/fbdev/pxafb.c 	if (IS_ERR_OR_NULL(inf))
IS_ERR_OR_NULL    974 drivers/watchdog/watchdog_dev.c 	if (IS_ERR_OR_NULL(watchdog_kworker))
IS_ERR_OR_NULL    300 drivers/xen/pcpu.c 		if (IS_ERR_OR_NULL(pcpu))
IS_ERR_OR_NULL    225 drivers/xen/xen-acpi-processor.c 	if (!IS_ERR_OR_NULL(dst_states)) {
IS_ERR_OR_NULL    262 drivers/xen/xen-acpi-processor.c 	if (!IS_ERR_OR_NULL(dst_states))
IS_ERR_OR_NULL    229 fs/affs/namei.c 	if (!IS_ERR_OR_NULL(res))
IS_ERR_OR_NULL    721 fs/afs/dir.c   		if (!IS_ERR_OR_NULL(ti)) {
IS_ERR_OR_NULL    958 fs/afs/dir.c   	if (!IS_ERR_OR_NULL(inode))
IS_ERR_OR_NULL    962 fs/afs/dir.c   	if (!IS_ERR_OR_NULL(d)) {
IS_ERR_OR_NULL    231 fs/afs/dynroot.c 	if (IS_ERR_OR_NULL(subdir)) {
IS_ERR_OR_NULL   1996 fs/btrfs/extent-tree.c 			if (IS_ERR_OR_NULL(locked_ref)) {
IS_ERR_OR_NULL   3041 fs/btrfs/extent_io.c 	if (em_cached && !IS_ERR_OR_NULL(em)) {
IS_ERR_OR_NULL   3124 fs/btrfs/extent_io.c 		if (IS_ERR_OR_NULL(em)) {
IS_ERR_OR_NULL   3472 fs/btrfs/extent_io.c 		if (IS_ERR_OR_NULL(em)) {
IS_ERR_OR_NULL   4508 fs/btrfs/extent_io.c 		if (IS_ERR_OR_NULL(em))
IS_ERR_OR_NULL   4138 fs/btrfs/inode.c 	if (IS_ERR_OR_NULL(di)) {
IS_ERR_OR_NULL   4319 fs/btrfs/inode.c 	if (IS_ERR_OR_NULL(di)) {
IS_ERR_OR_NULL   4346 fs/btrfs/inode.c 		if (IS_ERR_OR_NULL(di)) {
IS_ERR_OR_NULL   5679 fs/btrfs/inode.c 	if (IS_ERR_OR_NULL(di)) {
IS_ERR_OR_NULL   11032 fs/btrfs/inode.c 	if (!IS_ERR_OR_NULL(em))
IS_ERR_OR_NULL   4012 fs/btrfs/ioctl.c 	if (IS_ERR_OR_NULL(di)) {
IS_ERR_OR_NULL   1716 fs/btrfs/send.c 	if (IS_ERR_OR_NULL(di)) {
IS_ERR_OR_NULL   7356 fs/btrfs/send.c 	if (sctx && !IS_ERR_OR_NULL(sctx->parent_root))
IS_ERR_OR_NULL   1089 fs/btrfs/tree-log.c 	if (!IS_ERR_OR_NULL(extref)) {
IS_ERR_OR_NULL   1983 fs/btrfs/tree-log.c 	if (IS_ERR_OR_NULL(dst_di)) {
IS_ERR_OR_NULL   1463 fs/btrfs/volumes.c 	if (IS_ERR_OR_NULL(*page))
IS_ERR_OR_NULL    240 fs/ceph/quota.c 			if (IS_ERR_OR_NULL(in))
IS_ERR_OR_NULL    347 fs/ceph/quota.c 			if (IS_ERR_OR_NULL(in))
IS_ERR_OR_NULL    434 fs/cifs/connect.c 	if (!IS_ERR_OR_NULL(sb))
IS_ERR_OR_NULL   3136 fs/cifs/connect.c 	if (IS_ERR_OR_NULL(upayload)) {
IS_ERR_OR_NULL   1355 fs/cifs/dfs_cache.c 	if (IS_ERR_OR_NULL(server)) {
IS_ERR_OR_NULL   1462 fs/cifs/dfs_cache.c 		if (IS_ERR_OR_NULL(server))
IS_ERR_OR_NULL    730 fs/debugfs/inode.c 	if (IS_ERR_OR_NULL(dentry))
IS_ERR_OR_NULL    759 fs/debugfs/inode.c 	if (IS_ERR_OR_NULL(dentry))
IS_ERR_OR_NULL    845 fs/debugfs/inode.c 	if (IS_ERR_OR_NULL(old_dentry))
IS_ERR_OR_NULL    437 fs/exportfs/expfs.c 	if (IS_ERR_OR_NULL(result))
IS_ERR_OR_NULL   2455 fs/ext4/mballoc.c 		BUG_ON(IS_ERR_OR_NULL(bh));
IS_ERR_OR_NULL   1664 fs/f2fs/node.c 		if (IS_ERR_OR_NULL(last_page))
IS_ERR_OR_NULL    753 fs/gfs2/dir.c  	if (IS_ERR_OR_NULL(dent))
IS_ERR_OR_NULL    857 fs/gfs2/dir.c  	if (IS_ERR_OR_NULL(dent)) {
IS_ERR_OR_NULL    689 fs/gfs2/glock.c 	if (!IS_ERR_OR_NULL(inode)) {
IS_ERR_OR_NULL   2045 fs/gfs2/glock.c 		if (IS_ERR_OR_NULL(gl)) {
IS_ERR_OR_NULL    796 fs/gfs2/inode.c 	if (!IS_ERR_OR_NULL(inode)) {
IS_ERR_OR_NULL    581 fs/gfs2/ops_fstype.c 		if (IS_ERR_OR_NULL(jd->jd_inode)) {
IS_ERR_OR_NULL     92 fs/mount.h     	return !IS_ERR_OR_NULL(real_mount(mnt)->mnt_ns);
IS_ERR_OR_NULL   1079 fs/namei.c     		if (IS_ERR_OR_NULL(res))
IS_ERR_OR_NULL   3806 fs/namespace.c 	if (!IS_ERR_OR_NULL(mnt)) {
IS_ERR_OR_NULL    898 fs/nfs/filelayout/filelayout.c 	if (IS_ERR_OR_NULL(lseg))
IS_ERR_OR_NULL   2427 fs/nfs/flexfilelayout/flexfilelayout.c 		if (IS_ERR_OR_NULL(mirror->mirror_ds))
IS_ERR_OR_NULL    159 fs/nfs/flexfilelayout/flexfilelayout.h 		if (!IS_ERR_OR_NULL(mirror_ds))
IS_ERR_OR_NULL     28 fs/nfs/flexfilelayout/flexfilelayoutdev.c 	if (!IS_ERR_OR_NULL(mirror_ds))
IS_ERR_OR_NULL    260 fs/nfs/flexfilelayout/flexfilelayoutdev.c 	if (IS_ERR_OR_NULL(mirror->mirror_ds))
IS_ERR_OR_NULL    311 fs/nfs/nfs3acl.c 	if (IS_ERR_OR_NULL(acl))
IS_ERR_OR_NULL    330 fs/nfs/nfs4idmap.c 	if (IS_ERR_OR_NULL(payload)) {
IS_ERR_OR_NULL    634 fs/nfs/nfs4trace.h 			if (!IS_ERR_OR_NULL(state)) {
IS_ERR_OR_NULL   1367 fs/nfs/nfs4trace.h 			if (!IS_ERR_OR_NULL(inode)) {
IS_ERR_OR_NULL   1424 fs/nfs/nfs4trace.h 			if (!IS_ERR_OR_NULL(inode)) {
IS_ERR_OR_NULL   2104 fs/nfs/pnfs.c  			IS_ERR_OR_NULL(lseg) ? "not found" : "found",
IS_ERR_OR_NULL   2311 fs/nfs/pnfs.c  	if (IS_ERR_OR_NULL(lseg)) {
IS_ERR_OR_NULL   1128 fs/nfs/write.c 	if (IS_ERR_OR_NULL(req))
IS_ERR_OR_NULL    820 fs/nfsd/nfs4recover.c 			if (IS_ERR_OR_NULL(name.data))
IS_ERR_OR_NULL    828 fs/nfsd/nfs4recover.c 				if (IS_ERR_OR_NULL(princhash.data))
IS_ERR_OR_NULL    840 fs/nfsd/nfs4recover.c 			if (IS_ERR_OR_NULL(name.data))
IS_ERR_OR_NULL    330 fs/ocfs2/acl.c 	if (IS_ERR_OR_NULL(acl))
IS_ERR_OR_NULL    158 fs/ocfs2/namei.c 		if (!IS_ERR_OR_NULL(ret))
IS_ERR_OR_NULL    468 fs/overlayfs/export.c 		if (IS_ERR_OR_NULL(upper))
IS_ERR_OR_NULL    482 fs/overlayfs/export.c 	if (IS_ERR_OR_NULL(this))
IS_ERR_OR_NULL    691 fs/overlayfs/export.c 	if (IS_ERR_OR_NULL(upper))
IS_ERR_OR_NULL    745 fs/overlayfs/export.c 		if (IS_ERR_OR_NULL(upper))
IS_ERR_OR_NULL     35 fs/overlayfs/namei.c 	if (IS_ERR_OR_NULL(buf))
IS_ERR_OR_NULL    292 fs/overlayfs/namei.c 	while (!IS_ERR_OR_NULL(base) && d_can_lookup(base)) {
IS_ERR_OR_NULL    378 fs/overlayfs/namei.c 	if (IS_ERR_OR_NULL(fh))
IS_ERR_OR_NULL    470 fs/overlayfs/namei.c 	if (IS_ERR_OR_NULL(fh))
IS_ERR_OR_NULL    476 fs/overlayfs/namei.c 	if (IS_ERR_OR_NULL(upper))
IS_ERR_OR_NULL    558 fs/overlayfs/namei.c 	if (IS_ERR_OR_NULL(upper)) {
IS_ERR_OR_NULL    487 fs/overlayfs/readdir.c 	if (IS_ERR_OR_NULL(this) || !this->d_inode) {
IS_ERR_OR_NULL    566 fs/posix_acl.c 	if (IS_ERR_OR_NULL(acl)) {
IS_ERR_OR_NULL    784 fs/proc/base.c 		if (!IS_ERR_OR_NULL(mm)) {
IS_ERR_OR_NULL   1978 fs/proc/base.c 	if (IS_ERR_OR_NULL(mm))
IS_ERR_OR_NULL    218 fs/proc/task_mmu.c 	if (!IS_ERR_OR_NULL(v))
IS_ERR_OR_NULL    583 fs/proc/task_mmu.c 	if (IS_ERR_OR_NULL(page))
IS_ERR_OR_NULL    233 fs/proc/task_nommu.c 	if (!IS_ERR_OR_NULL(_vml)) {
IS_ERR_OR_NULL    321 fs/pstore/platform.c 	if (IS_ERR_OR_NULL(ctx)) {
IS_ERR_OR_NULL    324 fs/reiserfs/super.c 		if (IS_ERR_OR_NULL(inode)) {
IS_ERR_OR_NULL     52 fs/squashfs/decompressor_multi_percpu.c 		if (!IS_ERR_OR_NULL(stream->stream))
IS_ERR_OR_NULL    542 fs/tracefs/inode.c 	if (IS_ERR_OR_NULL(dentry))
IS_ERR_OR_NULL    565 fs/tracefs/inode.c 	if (IS_ERR_OR_NULL(dentry))
IS_ERR_OR_NULL    800 fs/udf/namei.c 	if (IS_ERR_OR_NULL(fi)) {
IS_ERR_OR_NULL    847 fs/udf/namei.c 	if (IS_ERR_OR_NULL(fi)) {
IS_ERR_OR_NULL    426 include/acpi/acpi_bus.h 	return !IS_ERR_OR_NULL(fwnode) &&
IS_ERR_OR_NULL   1012 include/linux/kernel.h 	IS_ERR_OR_NULL(__mptr) ? ERR_CAST(__mptr) :			\
IS_ERR_OR_NULL    157 include/linux/of.h 	return !IS_ERR_OR_NULL(fwnode) && fwnode->ops == &of_fwnode_ops;
IS_ERR_OR_NULL    175 include/linux/pm_qos.h 	return IS_ERR_OR_NULL(dev->power.qos) ?
IS_ERR_OR_NULL    281 include/linux/pm_qos.h 	return !IS_ERR_OR_NULL(req->qos);
IS_ERR_OR_NULL    493 include/net/udp.h 	if (IS_ERR_OR_NULL(segs)) {
IS_ERR_OR_NULL    616 init/main.c    	if (!IS_ERR_OR_NULL(after_dashes))
IS_ERR_OR_NULL    150 kernel/power/qos.c 	if (IS_ERR_OR_NULL(qos)) {
IS_ERR_OR_NULL    155 kernel/power/qos.c 	if (IS_ERR_OR_NULL(c)) {
IS_ERR_OR_NULL    695 kernel/power/qos.c 		ret = IS_ERR_OR_NULL(qos) ?
IS_ERR_OR_NULL    700 kernel/power/qos.c 		ret = IS_ERR_OR_NULL(qos) ?
IS_ERR_OR_NULL    759 kernel/power/qos.c 	if (IS_ERR_OR_NULL(qos) || !req)
IS_ERR_OR_NULL    846 kernel/power/qos.c 	if (IS_ERR_OR_NULL(qos) || !notifier)
IS_ERR_OR_NULL    879 kernel/power/qos.c 	if (IS_ERR_OR_NULL(qos) || !notifier)
IS_ERR_OR_NULL    466 kernel/relay.c 		if (IS_ERR_OR_NULL(dentry))
IS_ERR_OR_NULL   3357 kernel/trace/trace_events_hist.c 	if (!IS_ERR_OR_NULL(event_var))
IS_ERR_OR_NULL   3420 kernel/trace/trace_events_hist.c 	if (IS_ERR_OR_NULL(event_var)) {
IS_ERR_OR_NULL    539 lib/rhashtable.c 	if (!IS_ERR_OR_NULL(data))
IS_ERR_OR_NULL    613 lib/rhashtable.c 	} while (!IS_ERR_OR_NULL(new_tbl));
IS_ERR_OR_NULL    753 lib/vsprintf.c 	if (IS_ERR_OR_NULL(ptr))
IS_ERR_OR_NULL   2073 mm/khugepaged.c 	if (!IS_ERR_OR_NULL(hpage))
IS_ERR_OR_NULL   1017 mm/kmemleak.c  	if (!kmemleak_enabled || IS_ERR_OR_NULL(ptr))
IS_ERR_OR_NULL    479 mm/ksm.c       		if (IS_ERR_OR_NULL(page))
IS_ERR_OR_NULL    565 mm/ksm.c       	if (IS_ERR_OR_NULL(page))
IS_ERR_OR_NULL   2306 mm/ksm.c       			if (IS_ERR_OR_NULL(*page)) {
IS_ERR_OR_NULL    407 mm/zswap.c     	if (IS_ERR_OR_NULL(tfm)) {
IS_ERR_OR_NULL    422 mm/zswap.c     	if (!IS_ERR_OR_NULL(tfm))
IS_ERR_OR_NULL   3325 net/bluetooth/hci_core.c 	if (!IS_ERR_OR_NULL(bt_debugfs))
IS_ERR_OR_NULL   1073 net/bluetooth/hci_debugfs.c 	if (IS_ERR_OR_NULL(hdev->debugfs))
IS_ERR_OR_NULL   7723 net/bluetooth/l2cap_core.c 	if (IS_ERR_OR_NULL(bt_debugfs))
IS_ERR_OR_NULL   2197 net/bluetooth/rfcomm/core.c 	if (IS_ERR_OR_NULL(bt_debugfs))
IS_ERR_OR_NULL   1079 net/bluetooth/rfcomm/sock.c 	if (IS_ERR_OR_NULL(bt_debugfs))
IS_ERR_OR_NULL   1234 net/bluetooth/sco.c 	if (IS_ERR_OR_NULL(bt_debugfs))
IS_ERR_OR_NULL    171 net/can/j1939/address-claim.c 	if (IS_ERR_OR_NULL(ecu))
IS_ERR_OR_NULL   4793 net/core/filter.c 	if (unlikely(err || IS_ERR_OR_NULL(res.f6i) ||
IS_ERR_OR_NULL    698 net/dsa/port.c 	if (IS_ERR_OR_NULL(phydev))
IS_ERR_OR_NULL    717 net/dsa/port.c 	if (IS_ERR_OR_NULL(phydev))
IS_ERR_OR_NULL    736 net/dsa/port.c 	if (IS_ERR_OR_NULL(phydev))
IS_ERR_OR_NULL   1414 net/dsa/slave.c 	if (!IS_ERR_OR_NULL(port->mac))
IS_ERR_OR_NULL    557 net/ethernet/eth.c 	if (IS_ERR_OR_NULL(addr))
IS_ERR_OR_NULL     23 net/ieee802154/trace.h #define WPAN_DEV_ASSIGN	(__entry->identifier) = (!IS_ERR_OR_NULL(wpan_dev) \
IS_ERR_OR_NULL   1350 net/ipv4/af_inet.c 	if (IS_ERR_OR_NULL(segs))
IS_ERR_OR_NULL     50 net/ipv4/gre_offload.c 	if (IS_ERR_OR_NULL(segs)) {
IS_ERR_OR_NULL    334 net/ipv4/inet_fragment.c 	if (!IS_ERR_OR_NULL(prev)) {
IS_ERR_OR_NULL    268 net/ipv4/ip_output.c 	if (IS_ERR_OR_NULL(segs)) {
IS_ERR_OR_NULL   1177 net/ipv4/udp.c 		if (!IS_ERR_OR_NULL(skb))
IS_ERR_OR_NULL     83 net/ipv4/udp_offload.c 	if (IS_ERR_OR_NULL(segs)) {
IS_ERR_OR_NULL    211 net/ipv4/udp_offload.c 	if (IS_ERR_OR_NULL(segs)) {
IS_ERR_OR_NULL   2592 net/ipv6/addrconf.c 		if (IS_ERR_OR_NULL(ifp))
IS_ERR_OR_NULL   3355 net/ipv6/addrconf.c 		if (!IS_ERR_OR_NULL(idev) && dev->flags & IFF_UP &&
IS_ERR_OR_NULL   3555 net/ipv6/addrconf.c 			if (!IS_ERR_OR_NULL(idev)) {
IS_ERR_OR_NULL   3566 net/ipv6/addrconf.c 			if (!IS_ERR_OR_NULL(idev)) {
IS_ERR_OR_NULL   3609 net/ipv6/addrconf.c 		if (!IS_ERR_OR_NULL(idev)) {
IS_ERR_OR_NULL    116 net/ipv6/ip6_offload.c 	if (IS_ERR_OR_NULL(segs))
IS_ERR_OR_NULL   1470 net/ipv6/udp.c 		if (!IS_ERR_OR_NULL(skb))
IS_ERR_OR_NULL    847 net/mac80211/debugfs_netdev.c 	if (IS_ERR_OR_NULL(dir))
IS_ERR_OR_NULL   1425 net/mac80211/util.c 	if (IS_ERR_OR_NULL(rrule) || !rrule->has_wmm) {
IS_ERR_OR_NULL     45 net/mpls/mpls_gso.c 	if (IS_ERR_OR_NULL(segs)) {
IS_ERR_OR_NULL   3333 net/netfilter/ipvs/ip_vs_ctl.c 	if (IS_ERR_OR_NULL(svc))
IS_ERR_OR_NULL    814 net/netfilter/nfnetlink_queue.c 	if (IS_ERR_OR_NULL(segs))
IS_ERR_OR_NULL    109 net/nsh/nsh.c  	if (IS_ERR_OR_NULL(segs)) {
IS_ERR_OR_NULL    883 net/openvswitch/datapath.c 	if (IS_ERR_OR_NULL(skb))
IS_ERR_OR_NULL    285 net/openvswitch/meter.c 	if (IS_ERR_OR_NULL(meter))
IS_ERR_OR_NULL   1266 net/sched/cls_api.c 	if (!IS_ERR_OR_NULL(block))
IS_ERR_OR_NULL   1683 net/sched/sch_cake.c 		if (IS_ERR_OR_NULL(segs))
IS_ERR_OR_NULL    420 net/sched/sch_netem.c 	if (IS_ERR_OR_NULL(segs)) {
IS_ERR_OR_NULL    154 net/sched/sch_tbf.c 	if (IS_ERR_OR_NULL(segs))
IS_ERR_OR_NULL    344 net/sctp/ipv6.c 			if (!IS_ERR_OR_NULL(dst))
IS_ERR_OR_NULL    358 net/sctp/ipv6.c 		if (!IS_ERR_OR_NULL(dst))
IS_ERR_OR_NULL    368 net/sctp/ipv6.c 	if (!IS_ERR_OR_NULL(dst)) {
IS_ERR_OR_NULL   5409 net/sctp/socket.c 	for (; !IS_ERR_OR_NULL(tsp); tsp = sctp_transport_get_next(net, &hti)) {
IS_ERR_OR_NULL    127 net/sunrpc/debugfs.c 	if (IS_ERR_OR_NULL(xprt->debugfs))
IS_ERR_OR_NULL    145 net/wireless/core.c 	if (!IS_ERR_OR_NULL(rdev->wiphy.debugfsdir))
IS_ERR_OR_NULL    980 net/wireless/nl80211.c 		if (!IS_ERR_OR_NULL(rule) && rule->has_wmm) {
IS_ERR_OR_NULL   1099 net/wireless/reg.c 	if (!IS_ERR_OR_NULL(regdb))
IS_ERR_OR_NULL   2279 net/wireless/reg.c 	if (IS_ERR_OR_NULL(reg_rule)) {
IS_ERR_OR_NULL   3228 net/wireless/reg.c 		       !IS_ERR_OR_NULL(cfg80211_user_regdom))) {
IS_ERR_OR_NULL   3638 net/wireless/reg.c 	if (IS_ERR_OR_NULL(rd))
IS_ERR_OR_NULL   3959 net/wireless/reg.c 	if (IS_ERR_OR_NULL(reg_pdev))
IS_ERR_OR_NULL   4052 net/wireless/reg.c 	if (!IS_ERR_OR_NULL(regdb))
IS_ERR_OR_NULL   4054 net/wireless/reg.c 	if (!IS_ERR_OR_NULL(cfg80211_user_regdom))
IS_ERR_OR_NULL     32 net/wireless/trace.h #define WDEV_ASSIGN	(__entry->id) = (!IS_ERR_OR_NULL(wdev)	\
IS_ERR_OR_NULL   1328 security/apparmor/apparmorfs.c 		if (!IS_ERR_OR_NULL(rawdata->dents[i])) {
IS_ERR_OR_NULL   1444 security/apparmor/domain.c 		if (IS_ERR_OR_NULL(new)) {
IS_ERR_OR_NULL     44 security/apparmor/include/label.h 		if (!IS_ERR_OR_NULL((V)[i]))				\
IS_ERR_OR_NULL    113 security/loadpin/loadpin.c 	if (!IS_ERR_OR_NULL(pinned_root) && mnt_sb == pinned_root) {
IS_ERR_OR_NULL    165 security/loadpin/loadpin.c 	if (IS_ERR_OR_NULL(pinned_root) || load_root != pinned_root) {
IS_ERR_OR_NULL   3406 security/smack/smack_lsm.c 		if (!IS_ERR_OR_NULL(skp))
IS_ERR_OR_NULL    573 sound/soc/hisilicon/hi6210-i2s.c 	if (IS_ERR_OR_NULL(i2s->clk[CLK_DACODEC]))
IS_ERR_OR_NULL    578 sound/soc/hisilicon/hi6210-i2s.c 	if (IS_ERR_OR_NULL(i2s->clk[CLK_I2S_BASE]))
IS_ERR_OR_NULL    168 sound/soc/intel/common/sst-acpi.c 	if (!IS_ERR_OR_NULL(sst_acpi->pdev_pcm))
IS_ERR_OR_NULL    406 sound/soc/qcom/qdsp6/q6adm.c 	if (IS_ERR_OR_NULL(copp)) {
IS_ERR_OR_NULL    340 sound/soc/qcom/qdsp6/q6routing.c 	if (IS_ERR_OR_NULL(copp)) {
IS_ERR_OR_NULL    149 sound/soc/sh/rcar/dma.c 	if (IS_ERR_OR_NULL(dmaen->chan)) {
IS_ERR_OR_NULL    242 sound/soc/sh/rcar/dma.c 	if (IS_ERR_OR_NULL(chan)) {
IS_ERR_OR_NULL    547 sound/soc/sof/core.c 	if (!IS_ERR_OR_NULL(pdata->pdev_mach))
IS_ERR_OR_NULL    692 sound/soc/sof/intel/hda.c 	if (!IS_ERR_OR_NULL(hda->dmic_dev))
IS_ERR_OR_NULL    489 tools/bpf/bpftool/prog.c 	if (IS_ERR_OR_NULL(info_linear)) {
IS_ERR_OR_NULL   1228 tools/bpf/bpftool/prog.c 	if (IS_ERR_OR_NULL(obj)) {
IS_ERR_OR_NULL   1480 tools/lib/bpf/libbpf.c 		if (!IS_ERR_OR_NULL(obj->btf))
IS_ERR_OR_NULL   3175 tools/lib/bpf/libbpf.c 	if (!IS_ERR_OR_NULL(cand_cache)) {
IS_ERR_OR_NULL   4832 tools/lib/bpf/libbpf.c 	if (IS_ERR_OR_NULL(obj))
IS_ERR_OR_NULL    191 tools/perf/util/bpf-event.c 	if (IS_ERR_OR_NULL(info_linear)) {
IS_ERR_OR_NULL    366 tools/perf/util/bpf-event.c 	if (IS_ERR_OR_NULL(info_linear)) {
IS_ERR_OR_NULL     62 tools/perf/util/bpf-loader.c 	if (IS_ERR_OR_NULL(obj)) {
IS_ERR_OR_NULL     96 tools/perf/util/bpf-loader.c 		if (!IS_ERR_OR_NULL(obj) && llvm_param.dump_obj)
IS_ERR_OR_NULL    103 tools/perf/util/bpf-loader.c 	if (IS_ERR_OR_NULL(obj)) {
IS_ERR_OR_NULL    309 tools/testing/selftests/bpf/prog_tests/core_reloc.c 		if (CHECK(IS_ERR_OR_NULL(obj), "obj_open",
IS_ERR_OR_NULL    379 tools/testing/selftests/bpf/prog_tests/core_reloc.c 		if (!IS_ERR_OR_NULL(link)) {
IS_ERR_OR_NULL    144 tools/testing/selftests/bpf/prog_tests/get_stack_raw_tp.c 	if (!IS_ERR_OR_NULL(link))
IS_ERR_OR_NULL    146 tools/testing/selftests/bpf/prog_tests/get_stack_raw_tp.c 	if (!IS_ERR_OR_NULL(pb))
IS_ERR_OR_NULL     62 tools/testing/selftests/bpf/prog_tests/stacktrace_map_raw_tp.c 	if (!IS_ERR_OR_NULL(link))
IS_ERR_OR_NULL     96 tools/testing/selftests/bpf/test_select_reuseport.c 	CHECK(IS_ERR_OR_NULL(obj), "open test_select_reuseport_kern.o",
IS_ERR_OR_NULL    165 tools/testing/selftests/bpf/test_tcpnotify_user.c 	if (!IS_ERR_OR_NULL(pb))
IS_ERR_OR_NULL   4313 virt/kvm/kvm_main.c 	if (!IS_ERR_OR_NULL(kvm->debugfs_dentry)) {