Home
last modified time | relevance | path

Searched refs:IS_ERR_OR_NULL (Results 1 – 200 of 294) sorted by relevance

12

/linux-4.4.14/drivers/usb/gadget/legacy/
Dnokia.c196 if (!IS_ERR_OR_NULL(f_phonet)) { in nokia_bind_config()
202 if (!IS_ERR_OR_NULL(f_obex1)) { in nokia_bind_config()
208 if (!IS_ERR_OR_NULL(f_obex2)) { in nokia_bind_config()
262 if (!IS_ERR_OR_NULL(f_obex2)) in nokia_bind_config()
264 if (!IS_ERR_OR_NULL(f_obex1)) in nokia_bind_config()
266 if (!IS_ERR_OR_NULL(f_phonet)) in nokia_bind_config()
365 if (!IS_ERR_OR_NULL(f_obex1_cfg1)) in nokia_bind()
367 if (!IS_ERR_OR_NULL(f_obex2_cfg1)) in nokia_bind()
369 if (!IS_ERR_OR_NULL(f_phonet_cfg1)) in nokia_bind()
395 if (!IS_ERR_OR_NULL(f_obex1_cfg2)) in nokia_unbind()
[all …]
Daudio.c282 if (!IS_ERR_OR_NULL(f_uac1)) in audio_unbind()
284 if (!IS_ERR_OR_NULL(fi_uac1)) in audio_unbind()
287 if (!IS_ERR_OR_NULL(f_uac2)) in audio_unbind()
289 if (!IS_ERR_OR_NULL(fi_uac2)) in audio_unbind()
Dncm.c192 if (!IS_ERR_OR_NULL(f_ncm)) in gncm_unbind()
194 if (!IS_ERR_OR_NULL(f_ncm_inst)) in gncm_unbind()
Dcdc2.c218 if (!IS_ERR_OR_NULL(f_ecm)) in cdc_unbind()
220 if (!IS_ERR_OR_NULL(fi_ecm)) in cdc_unbind()
Dzero.c392 if (!IS_ERR_OR_NULL(func_ss)) in zero_unbind()
395 if (!IS_ERR_OR_NULL(func_lb)) in zero_unbind()
Dwebcam.c364 if (!IS_ERR_OR_NULL(f_uvc)) in webcam_unbind()
366 if (!IS_ERR_OR_NULL(fi_uvc)) in webcam_unbind()
/linux-4.4.14/drivers/mtd/ubi/
Ddebug.c238 if (IS_ERR_OR_NULL(dfs_rootdir)) { in ubi_debugfs_init()
426 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev()
433 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev()
440 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev()
447 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev()
454 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev()
461 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev()
468 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev()
475 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev()
482 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev()
[all …]
/linux-4.4.14/drivers/infiniband/hw/usnic/
Dusnic_debugfs.c122 if (IS_ERR_OR_NULL(flows_dentry)) { in usnic_debugfs_init()
149 if (IS_ERR_OR_NULL(flows_dentry)) in usnic_debugfs_flow_add()
159 if (IS_ERR_OR_NULL(qp_flow->dbgfs_dentry)) { in usnic_debugfs_flow_add()
167 if (!IS_ERR_OR_NULL(qp_flow->dbgfs_dentry)) in usnic_debugfs_flow_remove()
Dusnic_ib_qp_grp.c120 if (IS_ERR_OR_NULL(res_chunk)) { in enable_qp_grp()
161 if (IS_ERR_OR_NULL(res_chunk)) { in disable_qp_grp()
189 if (IS_ERR_OR_NULL(res_chunk)) { in init_filter_action()
230 if (IS_ERR_OR_NULL(flow)) { in create_roce_custom_flow()
285 if (IS_ERR_OR_NULL(sock)) in create_udp_flow()
305 if (IS_ERR_OR_NULL(flow)) { in create_udp_flow()
359 if (!IS_ERR_OR_NULL(qp_flow)) { in create_and_add_flow()
436 if (IS_ERR_OR_NULL(qp_flow)) { in usnic_ib_qp_grp_modify()
451 if (IS_ERR_OR_NULL(qp_flow)) { in usnic_ib_qp_grp_modify()
564 if (IS_ERR_OR_NULL(res_chunk_list[i])) { in alloc_res_chunk_list()
[all …]
Dusnic_ib_verbs.c90 if (IS_ERR_OR_NULL(chunk)) { in usnic_ib_fill_create_qp_resp()
104 if (IS_ERR_OR_NULL(chunk)) { in usnic_ib_fill_create_qp_resp()
118 if (IS_ERR_OR_NULL(chunk)) { in usnic_ib_fill_create_qp_resp()
208 if (IS_ERR_OR_NULL(qp_grp)) { in find_free_vf_and_create_qp_grp()
451 if (IS_ERR_OR_NULL(umem_pd)) { in usnic_ib_alloc_pd()
519 if (IS_ERR_OR_NULL(qp_grp)) { in usnic_ib_create_qp()
628 if (IS_ERR_OR_NULL(mr)) in usnic_ib_reg_mr()
633 if (IS_ERR_OR_NULL(mr->umem)) { in usnic_ib_reg_mr()
Dusnic_ib_main.c503 if (IS_ERR_OR_NULL(us_ibdev)) { in usnic_ib_discover_pf()
559 if (IS_ERR_OR_NULL(vf->vnic)) { in usnic_ib_pci_probe()
567 if (IS_ERR_OR_NULL(pf)) { in usnic_ib_pci_probe()
/linux-4.4.14/drivers/base/power/
Dqos.c69 if (IS_ERR_OR_NULL(qos)) in __dev_pm_qos_flags()
111 return IS_ERR_OR_NULL(dev->power.qos) ? in __dev_pm_qos_read_value()
379 if (IS_ERR_OR_NULL(req->dev->power.qos)) in __dev_pm_qos_update_request()
442 if (IS_ERR_OR_NULL(req->dev->power.qos)) in __dev_pm_qos_remove_request()
529 if (!IS_ERR_OR_NULL(dev->power.qos)) in dev_pm_qos_remove_notifier()
664 if (IS_ERR_OR_NULL(dev->power.qos)) in dev_pm_qos_expose_latency_limit()
691 if (!IS_ERR_OR_NULL(dev->power.qos) && dev->power.qos->resume_latency_req) in __dev_pm_qos_hide_latency_limit()
741 if (IS_ERR_OR_NULL(dev->power.qos)) in dev_pm_qos_expose_flags()
769 if (!IS_ERR_OR_NULL(dev->power.qos) && dev->power.qos->flags_req) in __dev_pm_qos_hide_flags()
807 if (IS_ERR_OR_NULL(dev->power.qos) || !dev->power.qos->flags_req) { in dev_pm_qos_update_flags()
[all …]
Ddomain.c50 if (IS_ERR_OR_NULL(dev) || IS_ERR_OR_NULL(dev->pm_domain)) in pm_genpd_lookup_dev()
71 if (IS_ERR_OR_NULL(dev->pm_domain)) in dev_to_genpd()
555 if (IS_ERR_OR_NULL(genpd)) in pm_genpd_present()
1233 if (IS_ERR_OR_NULL(genpd) || IS_ERR_OR_NULL(dev)) in __pm_genpd_add_device()
1328 if (IS_ERR_OR_NULL(genpd) || IS_ERR_OR_NULL(subdomain) in pm_genpd_add_subdomain()
1379 if (IS_ERR_OR_NULL(genpd) || IS_ERR_OR_NULL(subdomain)) in pm_genpd_remove_subdomain()
1473 if (IS_ERR_OR_NULL(genpd)) in pm_genpd_init()
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_debugfs.c90 if (IS_ERR_OR_NULL(dent)) { in uvc_debugfs_init_stream()
100 if (IS_ERR_OR_NULL(dent)) { in uvc_debugfs_init_stream()
123 if (IS_ERR_OR_NULL(dir)) { in uvc_debugfs_init()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_debugfs.c481 if (IS_ERR_OR_NULL(dentry)) in drbd_debugfs_resource_add()
486 if (IS_ERR_OR_NULL(dentry)) in drbd_debugfs_resource_add()
491 if (IS_ERR_OR_NULL(dentry)) in drbd_debugfs_resource_add()
498 if (IS_ERR_OR_NULL(dentry)) in drbd_debugfs_resource_add()
655 if (IS_ERR_OR_NULL(dentry)) in drbd_debugfs_connection_add()
662 if (IS_ERR_OR_NULL(dentry)) in drbd_debugfs_connection_add()
669 if (IS_ERR_OR_NULL(dentry)) in drbd_debugfs_connection_add()
813 if (IS_ERR_OR_NULL(dentry)) in drbd_debugfs_device_attr()
825 if (IS_ERR_OR_NULL(dentry)) in drbd_debugfs_device_attr()
833 if (IS_ERR_OR_NULL(dentry)) \ in drbd_debugfs_device_attr()
[all …]
/linux-4.4.14/drivers/staging/android/ion/tegra/
Dtegra_ion.c41 if (IS_ERR_OR_NULL(idev)) in tegra_ion_probe()
49 if (IS_ERR_OR_NULL(heaps[i])) { in tegra_ion_probe()
/linux-4.4.14/drivers/acpi/
Dacpi_apd.c104 return IS_ERR_OR_NULL(pdev) ? PTR_ERR(pdev) : 1; in acpi_apd_create_device()
122 if (!IS_ERR_OR_NULL(pdev)) in acpi_apd_create_device()
Dacpi_lpss.c356 return IS_ERR_OR_NULL(pdev) ? PTR_ERR(pdev) : 1; in acpi_lpss_create_device()
413 if (!IS_ERR_OR_NULL(pdev)) { in acpi_lpss_create_device()
/linux-4.4.14/arch/arm/mach-imx/devices/
Dplatform-ipu-core.c75 if (IS_ERR_OR_NULL(imx_ipu_coredev)) in imx_alloc_mx3_camera()
122 if (IS_ERR_OR_NULL(imx_ipu_coredev)) in imx_add_mx3_sdc_fb()
/linux-4.4.14/drivers/power/
Dpda_power.c319 if (!IS_ERR_OR_NULL(transceiver)) { in pda_power_probe()
375 if (!IS_ERR_OR_NULL(transceiver) && pdata->use_otg_notifier) { in pda_power_probe()
410 if (!IS_ERR_OR_NULL(transceiver)) in pda_power_probe()
445 if (!IS_ERR_OR_NULL(transceiver)) in pda_power_remove()
Dda9150-charger.c591 if (!IS_ERR_OR_NULL(charger->usb_phy)) { in da9150_charger_probe()
628 if (!IS_ERR_OR_NULL(charger->usb_phy)) in da9150_charger_probe()
667 if (!IS_ERR_OR_NULL(charger->usb_phy)) in da9150_charger_remove()
Dpower_supply_core.c479 if (IS_ERR_OR_NULL(psy)) { in devm_power_supply_get_by_phandle()
601 if (IS_ERR_OR_NULL(psy->tzd)) in psy_unregister_thermal()
679 if (IS_ERR_OR_NULL(psy->tcd)) in psy_unregister_cooler()
Dbq25890_charger.c874 if (!IS_ERR_OR_NULL(bq->usb_phy)) { in bq25890_probe()
896 if (!IS_ERR_OR_NULL(bq->usb_phy)) in bq25890_probe()
908 if (!IS_ERR_OR_NULL(bq->usb_phy)) in bq25890_remove()
Dtwl4030_charger.c474 if (enable && !IS_ERR_OR_NULL(bci->transceiver)) { in twl4030_charger_enable_usb()
1101 if (!IS_ERR_OR_NULL(bci->transceiver)) in twl4030_bci_probe()
Dmax14577_charger.c585 if (IS_ERR_OR_NULL(chg->pdata)) in max14577_charger_probe()
/linux-4.4.14/drivers/net/ethernet/ti/
Dnetcp_core.c797 !IS_ERR_OR_NULL(netcp->rx_fdq[i]); i++) in netcp_rxpool_free()
820 if (IS_ERR_OR_NULL(hwdesc)) { in netcp_allocate_rx_buf()
1039 if (IS_ERR_OR_NULL(desc)) { in netcp_tx_map_skb()
1072 if (IS_ERR_OR_NULL(ndesc)) { in netcp_tx_map_skb()
1277 if (IS_ERR_OR_NULL(tx_pipe->dma_channel)) { in netcp_txpipe_open()
1297 if (!IS_ERR_OR_NULL(tx_pipe->dma_channel)) in netcp_txpipe_open()
1473 if (!IS_ERR_OR_NULL(netcp->rx_pool)) in netcp_free_navigator_resources()
1476 if (!IS_ERR_OR_NULL(netcp->rx_queue)) { in netcp_free_navigator_resources()
1482 !IS_ERR_OR_NULL(netcp->rx_fdq[i]) ; ++i) { in netcp_free_navigator_resources()
1487 if (!IS_ERR_OR_NULL(netcp->tx_compl_q)) { in netcp_free_navigator_resources()
[all …]
/linux-4.4.14/tools/virtio/linux/
Derr.h22 static inline long __must_check IS_ERR_OR_NULL(const void *ptr) in IS_ERR_OR_NULL() function
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c258 if (IS_ERR_OR_NULL(entry)) { in ldebugfs_add_simple()
272 if (IS_ERR_OR_NULL(parent) || IS_ERR_OR_NULL(list)) in ldebugfs_add_vars()
291 if (IS_ERR_OR_NULL(entry)) in ldebugfs_add_vars()
313 if (IS_ERR_OR_NULL(entry)) { in ldebugfs_register()
318 if (!IS_ERR_OR_NULL(list)) { in ldebugfs_register()
932 if (IS_ERR_OR_NULL(obd->obd_debugfs_entry)) { in lprocfs_obd_setup()
949 if (!IS_ERR_OR_NULL(obd->obd_debugfs_entry)) in lprocfs_obd_cleanup()
1210 LASSERT(!IS_ERR_OR_NULL(parent)); in ldebugfs_register_stats()
1214 if (IS_ERR_OR_NULL(entry)) in ldebugfs_register_stats()
1441 if (IS_ERR_OR_NULL(entry)) in ldebugfs_seq_create()
Dgenops.c192 if (IS_ERR_OR_NULL(type->typ_debugfs_entry)) { in class_register_type()
250 if (!IS_ERR_OR_NULL(type->typ_debugfs_entry)) in class_unregister_type()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec_lproc.c185 if (IS_ERR_OR_NULL(sptlrpc_debugfs_dir)) { in sptlrpc_lproc_init()
196 if (!IS_ERR_OR_NULL(sptlrpc_debugfs_dir)) in sptlrpc_lproc_fini()
/linux-4.4.14/drivers/clk/spear/
Dclk-vco-pll.c320 if (IS_ERR_OR_NULL(tvco_gate_clk)) in clk_register_vco_pll()
343 if (IS_ERR_OR_NULL(vco_clk)) in clk_register_vco_pll()
347 if (IS_ERR_OR_NULL(tpll_clk)) in clk_register_vco_pll()
Dclk-aux-synth.c176 if (IS_ERR_OR_NULL(clk)) in clk_register_aux()
185 if (IS_ERR_OR_NULL(tgate_clk)) in clk_register_aux()
Dclk-frac-synth.c158 if (!IS_ERR_OR_NULL(clk)) in clk_register_frac()
Dclk-gpt-synth.c147 if (!IS_ERR_OR_NULL(clk)) in clk_register_gpt()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
Ddebug.c65 if (!IS_ERR_OR_NULL(drvr->dbgfs_dir)) in brcms_debugfs_detach()
207 if (IS_ERR_OR_NULL(dentry)) in brcms_debugfs_add_entry()
225 if (IS_ERR_OR_NULL(drvr->dbgfs_dir)) in brcms_debugfs_create_files()
/linux-4.4.14/include/linux/
Derr.h38 static inline bool __must_check IS_ERR_OR_NULL(__force const void *ptr) in IS_ERR_OR_NULL() function
Drhashtable.h604 if (!IS_ERR_OR_NULL(tbl)) in __rhashtable_insert_fast()
/linux-4.4.14/drivers/gpu/drm/imx/
Dipuv3-plane.c243 if (!IS_ERR_OR_NULL(ipu_plane->dp)) in ipu_plane_put_resources()
245 if (!IS_ERR_OR_NULL(ipu_plane->dmfc)) in ipu_plane_put_resources()
247 if (!IS_ERR_OR_NULL(ipu_plane->ipu_ch)) in ipu_plane_put_resources()
Dipuv3-crtc.c316 if (!IS_ERR_OR_NULL(ipu_crtc->dc)) in ipu_put_resources()
318 if (!IS_ERR_OR_NULL(ipu_crtc->di)) in ipu_put_resources()
/linux-4.4.14/fs/ubifs/
Ddebug.c2835 if (IS_ERR_OR_NULL(dent)) in dbg_debugfs_init_fs()
2841 if (IS_ERR_OR_NULL(dent)) in dbg_debugfs_init_fs()
2847 if (IS_ERR_OR_NULL(dent)) in dbg_debugfs_init_fs()
2853 if (IS_ERR_OR_NULL(dent)) in dbg_debugfs_init_fs()
2860 if (IS_ERR_OR_NULL(dent)) in dbg_debugfs_init_fs()
2867 if (IS_ERR_OR_NULL(dent)) in dbg_debugfs_init_fs()
2874 if (IS_ERR_OR_NULL(dent)) in dbg_debugfs_init_fs()
2881 if (IS_ERR_OR_NULL(dent)) in dbg_debugfs_init_fs()
2888 if (IS_ERR_OR_NULL(dent)) in dbg_debugfs_init_fs()
2895 if (IS_ERR_OR_NULL(dent)) in dbg_debugfs_init_fs()
[all …]
/linux-4.4.14/drivers/base/power/opp/
Dcore.c96 if (IS_ERR_OR_NULL(dev)) { in _find_device_opp()
131 if (IS_ERR_OR_NULL(tmp_opp)) in dev_pm_opp_get_voltage()
163 if (IS_ERR_OR_NULL(tmp_opp) || !tmp_opp->available) in dev_pm_opp_get_freq()
197 if (IS_ERR_OR_NULL(tmp_opp) || !tmp_opp->available) { in dev_pm_opp_is_turbo()
1146 IS_ERR_OR_NULL(dev) ? in dev_pm_opp_of_remove_table()
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_resource.c98 if (IS_ERR_OR_NULL(ldlm_debugfs_dir)) { in ldlm_debugfs_setup()
107 if (IS_ERR_OR_NULL(ldlm_ns_debugfs_dir)) { in ldlm_debugfs_setup()
117 if (IS_ERR_OR_NULL(ldlm_svc_debugfs_dir)) { in ldlm_debugfs_setup()
141 if (!IS_ERR_OR_NULL(ldlm_svc_debugfs_dir)) in ldlm_debugfs_cleanup()
144 if (!IS_ERR_OR_NULL(ldlm_ns_debugfs_dir)) in ldlm_debugfs_cleanup()
147 if (!IS_ERR_OR_NULL(ldlm_debugfs_dir)) in ldlm_debugfs_cleanup()
377 if (IS_ERR_OR_NULL(ns->ns_debugfs_entry)) in ldlm_namespace_debugfs_unregister()
418 if (!IS_ERR_OR_NULL(ns->ns_debugfs_entry)) { in ldlm_namespace_debugfs_register()
Dldlm_pool.c584 if (IS_ERR_OR_NULL(debugfs_ns_parent)) { in ldlm_pool_debugfs_init()
/linux-4.4.14/arch/x86/kernel/
Dirq_64.c75 if (IS_ERR_OR_NULL(desc)) in handle_irq()
Dirq.c362 if (IS_ERR_OR_NULL(desc)) in check_irq_vectors_for_cpu_disable()
416 IS_ERR_OR_NULL(per_cpu(vector_irq, cpu)[vector])) in check_irq_vectors_for_cpu_disable()
530 if (IS_ERR_OR_NULL(__this_cpu_read(vector_irq[vector]))) in fixup_irqs()
Dirqinit.c63 if (!IS_ERR_OR_NULL(per_cpu(vector_irq, cpu)[vector])) in vector_used_by_percpu_irq()
Dirq_32.c154 if (IS_ERR_OR_NULL(desc)) in handle_irq()
/linux-4.4.14/drivers/staging/lustre/lustre/fid/
Dfid_request.c347 if (!IS_ERR_OR_NULL(seq->lcs_debugfs_entry)) in seq_client_debugfs_fini()
359 if (IS_ERR_OR_NULL(seq->lcs_debugfs_entry)) { in seq_client_debugfs_init()
482 if (!IS_ERR_OR_NULL(seq_debugfs_dir)) in fid_mod_exit()
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs.h134 if (IS_ERR_OR_NULL(ptr)) in __container_of()
/linux-4.4.14/drivers/clk/tegra/
Dclk.c239 if (IS_ERR_OR_NULL(clk)) { in tegra_init_from_table()
326 if (!IS_ERR_OR_NULL(clks[i])) in tegra_register_devclks()
/linux-4.4.14/drivers/iio/adc/
Dad7266.c400 if (!IS_ERR_OR_NULL(st->reg)) { in ad7266_probe()
481 if (!IS_ERR_OR_NULL(st->reg)) in ad7266_probe()
496 if (!IS_ERR_OR_NULL(st->reg)) in ad7266_remove()
/linux-4.4.14/drivers/staging/lustre/lustre/fld/
Dfld_request.c289 if (IS_ERR_OR_NULL(fld->lcf_debugfs_entry)) { in fld_client_debugfs_init()
313 if (!IS_ERR_OR_NULL(fld->lcf_debugfs_entry)) in fld_client_debugfs_fini()
500 if (!IS_ERR_OR_NULL(fld_debugfs_dir)) in fld_mod_exit()
/linux-4.4.14/drivers/block/
Dnbd.c897 if (IS_ERR_OR_NULL(dir)) { in nbd_dev_dbg_init()
905 if (IS_ERR_OR_NULL(f)) { in nbd_dev_dbg_init()
912 if (IS_ERR_OR_NULL(f)) { in nbd_dev_dbg_init()
919 if (IS_ERR_OR_NULL(f)) { in nbd_dev_dbg_init()
926 if (IS_ERR_OR_NULL(f)) { in nbd_dev_dbg_init()
933 if (IS_ERR_OR_NULL(f)) { in nbd_dev_dbg_init()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
Dnv50.c116 if (!IS_ERR_OR_NULL(iobj->map)) in nv50_instobj_acquire()
170 if (!IS_ERR_OR_NULL(iobj->map)) { in nv50_instobj_dtor()
/linux-4.4.14/drivers/md/bcache/
Ddebug.c229 if (!IS_ERR_OR_NULL(debug)) { in bch_debug_init_cache_set()
242 if (!IS_ERR_OR_NULL(debug)) in bch_debug_exit()
Dwriteback.h66 if (!IS_ERR_OR_NULL(dc->writeback_thread)) in bch_writeback_queue()
Dsuper.c1057 if (!IS_ERR_OR_NULL(dc->writeback_thread)) in cached_dev_free()
1069 if (!IS_ERR_OR_NULL(dc->bdev)) in cached_dev_free()
1329 if (!IS_ERR_OR_NULL(c->debug)) in cache_set_free()
1387 if (!IS_ERR_OR_NULL(c->root)) in cache_set_flush()
1586 if (IS_ERR_OR_NULL(c->root)) in run_cache_set()
1661 if (IS_ERR_OR_NULL(c->root)) in run_cache_set()
1799 if (!IS_ERR_OR_NULL(ca->bdev)) in bch_cache_release()
Dbtree.c1034 if (!IS_ERR_OR_NULL(b)) { in btree_node_prefetch()
1118 if (!IS_ERR_OR_NULL(n)) { in btree_node_alloc_replacement()
1314 while (nodes < GC_MERGE_NODES && !IS_ERR_OR_NULL(r[nodes].b)) in btree_gc_coalesce()
1326 if (IS_ERR_OR_NULL(new_nodes[i])) in btree_gc_coalesce()
1457 if (!IS_ERR_OR_NULL(new_nodes[i])) { in btree_gc_coalesce()
1584 if (!IS_ERR_OR_NULL(i->b)) { in btree_gc_recurse()
1606 if (!IS_ERR_OR_NULL(n)) { in bch_btree_gc_root()
Dmovinggc.c179 err: if (!IS_ERR_OR_NULL(w->private)) in read_moving()
/linux-4.4.14/drivers/net/xen-netback/
Dxenbus.c193 if (IS_ERR_OR_NULL(xen_netback_dbg_root)) in xenvif_debugfs_addif()
198 if (!IS_ERR_OR_NULL(vif->xenvif_dbg_root)) { in xenvif_debugfs_addif()
208 if (IS_ERR_OR_NULL(pfile)) in xenvif_debugfs_addif()
220 if (IS_ERR_OR_NULL(xen_netback_dbg_root)) in xenvif_debugfs_delif()
223 if (!IS_ERR_OR_NULL(vif->xenvif_dbg_root)) in xenvif_debugfs_delif()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Ddebug.c94 if (!IS_ERR_OR_NULL(drvr->dbgfs_dir)) in brcmf_debug_detach()
/linux-4.4.14/fs/squashfs/
Ddecompressor_multi_percpu.c54 if (!IS_ERR_OR_NULL(stream->stream)) in squashfs_decompressor_create()
/linux-4.4.14/kernel/power/
Dqos.c198 if (IS_ERR_OR_NULL(qos)) { in pm_qos_dbg_show_requests()
203 if (IS_ERR_OR_NULL(c)) { in pm_qos_dbg_show_requests()
698 if (IS_ERR_OR_NULL(d)) in pm_qos_power_init()
/linux-4.4.14/drivers/mfd/
Dbcm590xx.c70 if (IS_ERR_OR_NULL(bcm590xx->i2c_sec)) { in bcm590xx_i2c_probe()
Dmax8997-irq.c131 IS_ERR_OR_NULL(i2c)) in max8997_irq_sync_unlock()
328 if (IS_ERR_OR_NULL(i2c)) in max8997_irq_init()
Dintel-lpss.c371 if (IS_ERR_OR_NULL(lpss->clk)) in intel_lpss_unregister_clock()
/linux-4.4.14/drivers/staging/android/ion/
Dion_dummy_driver.c107 if (IS_ERR_OR_NULL(heaps[i])) { in ion_dummy_init()
Dion_heap.c344 if (IS_ERR_OR_NULL(heap)) { in ion_heap_create()
/linux-4.4.14/fs/
Dmount.h85 return !IS_ERR_OR_NULL(real_mount(mnt)->mnt_ns); in is_mounted()
Dposix_acl.c530 if (IS_ERR_OR_NULL(acl)) { in posix_acl_chmod()
/linux-4.4.14/drivers/usb/host/
Dohci-omap.c224 if (!IS_ERR_OR_NULL(hcd->usb_phy)) { in ohci_omap_reset()
402 if (!IS_ERR_OR_NULL(hcd->usb_phy)) { in usb_hcd_omap_remove()
Dehci-fsl.c158 if (!IS_ERR_OR_NULL(hcd->usb_phy)) { in fsl_ehci_drv_probe()
657 if (!IS_ERR_OR_NULL(hcd->usb_phy)) { in fsl_ehci_drv_remove()
Dehci-mv.c275 if (!IS_ERR_OR_NULL(ehci_mv->otg)) in mv_ehci_remove()
Dohci-pxa27x.c178 if (IS_ERR_OR_NULL(vbus)) in pxa27x_ohci_set_vbus_power()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-module.c438 if (IS_ERR_OR_NULL(debugfs_lustre_root)) { in class_procfs_init()
448 if (IS_ERR_OR_NULL(file)) { in class_procfs_init()
/linux-4.4.14/drivers/platform/x86/
Dasus-laptop.c658 if (!IS_ERR_OR_NULL(asus->wled.led.dev)) in asus_led_exit()
660 if (!IS_ERR_OR_NULL(asus->bled.led.dev)) in asus_led_exit()
662 if (!IS_ERR_OR_NULL(asus->mled.led.dev)) in asus_led_exit()
664 if (!IS_ERR_OR_NULL(asus->tled.led.dev)) in asus_led_exit()
666 if (!IS_ERR_OR_NULL(asus->pled.led.dev)) in asus_led_exit()
668 if (!IS_ERR_OR_NULL(asus->rled.led.dev)) in asus_led_exit()
670 if (!IS_ERR_OR_NULL(asus->gled.led.dev)) in asus_led_exit()
672 if (!IS_ERR_OR_NULL(asus->kled.led.dev)) in asus_led_exit()
Dasus-wmi.c573 if (!IS_ERR_OR_NULL(asus->kbd_led.dev)) in asus_wmi_led_exit()
575 if (!IS_ERR_OR_NULL(asus->tpd_led.dev)) in asus_wmi_led_exit()
577 if (!IS_ERR_OR_NULL(asus->wlan_led.dev)) in asus_wmi_led_exit()
2169 if (!IS_ERR_OR_NULL(asus->kbd_led.dev)) in asus_hotk_resume()
2205 if (!IS_ERR_OR_NULL(asus->kbd_led.dev)) in asus_hotk_restore()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Ddebugfs.c352 if (IS_ERR_OR_NULL(f)) in wil6210_debugfs_init_offset()
375 if (IS_ERR_OR_NULL(d)) in wil6210_debugfs_create_ISR()
396 if (IS_ERR_OR_NULL(d)) in wil6210_debugfs_create_pseudo_ISR()
450 if (IS_ERR_OR_NULL(d)) in wil6210_debugfs_create_ITR_CNT()
455 if (IS_ERR_OR_NULL(dtx) || IS_ERR_OR_NULL(drx)) in wil6210_debugfs_create_ITR_CNT()
1521 if (IS_ERR_OR_NULL(dbg)) in wil6210_debugfs_init()
/linux-4.4.14/drivers/usb/gadget/udc/
Domap_udc.c1159 if (!IS_ERR_OR_NULL(udc->transceiver)) in omap_wakeup()
1292 if (!IS_ERR_OR_NULL(udc->transceiver)) in omap_vbus_draw()
1742 if (IS_ERR_OR_NULL(udc->transceiver)) in devstate_irq()
1747 if (IS_ERR_OR_NULL(udc->transceiver)) in devstate_irq()
1787 if (!IS_ERR_OR_NULL(udc->transceiver)) in devstate_irq()
1792 if (!IS_ERR_OR_NULL(udc->transceiver)) in devstate_irq()
2077 if (!IS_ERR_OR_NULL(udc->transceiver)) { in omap_udc_start()
2116 if (!IS_ERR_OR_NULL(udc->transceiver)) in omap_udc_stop()
2820 if (!IS_ERR_OR_NULL(xceiv)) in omap_udc_probe()
2844 if (IS_ERR_OR_NULL(xceiv)) { in omap_udc_probe()
[all …]
Ds3c-hsudc.c1179 if (!IS_ERR_OR_NULL(hsudc->transceiver)) { in s3c_hsudc_start()
1225 if (!IS_ERR_OR_NULL(hsudc->transceiver)) in s3c_hsudc_stop()
1253 if (!IS_ERR_OR_NULL(hsudc->transceiver)) in s3c_hsudc_vbus_draw()
1353 if (!IS_ERR_OR_NULL(hsudc->transceiver)) in s3c_hsudc_probe()
Dfsl_udc_core.c1209 if (!IS_ERR_OR_NULL(udc->transceiver)) in fsl_vbus_draw()
1953 if (!IS_ERR_OR_NULL(udc_controller->transceiver)) { in fsl_udc_start()
1959 if (!IS_ERR_OR_NULL(udc_controller->transceiver)) { in fsl_udc_start()
1986 if (!IS_ERR_OR_NULL(udc_controller->transceiver)) in fsl_udc_stop()
2370 if (IS_ERR_OR_NULL(udc_controller->transceiver)) { in fsl_udc_probe()
2454 if (IS_ERR_OR_NULL(udc_controller->transceiver)) { in fsl_udc_probe()
2476 if (!IS_ERR_OR_NULL(udc_controller->transceiver)) in fsl_udc_probe()
Dpxa25x_udc.c994 if (!IS_ERR_OR_NULL(udc->transceiver)) in pxa25x_udc_vbus_draw()
1269 if (!IS_ERR_OR_NULL(dev->transceiver)) { in pxa25x_udc_start()
1345 if (!IS_ERR_OR_NULL(dev->transceiver)) in pxa25x_udc_stop()
2234 if (!IS_ERR_OR_NULL(dev->transceiver)) in pxa25x_udc_probe()
2257 if (!IS_ERR_OR_NULL(dev->transceiver)) in pxa25x_udc_remove()
Dpxa27x_udc.c1561 put_on &= ((udc->vbus_sensed) || (IS_ERR_OR_NULL(udc->transceiver))); in should_enable_udc()
1582 put_off |= ((!udc->vbus_sensed) && (!IS_ERR_OR_NULL(udc->transceiver))); in should_disable_udc()
1653 if (!IS_ERR_OR_NULL(udc->transceiver)) in pxa_udc_vbus_draw()
1802 if (!IS_ERR_OR_NULL(udc->transceiver)) { in pxa27x_udc_start()
1856 if (!IS_ERR_OR_NULL(udc->transceiver)) in pxa27x_udc_stop()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dsuper25.c133 if (IS_ERR_OR_NULL(llite_root)) { in init_lustre_lite()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dtdls.c151 if (IS_ERR_OR_NULL(sta) || !sta->tdls) in iwl_mvm_tdls_config()
281 if (IS_ERR_OR_NULL(sta) || WARN_ON(!sta->tdls)) in iwl_mvm_rx_tdls_notif()
312 if (!IS_ERR_OR_NULL(sta)) in iwl_mvm_tdls_check_action()
Dnvm.c819 if (IS_ERR_OR_NULL(regd)) in iwl_mvm_init_mcc()
827 if (IS_ERR_OR_NULL(regd)) in iwl_mvm_init_mcc()
859 if (IS_ERR_OR_NULL(regd)) in iwl_mvm_rx_chub_update_mcc()
Dsf.c249 if (IS_ERR_OR_NULL(sta)) { in iwl_mvm_sf_config()
Dd3.c1051 if (IS_ERR_OR_NULL(vif)) { in __iwl_mvm_suspend()
1077 if (IS_ERR_OR_NULL(ap_sta)) { in __iwl_mvm_suspend()
1646 if (IS_ERR_OR_NULL(fw_status)) in iwl_mvm_query_wakeup_reasons()
1664 if (IS_ERR_OR_NULL(ap_sta)) in iwl_mvm_query_wakeup_reasons()
1756 if (!IS_ERR_OR_NULL(fw_status)) { in iwl_mvm_query_netdetect_reasons()
1879 if (IS_ERR_OR_NULL(vif)) in __iwl_mvm_resume()
Dsta.c1232 if (IS_ERR_OR_NULL(sta)) in iwl_mvm_get_key_sta_id()
1480 if (IS_ERR_OR_NULL(sta)) { in iwl_mvm_set_sta_key()
1604 if (WARN_ON(IS_ERR_OR_NULL(sta))) { in iwl_mvm_update_tkip_key()
1730 if (!IS_ERR_OR_NULL(sta)) in iwl_mvm_rx_eosp_notif()
1794 if (IS_ERR_OR_NULL(sta)) in iwl_mvm_modify_all_sta_disable_tx()
Dops.c1047 if (IS_ERR_OR_NULL(ap_sta)) in iwl_mvm_disallow_offloading()
1131 if (IS_ERR_OR_NULL(ap_sta)) in iwl_mvm_set_wowlan_data()
1272 if (IS_ERR_OR_NULL(sta)) { in iwl_mvm_d0i3_enable_tx()
Dtt.c304 if (IS_ERR_OR_NULL(sta)) in iwl_mvm_tt_tx_protection()
Dtx.c932 if (!WARN_ON_ONCE(IS_ERR_OR_NULL(sta))) { in iwl_mvm_rx_tx_cmd_agg()
1001 if (WARN_ON_ONCE(IS_ERR_OR_NULL(sta))) { in iwl_mvm_rx_ba_notif()
Dmac80211.c319 if (IS_ERR_OR_NULL(resp)) { in iwl_mvm_get_regdomain()
335 if (IS_ERR_OR_NULL(regd)) { in iwl_mvm_get_regdomain()
359 if (!IS_ERR_OR_NULL(regd)) { in iwl_mvm_update_changed_regdom()
394 if (!IS_ERR_OR_NULL(regd)) in iwl_mvm_init_fw_regd()
401 if (IS_ERR_OR_NULL(regd)) in iwl_mvm_init_fw_regd()
3956 if (IS_ERR_OR_NULL(sta)) in iwl_mvm_mac_flush()
Dmvm.h892 if (IS_ERR_OR_NULL(sta)) in iwl_mvm_sta_from_staid_rcu()
910 if (IS_ERR_OR_NULL(sta)) in iwl_mvm_sta_from_staid_protected()
/linux-4.4.14/drivers/clk/ux500/
Dclk-prcc.c131 if (IS_ERR_OR_NULL(clk_reg)) in clk_reg_prcc()
Dclk-prcmu.c283 if (IS_ERR_OR_NULL(clk_reg)) in clk_reg_prcmu()
/linux-4.4.14/drivers/acpi/pmic/
Dintel_pmic_xpower.c202 if (IS_ERR_OR_NULL(gpadc_chan)) in intel_xpower_pmic_get_raw_temp()
/linux-4.4.14/drivers/video/fbdev/
Dclps711x-fb.c182 if (!IS_ERR_OR_NULL(cfb->lcd_pwr)) in clps711x_lcd_get_power()
193 if (!IS_ERR_OR_NULL(cfb->lcd_pwr)) { in clps711x_lcd_set_power()
/linux-4.4.14/drivers/mmc/host/
Ddw_mmc-k3.c101 if (IS_ERR_OR_NULL(mmc->supply.vqmmc)) in dw_mci_hi6220_switch_voltage()
Dtmio_mmc_pio.c233 if (IS_ERR_OR_NULL(mrq) in tmio_mmc_reset_work()
278 if (IS_ERR_OR_NULL(mrq)) { in tmio_mmc_finish_request()
/linux-4.4.14/arch/x86/kernel/apic/
Dvector.c179 if (!IS_ERR_OR_NULL(per_cpu(vector_irq, new_cpu)[vector])) in __assign_irq_vector()
467 if (IS_ERR_OR_NULL(desc)) in __setup_vector_irq()
577 if (IS_ERR_OR_NULL(desc)) in smp_irq_move_cleanup_interrupt()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_edid_load.c313 if (IS_ERR_OR_NULL(edid)) in drm_load_edid_firmware()
Ddrm_sysfs.c154 if (IS_ERR_OR_NULL(drm_class)) in drm_sysfs_destroy()
/linux-4.4.14/drivers/spi/
Dspi-qup.c676 IS_ERR_OR_NULL(master->dma_rx) || in spi_qup_can_dma()
681 IS_ERR_OR_NULL(master->dma_tx) || in spi_qup_can_dma()
696 if (!IS_ERR_OR_NULL(master->dma_rx)) in spi_qup_release_dma()
698 if (!IS_ERR_OR_NULL(master->dma_tx)) in spi_qup_release_dma()
/linux-4.4.14/drivers/block/rsxx/
Dcore.c250 if (IS_ERR_OR_NULL(card->debugfs_dir)) in rsxx_debugfs_dev_new()
256 if (IS_ERR_OR_NULL(debugfs_stats)) in rsxx_debugfs_dev_new()
262 if (IS_ERR_OR_NULL(debugfs_pci_regs)) in rsxx_debugfs_dev_new()
268 if (IS_ERR_OR_NULL(debugfs_cram)) in rsxx_debugfs_dev_new()
/linux-4.4.14/fs/tracefs/
Dinode.c540 if (IS_ERR_OR_NULL(dentry)) in tracefs_remove()
566 if (IS_ERR_OR_NULL(dentry)) in tracefs_remove_recursive()
/linux-4.4.14/drivers/media/radio/
Dradio-miropcm20.c387 IS_ERR_OR_NULL(dev->kthread)) { in pcm20_open()
403 if (v4l2_fh_is_singular_file(file) && !IS_ERR_OR_NULL(dev->kthread)) { in pcm20_release()
/linux-4.4.14/drivers/power/avs/
Dsmartreflex.c923 if (IS_ERR_OR_NULL(sr_dbg_dir)) { in omap_sr_probe()
932 if (IS_ERR_OR_NULL(sr_info->dbg_dir)) { in omap_sr_probe()
947 if (IS_ERR_OR_NULL(nvalue_dir)) { in omap_sr_probe()
/linux-4.4.14/drivers/misc/mic/cosm_client/
Dcosm_scif_client.c236 if (!IS_ERR_OR_NULL(client_thread)) { in cosm_scif_remove()
/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-internal.h51 if (!IS_ERR_OR_NULL(ptr)) \
Dv4l2-of.c185 if (IS_ERR_OR_NULL(endpoint)) in v4l2_of_free_endpoint()
Dvideobuf2-core.c60 if (IS_ERR_OR_NULL(mem_priv)) in __vb2_buf_mem_alloc()
995 if (IS_ERR_OR_NULL(mem_priv)) { in __qbuf_userptr()
1073 if (IS_ERR_OR_NULL(dbuf)) { in __qbuf_dmabuf()
1896 if (IS_ERR_OR_NULL(dbuf)) { in vb2_core_expbuf()
Dv4l2-clk.c46 if (!IS_ERR_OR_NULL(ccf_clk)) { in v4l2_clk_get()
Dvideobuf2-dma-contig.c740 if (!IS_ERR_OR_NULL(alloc_ctx)) in vb2_dma_contig_cleanup_ctx()
Dv4l2-flash-led-class.c690 if (IS_ERR_OR_NULL(v4l2_flash)) in v4l2_flash_release()
Dvideobuf2-dma-sg.c691 if (!IS_ERR_OR_NULL(alloc_ctx)) in vb2_dma_sg_cleanup_ctx()
/linux-4.4.14/drivers/xen/
Dxen-acpi-processor.c232 if (!IS_ERR_OR_NULL(dst_states)) { in push_pxx_to_hypervisor()
269 if (!IS_ERR_OR_NULL(dst_states)) in push_pxx_to_hypervisor()
Dpcpu.c300 if (IS_ERR_OR_NULL(pcpu)) in sync_pcpu()
/linux-4.4.14/drivers/block/aoe/
Daoeblk.c207 if (IS_ERR_OR_NULL(entry)) { in aoedisk_add_debugfs()
458 if (IS_ERR_OR_NULL(aoe_debugfs_dir)) { in aoeblk_init()
/linux-4.4.14/fs/debugfs/
Dinode.c556 if (IS_ERR_OR_NULL(dentry)) in debugfs_remove()
588 if (IS_ERR_OR_NULL(dentry)) in debugfs_remove_recursive()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c2165 BUG_ON(IS_ERR_OR_NULL(adapter->debugfs_root)); in setup_debugfs()
2186 BUG_ON(IS_ERR_OR_NULL(adapter->debugfs_root)); in cleanup_debugfs()
2830 if (!IS_ERR_OR_NULL(cxgb4vf_debugfs_root)) { in cxgb4vf_pci_probe()
2834 if (IS_ERR_OR_NULL(adapter->debugfs_root)) in cxgb4vf_pci_probe()
2889 if (!IS_ERR_OR_NULL(adapter->debugfs_root)) { in cxgb4vf_pci_probe()
2960 if (!IS_ERR_OR_NULL(adapter->debugfs_root)) { in cxgb4vf_pci_remove()
3080 if (IS_ERR_OR_NULL(cxgb4vf_debugfs_root)) in cxgb4vf_module_init()
3084 if (ret < 0 && !IS_ERR_OR_NULL(cxgb4vf_debugfs_root)) in cxgb4vf_module_init()
/linux-4.4.14/drivers/clk/mmp/
Dclk-frac.c195 if (IS_ERR_OR_NULL(clk)) in mmp_clk_register_factor()
Dclk.c181 if (IS_ERR_OR_NULL(clk)) { in mmp_clk_add()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_lvds.c390 if (!IS_ERR_OR_NULL(lvds_connector->base.edid)) in intel_lvds_get_modes()
500 if (!IS_ERR_OR_NULL(lvds_connector->base.edid)) in intel_lvds_destroy()
1097 if (IS_ERR_OR_NULL(edid)) { in intel_lvds_init()
Dintel_guc_loader.c510 if (IS_ERR_OR_NULL(obj)) { in guc_fw_fetch()
Dintel_dp_mst.c329 if (!IS_ERR_OR_NULL(intel_connector->edid)) in intel_dp_mst_connector_destroy()
Di915_gem_context.c294 if (IS_ERR_OR_NULL(ppgtt)) { in i915_gem_create_context()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_pool.c440 if (IS_ERR_OR_NULL(new_pool->pool_debugfs_entry)) { in lov_pool_new()
494 if (!IS_ERR_OR_NULL(pool->pool_debugfs_entry)) { in lov_pool_del()
/linux-4.4.14/drivers/misc/mic/cosm/
Dcosm_scif_server.c394 if (!IS_ERR_OR_NULL(server_thread)) { in cosm_scif_exit()
/linux-4.4.14/drivers/s390/char/
Dhmcdrv_dev.c358 if (!IS_ERR_OR_NULL(hmcdrv_dev_class)) { in hmcdrv_dev_exit()
/linux-4.4.14/net/ipv4/
Dgre_offload.c74 if (IS_ERR_OR_NULL(segs)) { in gre_gso_segment()
Dudp_offload.c69 if (IS_ERR_OR_NULL(segs)) { in __skb_udp_tunnel_segment()
/linux-4.4.14/sound/soc/intel/common/
Dsst-acpi.c206 if (!IS_ERR_OR_NULL(sst_acpi->pdev_pcm)) in sst_acpi_remove()
/linux-4.4.14/arch/mips/pci/
Dpci-bcm63xx.c156 if (IS_ERR_OR_NULL(pcie_clk)) in bcm63xx_register_pcie()
/linux-4.4.14/arch/x86/platform/intel/
Diosf_mbi.c238 if (IS_ERR_OR_NULL(iosf_dbg)) in iosf_sideband_debug_init()
/linux-4.4.14/arch/avr32/mach-at32ap/
Dclock.c112 if (IS_ERR_OR_NULL(clk)) in clk_disable()
/linux-4.4.14/net/ipv4/netfilter/
Darp_tables.c922 if (!IS_ERR_OR_NULL(t)) { in get_info()
979 if (!IS_ERR_OR_NULL(t)) { in get_entries()
1022 if (IS_ERR_OR_NULL(t)) { in __do_replace()
1144 if (IS_ERR_OR_NULL(t)) { in do_add_counters()
1554 if (!IS_ERR_OR_NULL(t)) { in compat_get_entries()
Dip_tables.c1107 if (!IS_ERR_OR_NULL(t)) { in get_info()
1166 if (!IS_ERR_OR_NULL(t)) { in get_entries()
1205 if (IS_ERR_OR_NULL(t)) { in __do_replace()
1327 if (IS_ERR_OR_NULL(t)) { in do_add_counters()
1795 if (!IS_ERR_OR_NULL(t)) { in compat_get_entries()
/linux-4.4.14/drivers/clk/ti/
Ddpll.c213 if (IS_ERR_OR_NULL(clk_ref) || IS_ERR_OR_NULL(clk_bypass)) in ti_clk_register_dpll()
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_multicast.c607 if (IS_ERR_OR_NULL(priv->broadcast->mc) && in ipoib_mcast_join_task()
624 if (IS_ERR_OR_NULL(mcast->mc) && in ipoib_mcast_join_task()
698 if (!IS_ERR_OR_NULL(mcast->mc)) in ipoib_mcast_leave()
/linux-4.4.14/drivers/rtc/
Drtc-hid-sensor-time.c294 if (IS_ERR_OR_NULL(time_state->rtc)) { in hid_time_probe()
/linux-4.4.14/drivers/platform/olpc/
Dolpc-ec.c239 if (IS_ERR_OR_NULL(dbgfs_dir)) in olpc_ec_setup_debugfs()
/linux-4.4.14/drivers/clk/
Dclk-scpi.c253 if (IS_ERR_OR_NULL(clks[idx])) in scpi_clk_add()
Dclk.c605 if (IS_ERR_OR_NULL(clk)) in clk_unprepare()
712 if (IS_ERR_OR_NULL(clk)) in clk_disable()
1307 if (IS_ERR_OR_NULL(core)) in clk_calc_new_rates()
1682 if (IS_ERR_OR_NULL(core->parent)) in __clk_init_parent()
1948 if (!IS_ERR_OR_NULL(p) && !IS_ERR_OR_NULL(q)) in clk_is_match()
/linux-4.4.14/drivers/watchdog/
Dbcm_kona_wdt.c163 if (IS_ERR_OR_NULL(dir)) in bcm_kona_wdt_debug_init()
/linux-4.4.14/fs/nfs/
Dnfs3acl.c263 if (IS_ERR_OR_NULL(acl)) in nfs3_list_one_acl()
Dnfs4idmap.c320 if (IS_ERR_OR_NULL(payload)) { in nfs_idmap_get_key()
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_cmd_encoder.c107 if (IS_ERR_OR_NULL(mdp5_kms->vsync_clk)) { in pingpong_tearcheck_setup()
/linux-4.4.14/net/ipv6/netfilter/
Dip6_tables.c1119 if (!IS_ERR_OR_NULL(t)) { in get_info()
1178 if (!IS_ERR_OR_NULL(t)) { in get_entries()
1217 if (IS_ERR_OR_NULL(t)) { in __do_replace()
1338 if (IS_ERR_OR_NULL(t)) { in do_add_counters()
1797 if (!IS_ERR_OR_NULL(t)) { in compat_get_entries()
Dnf_conntrack_reasm.c211 if (IS_ERR_OR_NULL(q)) { in fq_find()
/linux-4.4.14/drivers/usb/musb/
Dux500.c164 if (IS_ERR_OR_NULL(musb->xceiv)) { in ux500_musb_init()
Ddavinci.c385 if (IS_ERR_OR_NULL(musb->xceiv)) { in davinci_musb_init()
Dda8xx.c423 if (IS_ERR_OR_NULL(musb->xceiv)) { in da8xx_musb_init()
Dam35x.c366 if (IS_ERR_OR_NULL(musb->xceiv)) in am35x_musb_init()
Dblackfin.c441 if (IS_ERR_OR_NULL(musb->xceiv)) { in bfin_musb_init()
/linux-4.4.14/drivers/pci/host/
Dpci-keystone.c362 if (!IS_ERR_OR_NULL(phy)) { in ks_pcie_probe()
/linux-4.4.14/net/ieee802154/
Dtrace.h22 #define WPAN_DEV_ASSIGN (__entry->identifier) = (!IS_ERR_OR_NULL(wpan_dev) \
/linux-4.4.14/fs/ext4/
Dcrypto.c136 if (!IS_ERR_OR_NULL(ctx)) in ext4_get_crypto_ctx()
/linux-4.4.14/drivers/media/common/siano/
Dsmsdvb-debugfs.c476 if (IS_ERR_OR_NULL(client->debugfs)) { in smsdvb_debugfs_create()
536 if (IS_ERR_OR_NULL(d)) { in smsdvb_debugfs_register()
/linux-4.4.14/fs/overlayfs/
Dinode.c176 if (IS_ERR_OR_NULL(ret)) { in ovl_follow_link()
/linux-4.4.14/fs/proc/
Dtask_nommu.c257 if (!IS_ERR_OR_NULL(_vml)) { in m_stop()
Dtask_mmu.c205 if (!IS_ERR_OR_NULL(v)) in m_stop()
532 if (IS_ERR_OR_NULL(page)) in smaps_pmd_entry()
/linux-4.4.14/drivers/usb/dwc2/
Dcore_intr.c454 if (!IS_ERR_OR_NULL(hsotg->uphy)) in dwc2_handle_usb_suspend_intr()
Dhcd.c2418 if (!IS_ERR_OR_NULL(hsotg->uphy)) { in _dwc2_hcd_suspend()
2462 if (!IS_ERR_OR_NULL(hsotg->uphy)) { in _dwc2_hcd_resume()
3138 if (!IS_ERR_OR_NULL(hsotg->uphy)) in dwc2_hcd_init()
3193 if (!IS_ERR_OR_NULL(hsotg->uphy)) in dwc2_hcd_remove()
/linux-4.4.14/drivers/extcon/
Dextcon.c792 if (IS_ERR_OR_NULL(edev->name)) { in extcon_dev_register()
989 if (IS_ERR_OR_NULL(get_device(&edev->dev))) { in extcon_dev_unregister()
/linux-4.4.14/drivers/i2c/busses/
Di2c-mv64xxx.c964 if (!IS_ERR_OR_NULL(drv_data->rstc)) in mv64xxx_i2c_probe()
984 if (!IS_ERR_OR_NULL(drv_data->rstc)) in mv64xxx_i2c_remove()
/linux-4.4.14/fs/gfs2/
Dglock.c1978 if (IS_ERR_OR_NULL(dent)) in gfs2_create_debugfs_file()
1986 if (IS_ERR_OR_NULL(dent)) in gfs2_create_debugfs_file()
1994 if (IS_ERR_OR_NULL(dent)) in gfs2_create_debugfs_file()
2002 if (IS_ERR_OR_NULL(dent)) in gfs2_create_debugfs_file()
/linux-4.4.14/drivers/nvdimm/
Dbtt.c211 if (IS_ERR_OR_NULL(d)) in arena_debugfs_init()
243 if (IS_ERR_OR_NULL(btt->debugfs_dir)) in btt_debugfs_init()
1433 if (IS_ERR_OR_NULL(debugfs_root)) { in nd_btt_init()
/linux-4.4.14/mm/
Dzswap.c431 if (IS_ERR_OR_NULL(tfm)) { in __zswap_cpu_comp_notifier()
441 if (!IS_ERR_OR_NULL(tfm)) in __zswap_cpu_comp_notifier()
Dksm.c371 if (IS_ERR_OR_NULL(page)) in break_ksm()
471 if (IS_ERR_OR_NULL(page)) in get_mergeable_page()
1637 if (IS_ERR_OR_NULL(*page)) { in scan_get_next_rmap_item()
/linux-4.4.14/drivers/devfreq/
Ddevfreq.c56 if (IS_ERR_OR_NULL(dev)) { in find_device_devfreq()
136 if (IS_ERR_OR_NULL(name)) { in find_devfreq_governor()
/linux-4.4.14/drivers/regulator/
Dtps65090-regulator.c430 if (IS_ERR_OR_NULL(tps65090_pdata)) { in tps65090_regulator_probe()
/linux-4.4.14/drivers/usb/renesas_usbhs/
Dmod_gadget.c929 if (!IS_ERR_OR_NULL(gpriv->transceiver)) { in usbhsg_gadget_start()
955 if (!IS_ERR_OR_NULL(gpriv->transceiver)) in usbhsg_gadget_stop()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Ddebugfs.c94 if (IS_ERR_OR_NULL(mlx5_debugfs_root)) in mlx5_register_debugfs()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_ptp.c605 if (!IS_ERR_OR_NULL(pf->ptp_clock)) in i40e_ptp_create_clock()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dmodule.c659 if (IS_ERR_OR_NULL(lnet_debugfs_root)) in lustre_insert_debugfs()
/linux-4.4.14/init/
Dmain.c544 if (!IS_ERR_OR_NULL(after_dashes)) in start_kernel()
/linux-4.4.14/net/core/
Dflow.c272 if (!IS_ERR_OR_NULL(flo)) in flow_cache_lookup()
/linux-4.4.14/drivers/input/touchscreen/
Dpixcir_i2c_ts.c196 if (!IS_ERR_OR_NULL(tsdata->gpio_reset)) { in pixcir_reset()
Delants_i2c.c1079 if (IS_ERR_OR_NULL(ts->reset_gpio)) in elants_i2c_power_on()
1121 if (!IS_ERR_OR_NULL(ts->reset_gpio)) { in elants_i2c_power_off()
/linux-4.4.14/drivers/devfreq/event/
Dexynos-ppmu.c432 if (IS_ERR_OR_NULL(info->ppmu.base)) { in exynos_ppmu_parse_dt()
/linux-4.4.14/net/sched/
Dsch_tbf.c168 if (IS_ERR_OR_NULL(segs)) in tbf_segment()
/linux-4.4.14/drivers/net/can/spi/
Dmcp251x.c673 if (IS_ERR_OR_NULL(reg)) in mcp251x_power_enable()
1212 if (!IS_ERR_OR_NULL(priv->power)) { in mcp251x_can_suspend()
/linux-4.4.14/drivers/tty/serial/
Datmel_serial.c296 if (!IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(atmel_port->gpios, in atmel_get_lines_status()
304 if (!IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(atmel_port->gpios, in atmel_get_lines_status()
312 if (!IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(atmel_port->gpios, in atmel_get_lines_status()
320 if (!IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(atmel_port->gpios, in atmel_get_lines_status()
Dmxs-auart.c654 #define RTS_AT_AUART() IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(s->gpios, \
656 #define CTS_AT_AUART() IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(s->gpios, \
Dsprd_serial.c719 if (!IS_ERR_OR_NULL(clk)) in sprd_probe()
/linux-4.4.14/drivers/tty/serial/8250/
D8250_dw.c427 if (!IS_ERR_OR_NULL(data->clk)) { in dw8250_probe()
/linux-4.4.14/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c962 if (IS_ERR_OR_NULL(ERR_PTR( in s5p_mfc_buf_init()
981 if (IS_ERR_OR_NULL(ERR_PTR( in s5p_mfc_buf_init()
/linux-4.4.14/drivers/gpu/drm/msm/dsi/pll/
Ddsi_pll_28nm.c608 if (IS_ERR_OR_NULL(pll_28nm->mmio)) { in msm_dsi_pll_28nm_init()
/linux-4.4.14/drivers/sh/clk/
Dcore.c414 if (IS_ERR_OR_NULL(clk)) in clk_register()
/linux-4.4.14/drivers/iommu/
Dipmmu-vmsa.c716 if (!IS_ERR_OR_NULL(group)) in ipmmu_add_device()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fifo.c396 if (IS_ERR_OR_NULL(ret)) { in vmw_fifo_reserve_dx()
/linux-4.4.14/drivers/gpu/drm/tegra/
Dgem.c356 if (!IS_ERR_OR_NULL(bo->sgt)) in tegra_bo_import()
/linux-4.4.14/sound/soc/sh/rcar/
Ddma.c182 if (IS_ERR_OR_NULL(dmaen->chan)) { in rsnd_dmaen_init()
/linux-4.4.14/fs/pstore/
Dram.c382 for (i = 0; !IS_ERR_OR_NULL(cxt->przs[i]); i++) in ramoops_free_przs()
/linux-4.4.14/net/ieee802154/6lowpan/
Dreassembly.c122 if (IS_ERR_OR_NULL(q)) { in fq_find()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ptp.c858 if (!IS_ERR_OR_NULL(adapter->ptp_clock)) in ixgbe_ptp_create_clock()
/linux-4.4.14/drivers/media/platform/xilinx/
Dxilinx-dma.c764 if (!IS_ERR_OR_NULL(dma->alloc_ctx)) in xvip_dma_cleanup()
/linux-4.4.14/drivers/net/phy/
Dmicrel.c605 if (!IS_ERR_OR_NULL(clk)) { in kszphy_probe()
/linux-4.4.14/fs/udf/
Dnamei.c815 if (IS_ERR_OR_NULL(fi)) { in udf_rmdir()
862 if (IS_ERR_OR_NULL(fi)) { in udf_unlink()

12