/kernel/linux/linux-5.10/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_cfg in nokia_unbind() [all...] |
/kernel/linux/linux-6.6/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_cfg in nokia_unbind() [all...] |
/kernel/linux/linux-5.10/drivers/dma-buf/ |
H A D | dma-buf-process-info.c | 28 if (IS_ERR_OR_NULL(buf)) in init_dma_buf_task_info() 49 if (IS_ERR_OR_NULL(buf)) in dma_buf_exp_pid() 57 if (IS_ERR_OR_NULL(buf)) in dma_buf_exp_task_comm() 71 if (IS_ERR_OR_NULL(tsk_info) || IS_ERR_OR_NULL(tsk_info->seq)) in dma_buf_single_file_show() 76 if (IS_ERR_OR_NULL(tsk) || IS_ERR_OR_NULL(buf)) in dma_buf_single_file_show() 153 if (IS_ERR_OR_NULL(parent)) in dma_buf_process_info_init_debugfs()
|
/kernel/linux/linux-6.6/drivers/dma-buf/ |
H A D | dma-buf-process-info.c | 28 if (IS_ERR_OR_NULL(buf)) in init_dma_buf_task_info() 49 if (IS_ERR_OR_NULL(buf)) in dma_buf_exp_pid() 57 if (IS_ERR_OR_NULL(buf)) in dma_buf_exp_task_comm() 71 if (IS_ERR_OR_NULL(tsk_info) || IS_ERR_OR_NULL(tsk_info->seq)) in dma_buf_single_file_show() 76 if (IS_ERR_OR_NULL(tsk) || IS_ERR_OR_NULL(buf)) in dma_buf_single_file_show() 153 if (IS_ERR_OR_NULL(parent)) in dma_buf_process_info_init_debugfs()
|
/kernel/linux/common_modules/tzdriver/ |
H A D | ko_adapt.c | 50 if (IS_ERR_OR_NULL(get_task_cred_pt)) { in koadpt_get_task_cred() 73 if (IS_ERR_OR_NULL(kthread_bind_mask_pt)) { in koadpt_kthread_bind_mask() 93 if (IS_ERR_OR_NULL(alloc_pages_pt)) { in koadpt_alloc_pages() 132 if (IS_ERR_OR_NULL(alloc_workqueue_attrs_pt)) { in koadpt_alloc_workqueue_attrs() 158 if (IS_ERR_OR_NULL(free_workqueue_attrs_pt)) { in koadpt_free_workqueue_attrs()
|
/kernel/linux/linux-6.6/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_ah in ath10k_ahb_release_reset() [all...] |
/kernel/linux/linux-5.10/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(de in dev_pm_qos_expose_flags() [all...] |
/kernel/linux/linux-6.6/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(de in dev_pm_qos_expose_flags() [all...] |
/kernel/linux/linux-5.10/drivers/usb/typec/ |
H A D | mux.c | 66 if (!IS_ERR_OR_NULL(sw)) in fwnode_typec_switch_get() 81 if (!IS_ERR_OR_NULL(sw)) { in typec_switch_put() 150 if (IS_ERR_OR_NULL(sw)) in typec_switch_set() 165 if (!IS_ERR_OR_NULL(sw)) in typec_switch_unregister() 265 if (!IS_ERR_OR_NULL(mux)) in fwnode_typec_mux_get() 280 if (!IS_ERR_OR_NULL(mux)) { in typec_mux_put() 289 if (IS_ERR_OR_NULL(mux)) in typec_mux_set() 362 if (!IS_ERR_OR_NULL(mux)) in typec_mux_unregister()
|
/kernel/linux/linux-5.10/drivers/pci/endpoint/ |
H A D | pci-epc-core.c | 150 if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions) in pci_epc_get_features() 219 if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions) in pci_epc_raise_irq() 244 if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions) in pci_epc_get_msi() 276 if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions || in pci_epc_set_msi() 304 if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions) in pci_epc_get_msix() 336 if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions || in pci_epc_set_msix() 362 if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions) in pci_epc_unmap_addr() 389 if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions) in pci_epc_map_addr() 414 if (IS_ERR_OR_NULL(epc) || func_no >= epc->max_functions || in pci_epc_clear_bar() 442 if (IS_ERR_OR_NULL(ep in pci_epc_set_bar() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | devcom.c | 138 if (IS_ERR_OR_NULL(devcom)) in mlx5_devcom_unregister_device() 167 if (IS_ERR_OR_NULL(devcom)) in mlx5_devcom_register_component() 184 if (IS_ERR_OR_NULL(devcom)) in mlx5_devcom_unregister_component() 201 if (IS_ERR_OR_NULL(devcom)) in mlx5_devcom_send_event() 232 if (IS_ERR_OR_NULL(devcom)) in mlx5_devcom_is_paired() 244 if (IS_ERR_OR_NULL(devcom)) in mlx5_devcom_get_peer_data()
|
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()
|
/kernel/linux/linux-6.6/drivers/clk/mediatek/ |
H A D | clk-mtk.c | 97 if (!IS_ERR_OR_NULL(clk_data->hws[rc->id])) { in mtk_clk_register_fixed_clks() 120 if (IS_ERR_OR_NULL(clk_data->hws[rc->id])) in mtk_clk_register_fixed_clks() 142 if (IS_ERR_OR_NULL(clk_data->hws[rc->id])) in mtk_clk_unregister_fixed_clks() 163 if (!IS_ERR_OR_NULL(clk_data->hws[ff->id])) { in mtk_clk_register_factors() 186 if (IS_ERR_OR_NULL(clk_data->hws[ff->id])) in mtk_clk_register_factors() 208 if (IS_ERR_OR_NULL(clk_data->hws[ff->id])) in mtk_clk_unregister_factors() 342 if (!IS_ERR_OR_NULL(clk_data->hws[mc->id])) { in mtk_clk_register_composites() 365 if (IS_ERR_OR_NULL(clk_data->hws[mcs->id])) in mtk_clk_register_composites() 387 if (IS_ERR_OR_NULL(clk_data->hws[mc->id])) in mtk_clk_unregister_composites() 410 if (!IS_ERR_OR_NULL(clk_dat in mtk_clk_register_dividers() [all...] |
/kernel/linux/linux-6.6/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(ep in pci_epc_clear_bar() [all...] |
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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))
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | fexit_bpf2bpf.c | 81 if (CHECK(IS_ERR_OR_NULL(obj), "obj_open", in test_fexit_bpf2bpf_common() 119 if (!IS_ERR_OR_NULL(link[i])) in test_fexit_bpf2bpf_common() 121 if (!IS_ERR_OR_NULL(obj)) in test_fexit_bpf2bpf_common() 256 if (CHECK(IS_ERR_OR_NULL(freplace_obj), "freplace_obj_open", in test_fmod_ret_freplace() 272 if (CHECK(IS_ERR_OR_NULL(fmod_obj), "fmod_obj_open", in test_fmod_ret_freplace() 323 if (CHECK(IS_ERR_OR_NULL(obj), "obj_open", in test_obj_load_failure_common() 334 if (!IS_ERR_OR_NULL(obj)) in test_obj_load_failure_common()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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_ah in ath10k_ahb_release_reset() [all...] |
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/usb/roles/ |
H A D | class.c | 47 if (IS_ERR_OR_NULL(sw)) in usb_role_switch_set_role() 75 if (IS_ERR_OR_NULL(sw)) in usb_role_switch_get_role() 136 if (!IS_ERR_OR_NULL(sw)) in usb_role_switch_get() 158 if (!IS_ERR_OR_NULL(sw)) in fwnode_usb_role_switch_get() 173 if (!IS_ERR_OR_NULL(sw)) { in usb_role_switch_put() 364 if (!IS_ERR_OR_NULL(sw)) in usb_role_switch_unregister()
|
/kernel/linux/linux-6.6/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() 380 if (!IS_ERR_OR_NULL(sw)) { in usb_role_switch_unregister()
|
/kernel/linux/linux-6.6/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(paren in fwnode_graph_get_next_endpoint() [all...] |