/openbmc/linux/drivers/usb/gadget/legacy/ |
H A D | nokia.c | 192 if (!IS_ERR_OR_NULL(f_phonet)) { in nokia_bind_config() 198 if (!IS_ERR_OR_NULL(f_obex1)) { in nokia_bind_config() 204 if (!IS_ERR_OR_NULL(f_obex2)) { in nokia_bind_config() 258 if (!IS_ERR_OR_NULL(f_obex2)) in nokia_bind_config() 260 if (!IS_ERR_OR_NULL(f_obex1)) in nokia_bind_config() 262 if (!IS_ERR_OR_NULL(f_phonet)) in nokia_bind_config() 361 if (!IS_ERR_OR_NULL(f_obex1_cfg1)) in nokia_bind() 363 if (!IS_ERR_OR_NULL(f_obex2_cfg1)) in nokia_bind() 365 if (!IS_ERR_OR_NULL(f_phonet_cfg1)) in nokia_bind() 391 if (!IS_ERR_OR_NULL(f_obex1_cfg2)) in nokia_unbind() [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | ahb.c | 90 if (IS_ERR_OR_NULL(ar_ahb->cmd_clk)) { in ath10k_ahb_clock_init() 97 if (IS_ERR_OR_NULL(ar_ahb->ref_clk)) { in ath10k_ahb_clock_init() 104 if (IS_ERR_OR_NULL(ar_ahb->rtc_clk)) { in ath10k_ahb_clock_init() 127 if (IS_ERR_OR_NULL(ar_ahb->cmd_clk) || in ath10k_ahb_clock_enable() 128 IS_ERR_OR_NULL(ar_ahb->ref_clk) || in ath10k_ahb_clock_enable() 129 IS_ERR_OR_NULL(ar_ahb->rtc_clk)) { in ath10k_ahb_clock_enable() 242 if (IS_ERR_OR_NULL(ar_ahb->radio_cold_rst) || in ath10k_ahb_release_reset() 243 IS_ERR_OR_NULL(ar_ahb->radio_warm_rst) || in ath10k_ahb_release_reset() 244 IS_ERR_OR_NULL(ar_ahb->radio_srif_rst) || in ath10k_ahb_release_reset() 245 IS_ERR_OR_NULL(ar_ahb->cpu_init_rst)) { in ath10k_ahb_release_reset() [all …]
|
/openbmc/linux/drivers/clk/mediatek/ |
H A D | clk-mtk.c | 98 if (!IS_ERR_OR_NULL(clk_data->hws[rc->id])) { in mtk_clk_register_fixed_clks() 121 if (IS_ERR_OR_NULL(clk_data->hws[rc->id])) in mtk_clk_register_fixed_clks() 143 if (IS_ERR_OR_NULL(clk_data->hws[rc->id])) in mtk_clk_unregister_fixed_clks() 164 if (!IS_ERR_OR_NULL(clk_data->hws[ff->id])) { in mtk_clk_register_factors() 187 if (IS_ERR_OR_NULL(clk_data->hws[ff->id])) in mtk_clk_register_factors() 209 if (IS_ERR_OR_NULL(clk_data->hws[ff->id])) in mtk_clk_unregister_factors() 343 if (!IS_ERR_OR_NULL(clk_data->hws[mc->id])) { in mtk_clk_register_composites() 366 if (IS_ERR_OR_NULL(clk_data->hws[mcs->id])) in mtk_clk_register_composites() 388 if (IS_ERR_OR_NULL(clk_data->hws[mc->id])) in mtk_clk_unregister_composites() 411 if (!IS_ERR_OR_NULL(clk_data->hws[mcd->id])) { in mtk_clk_register_dividers() [all …]
|
H A D | clk-cpumux.c | 123 if (!IS_ERR_OR_NULL(clk_data->hws[mux->id])) { in mtk_clk_register_cpumuxes() 145 if (IS_ERR_OR_NULL(clk_data->hws[mux->id])) in mtk_clk_register_cpumuxes() 164 if (IS_ERR_OR_NULL(clk_data->hws[mux->id])) in mtk_clk_unregister_cpumuxes()
|
/openbmc/u-boot/drivers/mtd/ubi/ |
H A D | debug.c | 229 if (IS_ERR_OR_NULL(dfs_rootdir)) { in ubi_debugfs_init() 417 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev() 424 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev() 431 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev() 438 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev() 445 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev() 452 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev() 459 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev() 466 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev() 473 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev() [all …]
|
/openbmc/linux/drivers/base/power/ |
H A D | qos.c | 60 if (IS_ERR_OR_NULL(qos)) in __dev_pm_qos_flags() 120 ret = IS_ERR_OR_NULL(qos) ? PM_QOS_RESUME_LATENCY_NO_CONSTRAINT in dev_pm_qos_read_value() 124 ret = IS_ERR_OR_NULL(qos) ? PM_QOS_MIN_FREQUENCY_DEFAULT_VALUE in dev_pm_qos_read_value() 128 ret = IS_ERR_OR_NULL(qos) ? PM_QOS_MAX_FREQUENCY_DEFAULT_VALUE in dev_pm_qos_read_value() 418 if (IS_ERR_OR_NULL(req->dev->power.qos)) in __dev_pm_qos_update_request() 485 if (IS_ERR_OR_NULL(req->dev->power.qos)) in __dev_pm_qos_remove_request() 594 if (IS_ERR_OR_NULL(dev->power.qos)) in dev_pm_qos_remove_notifier() 720 if (IS_ERR_OR_NULL(dev->power.qos)) in dev_pm_qos_expose_latency_limit() 747 if (!IS_ERR_OR_NULL(dev->power.qos) && dev->power.qos->resume_latency_req) in __dev_pm_qos_hide_latency_limit() 797 if (IS_ERR_OR_NULL(dev->power.qos)) in dev_pm_qos_expose_flags() [all …]
|
/openbmc/linux/drivers/usb/typec/ |
H A D | retimer.c | 52 if (!IS_ERR_OR_NULL(retimer)) in fwnode_typec_retimer_get() 67 if (!IS_ERR_OR_NULL(retimer)) { in typec_retimer_put() 76 if (IS_ERR_OR_NULL(retimer)) in typec_retimer_set() 147 if (!IS_ERR_OR_NULL(retimer)) in typec_retimer_unregister()
|
H A D | mux.c | 131 if (IS_ERR_OR_NULL(sw)) in typec_switch_put() 210 if (IS_ERR_OR_NULL(sw)) in typec_switch_set() 233 if (!IS_ERR_OR_NULL(sw_dev)) in typec_switch_unregister() 356 if (IS_ERR_OR_NULL(mux)) in typec_mux_put() 374 if (IS_ERR_OR_NULL(mux)) in typec_mux_set() 455 if (!IS_ERR_OR_NULL(mux_dev)) in typec_mux_unregister()
|
/openbmc/linux/drivers/pci/endpoint/ |
H A D | pci-epc-core.c | 151 if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions) in pci_epc_get_features() 224 if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions) in pci_epc_raise_irq() 268 if (IS_ERR_OR_NULL(epc)) in pci_epc_map_msi_irq() 299 if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions) in pci_epc_get_msi() 335 if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions || in pci_epc_set_msi() 367 if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions) in pci_epc_get_msix() 403 if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions || in pci_epc_set_msix() 434 if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions) in pci_epc_unmap_addr() 465 if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions) in pci_epc_map_addr() 495 if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions || in pci_epc_clear_bar() [all …]
|
H A D | pci-epf-core.c | 87 if (!IS_ERR_OR_NULL(epc)) { in pci_epf_bind() 104 if (!IS_ERR_OR_NULL(epc)) { in pci_epf_bind() 159 if (IS_ERR_OR_NULL(epf_pf) || IS_ERR_OR_NULL(epf_vf)) in pci_epf_add_vepf() 200 if (IS_ERR_OR_NULL(epf_pf) || IS_ERR_OR_NULL(epf_vf)) in pci_epf_remove_vepf()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | hv_vhca.c | 63 if (IS_ERR_OR_NULL(hv_vhca)) in mlx5_hv_vhca_destroy() 206 if (IS_ERR_OR_NULL(hv_vhca)) in mlx5_hv_vhca_init() 207 return IS_ERR_OR_NULL(hv_vhca); in mlx5_hv_vhca_init() 215 if (IS_ERR_OR_NULL(agent)) { in mlx5_hv_vhca_init() 217 return IS_ERR_OR_NULL(agent); in mlx5_hv_vhca_init() 230 if (IS_ERR_OR_NULL(hv_vhca)) in mlx5_hv_vhca_cleanup() 263 if (IS_ERR_OR_NULL(hv_vhca)) in mlx5_hv_vhca_agent_create()
|
H A D | devcom.c | 105 if (!IS_ERR_OR_NULL(devc)) in mlx5_devcom_unregister_device() 218 if (IS_ERR_OR_NULL(devc)) in mlx5_devcom_register_component() 251 if (!IS_ERR_OR_NULL(devcom)) in mlx5_devcom_unregister_component() 264 if (IS_ERR_OR_NULL(devcom)) in mlx5_devcom_send_event() 306 if (IS_ERR_OR_NULL(devcom)) in mlx5_devcom_comp_is_ready() 316 if (IS_ERR_OR_NULL(devcom)) in mlx5_devcom_for_each_peer_begin()
|
H A D | geneve.c | 67 if (IS_ERR_OR_NULL(geneve)) in mlx5_geneve_tlv_option_add() 118 if (IS_ERR_OR_NULL(geneve)) in mlx5_geneve_tlv_option_del() 150 if (IS_ERR_OR_NULL(geneve)) in mlx5_geneve_destroy()
|
/openbmc/linux/drivers/media/platform/mediatek/mdp3/ |
H A D | mtk-img-ipi.h | 123 (IS_ERR_OR_NULL(cfg) ? NULL : _CFG_OFST(plat, cfg, ofst)) 127 (IS_ERR_OR_NULL(cfg) ? NULL : _CFG_ADDR(plat, cfg, mem)) 131 (IS_ERR_OR_NULL(cfg) ? 0 : _CFG_GET(plat, cfg, mem)) 135 (IS_ERR_OR_NULL(comp) ? 0 : _CFG_COMP(plat, comp, mem))
|
/openbmc/linux/drivers/usb/roles/ |
H A D | class.c | 50 if (IS_ERR_OR_NULL(sw)) in usb_role_switch_set_role() 81 if (IS_ERR_OR_NULL(sw) || !sw->registered) in usb_role_switch_get_role() 142 if (!IS_ERR_OR_NULL(sw)) in usb_role_switch_get() 164 if (!IS_ERR_OR_NULL(sw)) in fwnode_usb_role_switch_get() 179 if (!IS_ERR_OR_NULL(sw)) { in usb_role_switch_put() 381 if (!IS_ERR_OR_NULL(sw)) { in usb_role_switch_unregister()
|
/openbmc/linux/drivers/base/ |
H A D | property.c | 61 if (IS_ERR_OR_NULL(fwnode)) in fwnode_property_present() 263 if (IS_ERR_OR_NULL(fwnode)) in fwnode_property_read_int_array() 418 if (IS_ERR_OR_NULL(fwnode)) in fwnode_property_read_string_array() 530 if (IS_ERR_OR_NULL(fwnode)) in fwnode_property_get_reference_args() 538 if (IS_ERR_OR_NULL(fwnode->secondary)) in fwnode_property_get_reference_args() 725 if (IS_ERR_OR_NULL(ancestor)) in fwnode_is_ancestor_of() 772 if (IS_ERR_OR_NULL(fwnode)) in fwnode_get_next_available_child_node() 800 if (IS_ERR_OR_NULL(fwnode)) in device_get_next_child_node() 887 if (IS_ERR_OR_NULL(fwnode)) in fwnode_device_is_available() 1063 if (IS_ERR_OR_NULL(parent)) in fwnode_graph_get_next_endpoint()
|
/openbmc/linux/drivers/net/ethernet/amd/pds_core/ |
H A D | debugfs.c | 117 if (IS_ERR_OR_NULL(qcq_dentry)) in pdsc_debugfs_add_qcq() 128 if (IS_ERR_OR_NULL(q_dentry)) in pdsc_debugfs_add_qcq() 140 if (IS_ERR_OR_NULL(cq_dentry)) in pdsc_debugfs_add_qcq() 151 if (IS_ERR_OR_NULL(intr_dentry)) in pdsc_debugfs_add_qcq()
|
/openbmc/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_ib_qp_grp.c | 229 if (IS_ERR_OR_NULL(flow)) { in create_roce_custom_flow() 282 if (IS_ERR_OR_NULL(sock)) in create_udp_flow() 302 if (IS_ERR_OR_NULL(flow)) { in create_udp_flow() 354 if (!IS_ERR_OR_NULL(qp_flow)) { in create_and_add_flow() 429 if (IS_ERR_OR_NULL(qp_flow)) { in usnic_ib_qp_grp_modify() 444 if (IS_ERR_OR_NULL(qp_flow)) { in usnic_ib_qp_grp_modify() 557 if (IS_ERR_OR_NULL(res_chunk_list[i])) { in alloc_res_chunk_list() 690 if (IS_ERR_OR_NULL(qp_grp->res_chunk_list)) in usnic_ib_qp_grp_create() 706 if (IS_ERR_OR_NULL(qp_flow)) { in usnic_ib_qp_grp_create()
|
/openbmc/linux/drivers/soc/ti/ |
H A D | pruss.h | 62 if (IS_ERR_OR_NULL(pruss)) in pruss_cfg_read() 82 if (IS_ERR_OR_NULL(pruss)) in pruss_cfg_update()
|
/openbmc/linux/net/bluetooth/ |
H A D | aosp.c | 57 if (IS_ERR_OR_NULL(skb)) { in aosp_do_open() 158 if (IS_ERR_OR_NULL(skb)) { in enable_quality_report() 180 if (IS_ERR_OR_NULL(skb)) { in disable_quality_report()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
H A D | rsc_dump.c | 133 if (IS_ERR_OR_NULL(dev->rsc_dump)) in mlx5_rsc_dump_cmd_create() 168 if (IS_ERR_OR_NULL(dev->rsc_dump)) in mlx5_rsc_dump_next() 267 if (IS_ERR_OR_NULL(dev->rsc_dump)) in mlx5_rsc_dump_destroy() 277 if (IS_ERR_OR_NULL(dev->rsc_dump)) in mlx5_rsc_dump_init() 306 if (IS_ERR_OR_NULL(dev->rsc_dump)) in mlx5_rsc_dump_cleanup()
|
/openbmc/linux/include/linux/ |
H A D | fwnode.h | 172 (!IS_ERR_OR_NULL(fwnode) && (fwnode)->ops && (fwnode)->ops->op) 176 (fwnode)->ops->op(fwnode, ## __VA_ARGS__) : (IS_ERR_OR_NULL(fwnode) ? -EINVAL : -ENXIO)) 203 if (IS_ERR_OR_NULL(fwnode)) in fwnode_dev_initialized()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | lpass-macro-common.c | 27 if (IS_ERR_OR_NULL(l_pds->macro_pd)) { in lpass_macro_pds_init() 37 if (IS_ERR_OR_NULL(l_pds->dcodec_pd)) { in lpass_macro_pds_init()
|
/openbmc/linux/kernel/bpf/preload/ |
H A D | bpf_preload_kern.c | 17 if (!IS_ERR_OR_NULL(maps_link)) in free_links_and_skel() 19 if (!IS_ERR_OR_NULL(progs_link)) in free_links_and_skel()
|
/openbmc/linux/kernel/power/ |
H A D | qos.c | 478 ret = IS_ERR_OR_NULL(qos) ? in freq_qos_read_value() 483 ret = IS_ERR_OR_NULL(qos) ? in freq_qos_read_value() 544 if (IS_ERR_OR_NULL(qos) || !req || freq_qos_value_invalid(value)) in freq_qos_add_request() 631 if (IS_ERR_OR_NULL(qos) || !notifier) in freq_qos_add_notifier() 664 if (IS_ERR_OR_NULL(qos) || !notifier) in freq_qos_remove_notifier()
|