Home
last modified time | relevance | path

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

12

/linux-4.1.27/drivers/usb/gadget/legacy/
Dnokia.c163 if (!IS_ERR_OR_NULL(f_phonet)) { in nokia_bind_config()
169 if (!IS_ERR_OR_NULL(f_obex1)) { in nokia_bind_config()
175 if (!IS_ERR_OR_NULL(f_obex2)) { in nokia_bind_config()
218 if (!IS_ERR_OR_NULL(f_obex2)) in nokia_bind_config()
220 if (!IS_ERR_OR_NULL(f_obex1)) in nokia_bind_config()
222 if (!IS_ERR_OR_NULL(f_phonet)) in nokia_bind_config()
288 if (!IS_ERR_OR_NULL(f_obex1_cfg1)) in nokia_bind()
290 if (!IS_ERR_OR_NULL(f_obex2_cfg1)) in nokia_bind()
292 if (!IS_ERR_OR_NULL(f_phonet_cfg1)) in nokia_bind()
312 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.c191 if (!IS_ERR_OR_NULL(f_ncm)) in gncm_unbind()
193 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.c394 if (!IS_ERR_OR_NULL(func_ss)) in zero_unbind()
397 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.1.27/drivers/infiniband/hw/usnic/
Dusnic_ib_qp_grp.c105 if (IS_ERR_OR_NULL(res_chunk)) { in enable_qp_grp()
146 if (IS_ERR_OR_NULL(res_chunk)) { in disable_qp_grp()
174 if (IS_ERR_OR_NULL(res_chunk)) { in init_filter_action()
215 if (IS_ERR_OR_NULL(flow)) { in create_roce_custom_flow()
224 if (IS_ERR_OR_NULL(qp_flow)) { in create_roce_custom_flow()
270 if (IS_ERR_OR_NULL(sock)) in create_udp_flow()
290 if (IS_ERR_OR_NULL(flow)) { in create_udp_flow()
299 if (IS_ERR_OR_NULL(qp_flow)) { in create_udp_flow()
344 if (!IS_ERR_OR_NULL(qp_flow)) { in create_and_add_flow()
421 if (IS_ERR_OR_NULL(qp_flow)) { in usnic_ib_qp_grp_modify()
[all …]
Dusnic_debugfs.c107 if (IS_ERR_OR_NULL(flows_dentry)) { in usnic_debugfs_init()
134 if (IS_ERR_OR_NULL(flows_dentry)) in usnic_debugfs_flow_add()
144 if (IS_ERR_OR_NULL(qp_flow->dbgfs_dentry)) { in usnic_debugfs_flow_add()
152 if (!IS_ERR_OR_NULL(qp_flow->dbgfs_dentry)) in usnic_debugfs_flow_remove()
Dusnic_ib_verbs.c75 if (IS_ERR_OR_NULL(chunk)) { in usnic_ib_fill_create_qp_resp()
89 if (IS_ERR_OR_NULL(chunk)) { in usnic_ib_fill_create_qp_resp()
103 if (IS_ERR_OR_NULL(chunk)) { in usnic_ib_fill_create_qp_resp()
193 if (IS_ERR_OR_NULL(qp_grp)) { in find_free_vf_and_create_qp_grp()
432 if (IS_ERR_OR_NULL(umem_pd)) { in usnic_ib_alloc_pd()
500 if (IS_ERR_OR_NULL(qp_grp)) { in usnic_ib_create_qp()
605 if (IS_ERR_OR_NULL(mr)) in usnic_ib_reg_mr()
610 if (IS_ERR_OR_NULL(mr->umem)) { in usnic_ib_reg_mr()
Dusnic_ib_main.c315 if (IS_ERR_OR_NULL(us_ibdev)) { in usnic_ib_device_add()
322 if (IS_ERR_OR_NULL(us_ibdev->ufdev)) { in usnic_ib_device_add()
472 if (IS_ERR_OR_NULL(us_ibdev)) { in usnic_ib_discover_pf()
528 if (IS_ERR_OR_NULL(vf->vnic)) { in usnic_ib_pci_probe()
536 if (IS_ERR_OR_NULL(pf)) { in usnic_ib_pci_probe()
Dusnic_uiom.c475 if (IS_ERR_OR_NULL(domain)) { in usnic_uiom_alloc_pd()
/linux-4.1.27/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.1.27/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.c57 if (IS_ERR_OR_NULL(domain_name)) in pm_genpd_lookup_name()
81 if (IS_ERR_OR_NULL(dev) || IS_ERR_OR_NULL(dev->pm_domain)) in pm_genpd_lookup_dev()
102 if (IS_ERR_OR_NULL(dev->pm_domain)) in dev_to_genpd()
811 if (IS_ERR_OR_NULL(genpd)) in pm_genpd_present()
1485 if (IS_ERR_OR_NULL(genpd) || IS_ERR_OR_NULL(dev)) in __pm_genpd_add_device()
1592 if (IS_ERR_OR_NULL(genpd) || IS_ERR_OR_NULL(subdomain) in pm_genpd_add_subdomain()
1649 if (IS_ERR_OR_NULL(master_name) || IS_ERR_OR_NULL(subdomain_name)) in pm_genpd_add_subdomain_names()
1679 if (IS_ERR_OR_NULL(genpd) || IS_ERR_OR_NULL(subdomain)) in pm_genpd_remove_subdomain()
1731 if (IS_ERR_OR_NULL(genpd) || state < 0) in pm_genpd_attach_cpuidle()
1799 if (IS_ERR_OR_NULL(genpd)) in pm_genpd_detach_cpuidle()
[all …]
Dopp.c137 if (unlikely(IS_ERR_OR_NULL(dev))) { in _find_device_opp()
175 if (unlikely(IS_ERR_OR_NULL(tmp_opp)) || !tmp_opp->available) in dev_pm_opp_get_voltage()
207 if (unlikely(IS_ERR_OR_NULL(tmp_opp)) || !tmp_opp->available) in dev_pm_opp_get_freq()
909 IS_ERR_OR_NULL(dev) ? in of_free_opp_table()
/linux-4.1.27/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.1.27/drivers/block/drbd/
Ddrbd_debugfs.c489 if (IS_ERR_OR_NULL(dentry)) in drbd_debugfs_resource_add()
494 if (IS_ERR_OR_NULL(dentry)) in drbd_debugfs_resource_add()
499 if (IS_ERR_OR_NULL(dentry)) in drbd_debugfs_resource_add()
506 if (IS_ERR_OR_NULL(dentry)) in drbd_debugfs_resource_add()
663 if (IS_ERR_OR_NULL(dentry)) in drbd_debugfs_connection_add()
670 if (IS_ERR_OR_NULL(dentry)) in drbd_debugfs_connection_add()
677 if (IS_ERR_OR_NULL(dentry)) in drbd_debugfs_connection_add()
821 if (IS_ERR_OR_NULL(dentry)) in drbd_debugfs_device_attr()
833 if (IS_ERR_OR_NULL(dentry)) in drbd_debugfs_device_attr()
841 if (IS_ERR_OR_NULL(dentry)) \ in drbd_debugfs_device_attr()
[all …]
/linux-4.1.27/arch/x86/kernel/
Diosf_mbi.c238 if (IS_ERR_OR_NULL(iosf_dbg)) in iosf_sideband_debug_init()
243 if (IS_ERR_OR_NULL(d)) in iosf_sideband_debug_init()
248 if (IS_ERR_OR_NULL(d)) in iosf_sideband_debug_init()
253 if (IS_ERR_OR_NULL(d)) in iosf_sideband_debug_init()
/linux-4.1.27/drivers/staging/android/ion/tegra/
Dtegra_ion.c40 if (IS_ERR_OR_NULL(idev)) in tegra_ion_probe()
48 if (IS_ERR_OR_NULL(heaps[i])) { in tegra_ion_probe()
/linux-4.1.27/drivers/acpi/
Dacpi_apd.c105 return IS_ERR_OR_NULL(pdev) ? PTR_ERR(pdev) : 1; in acpi_apd_create_device()
123 if (!IS_ERR_OR_NULL(pdev)) in acpi_apd_create_device()
Dacpi_lpss.c336 return IS_ERR_OR_NULL(pdev) ? PTR_ERR(pdev) : 1; in acpi_lpss_create_device()
393 if (!IS_ERR_OR_NULL(pdev)) { in acpi_lpss_create_device()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Ddebug.c68 if (!IS_ERR_OR_NULL(drvr->dbgfs_dir)) in brcmf_debugfs_detach()
103 if (IS_ERR_OR_NULL(dentry)) in brcmf_debugfs_add_entry()
/linux-4.1.27/drivers/tty/serial/
Dserial_mctrl_gpio.c52 if (!IS_ERR_OR_NULL(gpios->gpio[i]) && in mctrl_gpio_set()
121 if (!IS_ERR_OR_NULL(gpios->gpio[i])) in mctrl_gpio_free()
Datmel_serial.c263 if (!IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(atmel_port->gpios, in atmel_get_lines_status()
271 if (!IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(atmel_port->gpios, in atmel_get_lines_status()
279 if (!IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(atmel_port->gpios, in atmel_get_lines_status()
287 if (!IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(atmel_port->gpios, in atmel_get_lines_status()
Dmxs-auart.c652 #define RTS_AT_AUART() IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(s->gpios, \
654 #define CTS_AT_AUART() IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(s->gpios, \
/linux-4.1.27/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.1.27/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()
Dtwl4030_charger.c642 if (!IS_ERR_OR_NULL(bci->transceiver)) { in twl4030_bci_probe()
674 if (!IS_ERR_OR_NULL(bci->transceiver)) { in twl4030_bci_probe()
706 if (!IS_ERR_OR_NULL(bci->transceiver)) { in twl4030_bci_remove()
Dpower_supply_core.c562 if (IS_ERR_OR_NULL(psy->tzd)) in psy_unregister_thermal()
640 if (IS_ERR_OR_NULL(psy->tcd)) in psy_unregister_cooler()
Dmax14577_charger.c585 if (IS_ERR_OR_NULL(chg->pdata)) in max14577_charger_probe()
Daxp288_fuel_gauge.c198 if (IS_ERR_OR_NULL(indio_chan)) { in pmic_read_adc_val()
/linux-4.1.27/drivers/net/ethernet/ti/
Dnetcp_core.c777 !IS_ERR_OR_NULL(netcp->rx_fdq[i]); i++) in netcp_rxpool_free()
800 if (IS_ERR_OR_NULL(hwdesc)) { in netcp_allocate_rx_buf()
1020 if (unlikely(IS_ERR_OR_NULL(desc))) { in netcp_tx_map_skb()
1053 if (unlikely(IS_ERR_OR_NULL(ndesc))) { in netcp_tx_map_skb()
1258 if (IS_ERR_OR_NULL(tx_pipe->dma_channel)) { in netcp_txpipe_open()
1278 if (!IS_ERR_OR_NULL(tx_pipe->dma_channel)) in netcp_txpipe_open()
1455 if (!IS_ERR_OR_NULL(netcp->rx_pool)) in netcp_free_navigator_resources()
1458 if (!IS_ERR_OR_NULL(netcp->rx_queue)) { in netcp_free_navigator_resources()
1464 !IS_ERR_OR_NULL(netcp->rx_fdq[i]) ; ++i) { in netcp_free_navigator_resources()
1469 if (!IS_ERR_OR_NULL(netcp->tx_compl_q)) { in netcp_free_navigator_resources()
[all …]
/linux-4.1.27/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.1.27/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.1.27/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.1.27/include/linux/
Derr.h38 static inline bool __must_check IS_ERR_OR_NULL(__force const void *ptr) in IS_ERR_OR_NULL() function
/linux-4.1.27/drivers/gpu/drm/imx/
Dipuv3-plane.c227 if (!IS_ERR_OR_NULL(ipu_plane->dp)) in ipu_plane_put_resources()
229 if (!IS_ERR_OR_NULL(ipu_plane->dmfc)) in ipu_plane_put_resources()
231 if (!IS_ERR_OR_NULL(ipu_plane->ipu_ch)) in ipu_plane_put_resources()
Dipuv3-crtc.c315 if (!IS_ERR_OR_NULL(ipu_crtc->dc)) in ipu_put_resources()
317 if (!IS_ERR_OR_NULL(ipu_crtc->di)) in ipu_put_resources()
/linux-4.1.27/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.1.27/drivers/clk/tegra/
Dclk.c224 if (IS_ERR_OR_NULL(clk)) { in tegra_init_from_table()
302 if (!IS_ERR_OR_NULL(clks[i])) in tegra_register_devclks()
/linux-4.1.27/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.1.27/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()
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()
Dsuper.c1088 if (!IS_ERR_OR_NULL(dc->writeback_thread)) in cached_dev_free()
1100 if (!IS_ERR_OR_NULL(dc->bdev)) in cached_dev_free()
1360 if (!IS_ERR_OR_NULL(c->debug)) in cache_set_free()
1418 if (!IS_ERR_OR_NULL(c->root)) in cache_set_flush()
1617 if (IS_ERR_OR_NULL(c->root)) in run_cache_set()
1692 if (IS_ERR_OR_NULL(c->root)) in run_cache_set()
1832 if (!IS_ERR_OR_NULL(ca->bdev)) in bch_cache_release()
Dmovinggc.c179 err: if (!IS_ERR_OR_NULL(w->private)) in read_moving()
/linux-4.1.27/fs/squashfs/
Ddecompressor_multi_percpu.c54 if (!IS_ERR_OR_NULL(stream->stream)) in squashfs_decompressor_create()
/linux-4.1.27/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()
Dnetback.c2028 if (IS_ERR_OR_NULL(xen_netback_dbg_root)) in netback_init()
2044 if (!IS_ERR_OR_NULL(xen_netback_dbg_root)) in netback_fini()
/linux-4.1.27/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.1.27/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()
332 if (IS_ERR_OR_NULL(i2c)) in max8997_irq_init()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Ddebugfs.c354 if (IS_ERR_OR_NULL(f)) in wil6210_debugfs_init_offset()
377 if (IS_ERR_OR_NULL(d)) in wil6210_debugfs_create_ISR()
398 if (IS_ERR_OR_NULL(d)) in wil6210_debugfs_create_pseudo_ISR()
452 if (IS_ERR_OR_NULL(d)) in wil6210_debugfs_create_ITR_CNT()
457 if (IS_ERR_OR_NULL(dtx) || IS_ERR_OR_NULL(drx)) in wil6210_debugfs_create_ITR_CNT()
1440 if (IS_ERR_OR_NULL(dbg)) in wil6210_debugfs_init()
/linux-4.1.27/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.1.27/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.1.27/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.c137 if (!IS_ERR_OR_NULL(hcd->usb_phy)) { in usb_hcd_fsl_probe()
178 if (!IS_ERR_OR_NULL(hcd->usb_phy)) { in usb_hcd_fsl_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.1.27/drivers/platform/x86/
Dasus-laptop.c656 if (!IS_ERR_OR_NULL(asus->wled.led.dev)) in asus_led_exit()
658 if (!IS_ERR_OR_NULL(asus->bled.led.dev)) in asus_led_exit()
660 if (!IS_ERR_OR_NULL(asus->mled.led.dev)) in asus_led_exit()
662 if (!IS_ERR_OR_NULL(asus->tled.led.dev)) in asus_led_exit()
664 if (!IS_ERR_OR_NULL(asus->pled.led.dev)) in asus_led_exit()
666 if (!IS_ERR_OR_NULL(asus->rled.led.dev)) in asus_led_exit()
668 if (!IS_ERR_OR_NULL(asus->gled.led.dev)) in asus_led_exit()
670 if (!IS_ERR_OR_NULL(asus->kled.led.dev)) in asus_led_exit()
Dasus-wmi.c512 if (!IS_ERR_OR_NULL(asus->kbd_led.dev)) in asus_wmi_led_exit()
514 if (!IS_ERR_OR_NULL(asus->tpd_led.dev)) in asus_wmi_led_exit()
516 if (!IS_ERR_OR_NULL(asus->wlan_led.dev)) in asus_wmi_led_exit()
Deeepc-laptop.c550 if (!IS_ERR_OR_NULL(eeepc->tpd_led.dev)) in eeepc_led_exit()
/linux-4.1.27/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()
2798 if (!IS_ERR_OR_NULL(xceiv)) in omap_udc_probe()
2822 if (IS_ERR_OR_NULL(xceiv)) { in omap_udc_probe()
[all …]
Ds3c-hsudc.c1164 if (!IS_ERR_OR_NULL(hsudc->transceiver)) { in s3c_hsudc_start()
1210 if (!IS_ERR_OR_NULL(hsudc->transceiver)) in s3c_hsudc_stop()
1238 if (!IS_ERR_OR_NULL(hsudc->transceiver)) in s3c_hsudc_vbus_draw()
1338 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()
2357 if (IS_ERR_OR_NULL(udc_controller->transceiver)) { in fsl_udc_probe()
2441 if (IS_ERR_OR_NULL(udc_controller->transceiver)) { in fsl_udc_probe()
2463 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()
1268 if (!IS_ERR_OR_NULL(dev->transceiver)) { in pxa25x_udc_start()
1344 if (!IS_ERR_OR_NULL(dev->transceiver)) in pxa25x_udc_stop()
2204 if (!IS_ERR_OR_NULL(dev->transceiver)) in pxa25x_udc_probe()
2227 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()
1801 if (!IS_ERR_OR_NULL(udc->transceiver)) { in pxa27x_udc_start()
1855 if (!IS_ERR_OR_NULL(udc->transceiver)) in pxa27x_udc_stop()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dtdls.c151 if (IS_ERR_OR_NULL(sta) || !sta->tdls) in iwl_mvm_tdls_config()
289 if (IS_ERR_OR_NULL(sta) || WARN_ON(!sta->tdls)) in iwl_mvm_rx_tdls_notif()
323 if (!IS_ERR_OR_NULL(sta)) in iwl_mvm_tdls_check_action()
Dnvm.c825 if (IS_ERR_OR_NULL(regd)) in iwl_mvm_init_mcc()
833 if (IS_ERR_OR_NULL(regd)) in iwl_mvm_init_mcc()
866 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.c1059 if (IS_ERR_OR_NULL(vif)) { in __iwl_mvm_suspend()
1085 if (IS_ERR_OR_NULL(ap_sta)) { in __iwl_mvm_suspend()
1643 if (IS_ERR_OR_NULL(fw_status)) in iwl_mvm_query_wakeup_reasons()
1661 if (IS_ERR_OR_NULL(ap_sta)) in iwl_mvm_query_wakeup_reasons()
1753 if (!IS_ERR_OR_NULL(fw_status)) { in iwl_mvm_query_netdetect_reasons()
1872 if (IS_ERR_OR_NULL(vif)) in __iwl_mvm_resume()
Dsta.c1426 if (IS_ERR_OR_NULL(sta)) { in iwl_mvm_set_sta_key()
1552 if (WARN_ON(IS_ERR_OR_NULL(sta))) { in iwl_mvm_update_tkip_key()
1677 if (!IS_ERR_OR_NULL(sta)) in iwl_mvm_rx_eosp_notif()
1743 if (IS_ERR_OR_NULL(sta)) in iwl_mvm_modify_all_sta_disable_tx()
Dops.c990 if (IS_ERR_OR_NULL(ap_sta)) in iwl_mvm_disallow_offloading()
1074 if (IS_ERR_OR_NULL(ap_sta)) in iwl_mvm_set_wowlan_data()
1199 if (IS_ERR_OR_NULL(sta)) { in iwl_mvm_d0i3_enable_tx()
Dtt.c290 if (IS_ERR_OR_NULL(sta)) in iwl_mvm_tt_tx_protection()
Dtx.c884 if (!WARN_ON_ONCE(IS_ERR_OR_NULL(sta))) { in iwl_mvm_rx_tx_cmd_agg()
957 if (WARN_ON_ONCE(IS_ERR_OR_NULL(sta))) { in iwl_mvm_rx_ba_notif()
Dmac80211.c320 if (IS_ERR_OR_NULL(resp)) { in iwl_mvm_get_regdomain()
336 if (IS_ERR_OR_NULL(regd)) { in iwl_mvm_get_regdomain()
360 if (!IS_ERR_OR_NULL(regd)) { in iwl_mvm_update_changed_regdom()
395 if (!IS_ERR_OR_NULL(regd)) in iwl_mvm_init_fw_regd()
402 if (IS_ERR_OR_NULL(regd)) in iwl_mvm_init_fw_regd()
3868 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()
Ddebugfs-vif.c270 if (!IS_ERR_OR_NULL(sta)) { in iwl_dbgfs_mac_params_read()
Dcoex.c803 if (IS_ERR_OR_NULL(sta)) in iwl_mvm_bt_rssi_iterator()
Dcoex_legacy.c1124 if (IS_ERR_OR_NULL(sta)) in iwl_mvm_bt_rssi_iterator()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_edid_load.c285 if (IS_ERR_OR_NULL(edid)) in drm_load_edid_firmware()
/linux-4.1.27/drivers/acpi/pmic/
Dintel_pmic_xpower.c202 if (IS_ERR_OR_NULL(gpadc_chan)) in intel_xpower_pmic_get_raw_temp()
/linux-4.1.27/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.1.27/drivers/gpu/drm/msm/dsi/
Ddsi_phy.c303 if (IS_ERR_OR_NULL(phy->base)) { in msm_dsi_phy_init()
308 if (IS_ERR_OR_NULL(phy->reg_base)) { in msm_dsi_phy_init()
/linux-4.1.27/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.1.27/fs/ext4/
Dcrypto.c175 if (IS_ERR_OR_NULL(ctx->tfm)) { in ext4_get_crypto_ctx()
190 if (!IS_ERR_OR_NULL(ctx)) in ext4_get_crypto_ctx()
/linux-4.1.27/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.1.27/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()
Dspi-s3c64xx.c802 if (IS_ERR_OR_NULL(cs)) { in s3c64xx_spi_setup()
/linux-4.1.27/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.1.27/fs/tracefs/
Dinode.c541 if (IS_ERR_OR_NULL(dentry)) in tracefs_remove()
567 if (IS_ERR_OR_NULL(dentry)) in tracefs_remove_recursive()
/linux-4.1.27/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.1.27/drivers/gpu/drm/i915/
Dintel_lvds.c371 if (!IS_ERR_OR_NULL(lvds_connector->base.edid)) in intel_lvds_get_modes()
481 if (!IS_ERR_OR_NULL(lvds_connector->base.edid)) in intel_lvds_destroy()
1054 if (IS_ERR_OR_NULL(edid)) { in intel_lvds_init()
Dintel_dp_mst.c320 if (!IS_ERR_OR_NULL(intel_connector->edid)) in intel_dp_mst_connector_destroy()
Di915_gem_context.c272 if (IS_ERR_OR_NULL(ppgtt)) { in i915_gem_create_context()
/linux-4.1.27/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.1.27/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.1.27/fs/debugfs/
Dinode.c560 if (IS_ERR_OR_NULL(dentry)) in debugfs_remove()
591 if (IS_ERR_OR_NULL(dentry)) in debugfs_remove_recursive()
/linux-4.1.27/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()
2829 if (!IS_ERR_OR_NULL(cxgb4vf_debugfs_root)) { in cxgb4vf_pci_probe()
2833 if (IS_ERR_OR_NULL(adapter->debugfs_root)) in cxgb4vf_pci_probe()
2888 if (!IS_ERR_OR_NULL(adapter->debugfs_root)) { in cxgb4vf_pci_probe()
2959 if (!IS_ERR_OR_NULL(adapter->debugfs_root)) { in cxgb4vf_pci_remove()
3079 if (IS_ERR_OR_NULL(cxgb4vf_debugfs_root)) in cxgb4vf_module_init()
3083 if (ret < 0 && !IS_ERR_OR_NULL(cxgb4vf_debugfs_root)) in cxgb4vf_module_init()
/linux-4.1.27/drivers/clk/mmp/
Dclk-frac.c195 if (IS_ERR_OR_NULL(clk)) in mmp_clk_register_factor()
Dclk.c182 if (IS_ERR_OR_NULL(clk)) { in mmp_clk_add()
/linux-4.1.27/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()
Dip_fragment.c251 if (IS_ERR_OR_NULL(q)) { in ip_find()
/linux-4.1.27/arch/mips/pci/
Dpci-bcm63xx.c156 if (IS_ERR_OR_NULL(pcie_clk)) in bcm63xx_register_pcie()
/linux-4.1.27/sound/soc/intel/common/
Dsst-acpi.c206 if (!IS_ERR_OR_NULL(sst_acpi->pdev_pcm)) in sst_acpi_remove()
/linux-4.1.27/drivers/s390/char/
Dhmcdrv_dev.c358 if (!IS_ERR_OR_NULL(hmcdrv_dev_class)) { in hmcdrv_dev_exit()
/linux-4.1.27/arch/avr32/mach-at32ap/
Dclock.c112 if (IS_ERR_OR_NULL(clk)) in clk_disable()
/linux-4.1.27/net/ieee802154/
Dtrace.h22 #define WPAN_DEV_ASSIGN (__entry->identifier) = (!IS_ERR_OR_NULL(wpan_dev) \
/linux-4.1.27/drivers/clk/ti/
Ddpll.c212 if (IS_ERR_OR_NULL(clk_ref) || IS_ERR_OR_NULL(clk_bypass)) in ti_clk_register_dpll()
/linux-4.1.27/drivers/infiniband/ulp/ipoib/
Dipoib_multicast.c566 if (IS_ERR_OR_NULL(priv->broadcast->mc) && in ipoib_mcast_join_task()
584 if (IS_ERR_OR_NULL(mcast->mc) && in ipoib_mcast_join_task()
662 if (!IS_ERR_OR_NULL(mcast->mc)) in ipoib_mcast_leave()
Dipoib_main.c465 if (!IS_ERR_OR_NULL(ah)) { in path_rec_completion()
514 if (IS_ERR_OR_NULL(ah)) in path_rec_completion()
/linux-4.1.27/drivers/clk/
Dclk.c940 if (IS_ERR_OR_NULL(clk)) in clk_unprepare()
1051 if (IS_ERR_OR_NULL(clk)) in clk_disable()
1633 if (IS_ERR_OR_NULL(clk)) in clk_calc_new_rates()
1992 if (IS_ERR_OR_NULL(clk->parent)) in __clk_init_parent()
2254 if (!IS_ERR_OR_NULL(p) && !IS_ERR_OR_NULL(q)) in clk_is_match()
/linux-4.1.27/drivers/rtc/
Drtc-hid-sensor-time.c294 if (IS_ERR_OR_NULL(time_state->rtc)) { in hid_time_probe()
Dinterface.c612 if (unlikely(IS_ERR_OR_NULL(rtc))) in rtc_update_irq()
/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-clk.c46 if (!IS_ERR_OR_NULL(ccf_clk)) { in v4l2_clk_get()
Dvideobuf2-core.c76 if (!IS_ERR_OR_NULL(ptr)) \
206 if (IS_ERR_OR_NULL(mem_priv)) in __vb2_buf_mem_alloc()
1447 if (IS_ERR_OR_NULL(mem_priv)) { in __qbuf_userptr()
1518 if (IS_ERR_OR_NULL(dbuf)) { in __qbuf_dmabuf()
2444 if (IS_ERR_OR_NULL(dbuf)) { in vb2_expbuf()
Dvideobuf2-dma-sg.c747 if (!IS_ERR_OR_NULL(alloc_ctx)) in vb2_dma_sg_cleanup_ctx()
Dvideobuf2-dma-contig.c878 if (!IS_ERR_OR_NULL(alloc_ctx)) in vb2_dma_contig_cleanup_ctx()
/linux-4.1.27/drivers/platform/olpc/
Dolpc-ec.c242 if (IS_ERR_OR_NULL(dbgfs_dir)) in olpc_ec_setup_debugfs()
/linux-4.1.27/net/ipv4/netfilter/
Darp_tables.c909 if (!IS_ERR_OR_NULL(t)) { in get_info()
966 if (!IS_ERR_OR_NULL(t)) { in get_entries()
1009 if (IS_ERR_OR_NULL(t)) { in __do_replace()
1171 if (IS_ERR_OR_NULL(t)) { in do_add_counters()
1662 if (!IS_ERR_OR_NULL(t)) { in compat_get_entries()
Dip_tables.c1097 if (!IS_ERR_OR_NULL(t)) { in get_info()
1156 if (!IS_ERR_OR_NULL(t)) { in get_entries()
1196 if (IS_ERR_OR_NULL(t)) { in __do_replace()
1359 if (IS_ERR_OR_NULL(t)) { in do_add_counters()
1946 if (!IS_ERR_OR_NULL(t)) { in compat_get_entries()
/linux-4.1.27/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.1.27/drivers/watchdog/
Dbcm_kona_wdt.c163 if (IS_ERR_OR_NULL(dir)) in bcm_kona_wdt_debug_init()
/linux-4.1.27/mm/
Dksm.c371 if (IS_ERR_OR_NULL(page)) in break_ksm()
471 if (IS_ERR_OR_NULL(page)) in get_mergeable_page()
1343 if (IS_ERR_OR_NULL(tree_page)) in unstable_tree_search_insert()
1618 if (IS_ERR_OR_NULL(*page)) { in scan_get_next_rmap_item()
Dkmemleak.c1011 if (!kmemleak_enabled || IS_ERR_OR_NULL(ptr)) in kmemleak_update_trace()
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_cmd_encoder.c105 if (IS_ERR_OR_NULL(mdp5_kms->vsync_clk)) { in pingpong_tearcheck_setup()
/linux-4.1.27/drivers/usb/musb/
Dux500.c164 if (IS_ERR_OR_NULL(musb->xceiv)) { in ux500_musb_init()
Dda8xx.c423 if (IS_ERR_OR_NULL(musb->xceiv)) { in da8xx_musb_init()
Ddavinci.c385 if (IS_ERR_OR_NULL(musb->xceiv)) { in davinci_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()
Dtusb6010.c1115 if (IS_ERR_OR_NULL(musb->xceiv)) in tusb_musb_init()
/linux-4.1.27/drivers/devfreq/event/
Dexynos-ppmu.c270 if (IS_ERR_OR_NULL(info->ppmu.base)) { in exynos_ppmu_parse_dt()
/linux-4.1.27/drivers/pci/host/
Dpci-keystone.c363 if (!IS_ERR_OR_NULL(phy)) { in ks_pcie_probe()
/linux-4.1.27/drivers/extcon/
Dextcon.c729 if (IS_ERR_OR_NULL(edev->name)) { in extcon_dev_register()
914 if (IS_ERR_OR_NULL(get_device(&edev->dev))) { in extcon_dev_unregister()
/linux-4.1.27/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.1.27/net/ipv6/netfilter/
Dip6_tables.c1110 if (!IS_ERR_OR_NULL(t)) { in get_info()
1169 if (!IS_ERR_OR_NULL(t)) { in get_entries()
1209 if (IS_ERR_OR_NULL(t)) { in __do_replace()
1372 if (IS_ERR_OR_NULL(t)) { in do_add_counters()
1959 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.1.27/fs/proc/
Dtask_nommu.c257 if (!IS_ERR_OR_NULL(_vml)) { in m_stop()
Dtask_mmu.c203 if (!IS_ERR_OR_NULL(v)) in m_stop()
516 if (IS_ERR_OR_NULL(page)) in smaps_pmd_entry()
/linux-4.1.27/drivers/i2c/busses/
Di2c-mv64xxx.c955 if (!IS_ERR_OR_NULL(drv_data->rstc)) in mv64xxx_i2c_probe()
975 if (!IS_ERR_OR_NULL(drv_data->rstc)) in mv64xxx_i2c_remove()
/linux-4.1.27/fs/gfs2/
Dglock.c2053 if (IS_ERR_OR_NULL(dent)) in gfs2_create_debugfs_file()
2061 if (IS_ERR_OR_NULL(dent)) in gfs2_create_debugfs_file()
2069 if (IS_ERR_OR_NULL(dent)) in gfs2_create_debugfs_file()
2077 if (IS_ERR_OR_NULL(dent)) in gfs2_create_debugfs_file()
/linux-4.1.27/drivers/devfreq/
Ddevfreq.c56 if (unlikely(IS_ERR_OR_NULL(dev))) { in find_device_devfreq()
136 if (unlikely(IS_ERR_OR_NULL(name))) { in find_devfreq_governor()
/linux-4.1.27/drivers/regulator/
Dtps65090-regulator.c430 if (IS_ERR_OR_NULL(tps65090_pdata)) { in tps65090_regulator_probe()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_ptp.c606 if (!IS_ERR_OR_NULL(pf->ptp_clock)) in i40e_ptp_create_clock()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Ddebugfs.c94 if (IS_ERR_OR_NULL(mlx5_debugfs_root)) in mlx5_register_debugfs()
/linux-4.1.27/net/sched/
Dsch_tbf.c167 if (IS_ERR_OR_NULL(segs)) in tbf_segment()
/linux-4.1.27/net/core/
Dflow.c272 if (!IS_ERR_OR_NULL(flo)) in flow_cache_lookup()
/linux-4.1.27/init/
Dmain.c539 if (!IS_ERR_OR_NULL(after_dashes)) in start_kernel()
/linux-4.1.27/drivers/mmc/host/
Dtmio_mmc_pio.c231 if (IS_ERR_OR_NULL(mrq) in tmio_mmc_reset_work()
276 if (IS_ERR_OR_NULL(mrq)) { in tmio_mmc_finish_request()
/linux-4.1.27/drivers/net/can/spi/
Dmcp251x.c672 if (IS_ERR_OR_NULL(reg)) in mcp251x_power_enable()
1211 if (!IS_ERR_OR_NULL(priv->power)) { in mcp251x_can_suspend()
/linux-4.1.27/sound/soc/sh/rcar/
Ddma.c158 if (IS_ERR_OR_NULL(dmaen->chan)) { in rsnd_dmaen_init()
/linux-4.1.27/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c956 if (IS_ERR_OR_NULL(ERR_PTR( in s5p_mfc_buf_init()
975 if (IS_ERR_OR_NULL(ERR_PTR( in s5p_mfc_buf_init()
/linux-4.1.27/drivers/usb/dwc2/
Dgadget.c3067 if (!IS_ERR_OR_NULL(hsotg->uphy)) in s3c_hsotg_udc_start()
3122 if (!IS_ERR_OR_NULL(hsotg->uphy)) in s3c_hsotg_udc_stop()
3215 if (IS_ERR_OR_NULL(hsotg->uphy)) in s3c_hsotg_vbus_draw()
3873 if (IS_ERR_OR_NULL(hsotg->phy) && IS_ERR_OR_NULL(hsotg->uphy)) { in dwc2_gadget_init()
/linux-4.1.27/net/ieee802154/6lowpan/
Dreassembly.c133 if (IS_ERR_OR_NULL(q)) { in fq_find()
/linux-4.1.27/drivers/tty/serial/8250/
D8250_dw.c451 if (!IS_ERR_OR_NULL(data->clk)) { in dw8250_probe()
/linux-4.1.27/fs/pstore/
Dram.c366 for (i = 0; !IS_ERR_OR_NULL(cxt->przs[i]); i++) in ramoops_free_przs()
/linux-4.1.27/drivers/sh/clk/
Dcore.c414 if (IS_ERR_OR_NULL(clk)) in clk_register()
/linux-4.1.27/drivers/gpu/drm/tegra/
Dgem.c365 if (!IS_ERR_OR_NULL(bo->sgt)) in tegra_bo_import()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ptp.c858 if (!IS_ERR_OR_NULL(adapter->ptp_clock)) in ixgbe_ptp_create_clock()
/linux-4.1.27/drivers/iommu/
Dipmmu-vmsa.c725 if (!IS_ERR_OR_NULL(group)) in ipmmu_add_device()
/linux-4.1.27/drivers/net/phy/
Dmicrel.c552 if (!IS_ERR_OR_NULL(clk)) { in kszphy_probe()
/linux-4.1.27/drivers/media/platform/xilinx/
Dxilinx-dma.c759 if (!IS_ERR_OR_NULL(dma->alloc_ctx)) in xvip_dma_cleanup()
/linux-4.1.27/net/ipv6/
Dreassembly.c202 if (IS_ERR_OR_NULL(q)) { in fq_find()
/linux-4.1.27/drivers/net/can/usb/
Dgs_usb.c914 if (IS_ERR_OR_NULL(dev->canch[i])) { in gs_usb_probe()
/linux-4.1.27/fs/f2fs/
Dnamei.c303 if (IS_ERR_OR_NULL(page)) in f2fs_follow_link()
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_hv.c1583 if (IS_ERR_OR_NULL(kvm->arch.debugfs_dir)) in debugfs_vcpu_init()
1586 if (IS_ERR_OR_NULL(vcpu->arch.debugfs_dir)) in debugfs_vcpu_init()
2565 if (!IS_ERR_OR_NULL(kvm->arch.debugfs_dir)) in kvmppc_core_init_vm_hv()
/linux-4.1.27/drivers/block/
Dloop.c572 if (IS_ERR_OR_NULL(p)) in loop_attr_backing_file_show()
1569 if (IS_ERR_OR_NULL(lo->lo_queue)) { in loop_add()
Dnvme-core.c2576 if (list_empty(&dev_list) && !IS_ERR_OR_NULL(nvme_thread)) { in nvme_dev_list_remove()
2830 if (list_empty(&dev_list) && IS_ERR_OR_NULL(nvme_thread)) { in nvme_dev_start()
2843 if (IS_ERR_OR_NULL(nvme_thread)) { in nvme_dev_start()
/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_init.c125 if (IS_ERR_OR_NULL(hw->debugfs_root)) in csio_setup_debugfs()
/linux-4.1.27/drivers/gpu/drm/ttm/
Dttm_page_alloc_dma.c897 if (IS_ERR_OR_NULL(pool)) { in ttm_dma_populate()
/linux-4.1.27/net/bluetooth/rfcomm/
Dsock.c1081 if (IS_ERR_OR_NULL(bt_debugfs)) in rfcomm_init_sockets()
/linux-4.1.27/net/sctp/
Dipv6.c329 if (!IS_ERR_OR_NULL(dst)) { in sctp_v6_get_dst()
/linux-4.1.27/drivers/mtd/spi-nor/
Dspi-nor.c1011 if (IS_ERR_OR_NULL(id)) in spi_nor_scan()
/linux-4.1.27/fs/hugetlbfs/
Dinode.c1084 if (!IS_ERR_OR_NULL(hugetlbfs_vfsmount[default_hstate_idx])) in init_hugetlbfs_fs()
/linux-4.1.27/drivers/mtd/nand/
Dnandsim.c534 if (IS_ERR_OR_NULL(dent)) { in nandsim_debugfs_create()
545 if (IS_ERR_OR_NULL(dent)) in nandsim_debugfs_create()
/linux-4.1.27/net/bluetooth/
Dsco.c1224 if (IS_ERR_OR_NULL(bt_debugfs)) in sco_init()
Dhci_debugfs.c1137 if (IS_ERR_OR_NULL(hdev->debugfs)) in hci_debugfs_create_conn()
/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_dmm_tiler.c312 if (IS_ERR_OR_NULL(txn)) in fill()
/linux-4.1.27/drivers/dma/
Dep93xx_dma.c1355 if (!IS_ERR_OR_NULL(edmac->clk)) in ep93xx_dma_probe()
/linux-4.1.27/fs/btrfs/
Dextent_io.c2893 if (em_cached && !IS_ERR_OR_NULL(em)) { in __get_extent_map()
2981 if (IS_ERR_OR_NULL(em)) { in __do_readpage()
3432 if (IS_ERR_OR_NULL(em)) { in __extent_writepage_io()
4374 if (IS_ERR_OR_NULL(em)) in get_extent_skip_holes()
Dfile.c2238 if (IS_ERR_OR_NULL(em)) { in find_first_non_hole()
2651 if (IS_ERR_OR_NULL(em)) { in btrfs_fallocate()
/linux-4.1.27/drivers/block/mtip32xx/
Dmtip32xx.c2768 if (IS_ERR_OR_NULL(dd->dfs_node)) { in mtip_hw_debugfs_init()
4678 if (IS_ERR_OR_NULL(dfs_parent)) { in mtip_init()
4686 if (IS_ERR_OR_NULL(dfs_device_status)) { in mtip_init()
/linux-4.1.27/drivers/thermal/samsung/
Dexynos_tmu.c1212 if (!IS_ERR_OR_NULL(data->regulator)) in exynos_tmu_probe()
/linux-4.1.27/drivers/cpufreq/
Dintel_pstate.c326 if (IS_ERR_OR_NULL(debugfs_parent)) in intel_pstate_debug_expose_params()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dmr.c321 if (IS_ERR_OR_NULL(mailbox)) in mlx4_mr_hw_get_mpt()
/linux-4.1.27/drivers/input/mouse/
Dalps.c1398 } else if (unlikely(IS_ERR_OR_NULL(priv->dev3))) { in alps_report_bare_ps2_packet()
2794 if (!IS_ERR_OR_NULL(priv->dev3)) in alps_disconnect()
/linux-4.1.27/net/netfilter/
Dnfnetlink_queue_core.c676 if (IS_ERR_OR_NULL(segs)) in nfqnl_enqueue_packet()
/linux-4.1.27/drivers/staging/media/lirc/
Dlirc_zilog.c227 if (!IS_ERR_OR_NULL(rx->task)) { in destroy_rx_kthread()
/linux-4.1.27/drivers/scsi/ufs/
Dufshcd.c4459 if (!IS_ERR_OR_NULL(clki->clk)) { in __ufshcd_setup_clocks()
4484 if (!IS_ERR_OR_NULL(clki->clk) && clki->enabled) in __ufshcd_setup_clocks()
5335 if (!IS_ERR_OR_NULL(clki->clk)) { in ufshcd_scale_clks()

12