| /drivers/scsi/elx/libefc/ |
| A D | efc_node.c | 14 struct efc_node *node = rnode->node; in efc_remote_node_cb() local 48 struct efc_node *node = NULL; in efc_node_alloc() local 120 efc_node_free(struct efc_node *node) in efc_node_free() 192 efc_node_attach(struct efc_node *node) in efc_node_attach() 366 struct efc_node *node = ctx->app; in __efc_node_shutdown() local 468 struct efc_node *node = ctx->app; in __efc_node_wait_els_shutdown() local 542 struct efc_node *node = ctx->app; in __efc_node_wait_node_free() local 591 struct efc_node *node = ctx->app; in __efc_node_wait_ios_shutdown() local 648 struct efc_node *node = NULL; in __efc_node_common() local 873 efc_node_pause(struct efc_node *node, in efc_node_pause() [all …]
|
| A D | efc_fabric.c | 54 struct efc_node *node = NULL; in __efc_fabric_common() local 76 struct efc_node *node = ctx->app; in __efc_fabric_init() local 135 struct efc_node *node = ctx->app; in __efc_fabric_flogi_wait_rsp() local 240 struct efc_node *node = ctx->app; in __efc_vport_fabric_init() local 263 struct efc_node *node = ctx->app; in __efc_fabric_fdisc_wait_rsp() local 356 struct efc_node *node = ctx->app; in __efc_fabric_wait_domain_attach() local 397 struct efc_node *node = ctx->app; in __efc_fabric_idle() local 414 struct efc_node *node = ctx->app; in __efc_ns_init() local 436 struct efc_node *node = ctx->app; in __efc_ns_plogi_wait_rsp() local 471 struct efc_node *node = ctx->app; in __efc_ns_wait_node_attach() local [all …]
|
| A D | efc_device.c | 47 struct efc_node *node = NULL; in __efc_d_common() local 85 struct efc_node *node = ctx->app; in __efc_d_wait_del_node() local 148 struct efc_node *node = ctx->app; in __efc_d_wait_del_ini_tgt() local 201 struct efc_node *node = ctx->app; in __efc_d_initiate_shutdown() local 317 struct efc_node *node = ctx->app; in __efc_d_wait_loop() local 374 struct efc_node *node = ctx->app; in __efc_d_wait_plogi_acc_cmpl() local 411 struct efc_node *node = ctx->app; in __efc_d_wait_logo_rsp() local 507 struct efc_node *node = ctx->app; in __efc_d_init() local 692 struct efc_node *node = ctx->app; in __efc_d_wait_plogi_rsp() local 814 struct efc_node *node = ctx->app; in __efc_d_wait_plogi_rsp_recvd_prli() local [all …]
|
| A D | efc_els.c | 112 struct efc_node *node; in _efc_els_io_free() local 160 struct efc_node *node; in efc_els_req_cb() local 322 struct efc_node *node; in efc_els_acc_cb() local 357 struct efc_node *node = els->node; in efc_els_send_rsp() local 393 efc_send_plogi(struct efc_node *node) in efc_send_plogi() 420 efc_send_flogi(struct efc_node *node) in efc_send_flogi() 449 efc_send_fdisc(struct efc_node *node) in efc_send_fdisc() 478 efc_send_prli(struct efc_node *node) in efc_send_prli() 518 efc_send_logo(struct efc_node *node) in efc_send_logo() 550 efc_send_adisc(struct efc_node *node) in efc_send_adisc() [all …]
|
| /drivers/clk/ti/ |
| A D | dpll.c | 152 struct device_node *node) in _register_dpll() 215 static void _register_dpll_x2(struct device_node *node, in _register_dpll_x2() 277 static void __init of_ti_dpll_setup(struct device_node *node, in of_ti_dpll_setup() 393 static void __init of_ti_omap4_dpll_x2_setup(struct device_node *node) in of_ti_omap4_dpll_x2_setup() 402 static void __init of_ti_am3_dpll_x2_setup(struct device_node *node) in of_ti_am3_dpll_x2_setup() 411 static void __init of_ti_omap3_dpll_setup(struct device_node *node) in of_ti_omap3_dpll_setup() 455 static void __init of_ti_omap3_per_dpll_setup(struct device_node *node) in of_ti_omap3_per_dpll_setup() 498 static void __init of_ti_omap4_dpll_setup(struct device_node *node) in of_ti_omap4_dpll_setup() 517 static void __init of_ti_omap5_mpu_dpll_setup(struct device_node *node) in of_ti_omap5_mpu_dpll_setup() 668 static void __init of_ti_am3_dpll_setup(struct device_node *node) in of_ti_am3_dpll_setup() [all …]
|
| A D | gate.c | 88 static struct clk *_register_gate(struct device_node *node, const char *name, in _register_gate() 126 static void __init _of_ti_gate_clk_setup(struct device_node *node, in _of_ti_gate_clk_setup() 167 _of_ti_composite_gate_clk_setup(struct device_node *node, in _of_ti_composite_gate_clk_setup() 190 of_ti_composite_no_wait_gate_clk_setup(struct device_node *node) in of_ti_composite_no_wait_gate_clk_setup() 206 static void __init of_ti_composite_gate_clk_setup(struct device_node *node) in of_ti_composite_gate_clk_setup() 214 static void __init of_ti_clkdm_gate_clk_setup(struct device_node *node) in of_ti_clkdm_gate_clk_setup() 221 static void __init of_ti_hsdiv_gate_clk_setup(struct device_node *node) in of_ti_hsdiv_gate_clk_setup() 229 static void __init of_ti_gate_clk_setup(struct device_node *node) in of_ti_gate_clk_setup() 235 static void __init of_ti_wait_gate_clk_setup(struct device_node *node) in of_ti_wait_gate_clk_setup() 243 static void __init of_ti_am35xx_gate_clk_setup(struct device_node *node) in of_ti_am35xx_gate_clk_setup() [all …]
|
| A D | interface.c | 27 static struct clk *_register_interface(struct device_node *node, in _register_interface() 61 static void __init _of_ti_interface_clk_setup(struct device_node *node, in _of_ti_interface_clk_setup() 89 static void __init of_ti_interface_clk_setup(struct device_node *node) in of_ti_interface_clk_setup() 96 static void __init of_ti_no_wait_interface_clk_setup(struct device_node *node) in of_ti_no_wait_interface_clk_setup() 104 static void __init of_ti_hsotgusb_interface_clk_setup(struct device_node *node) in of_ti_hsotgusb_interface_clk_setup() 112 static void __init of_ti_dss_interface_clk_setup(struct device_node *node) in of_ti_dss_interface_clk_setup() 120 static void __init of_ti_ssi_interface_clk_setup(struct device_node *node) in of_ti_ssi_interface_clk_setup() 127 static void __init of_ti_am35xx_interface_clk_setup(struct device_node *node) in of_ti_am35xx_interface_clk_setup() 136 static void __init of_ti_omap2430_interface_clk_setup(struct device_node *node) in of_ti_omap2430_interface_clk_setup()
|
| /drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | qos.c | 137 struct otx2_qos_node *node, in __otx2_qos_txschq_cfg() 241 struct otx2_qos_node *node; in otx2_qos_free_hw_node_schq() local 260 struct otx2_qos_node *node) in otx2_qos_free_hw_cfg() 333 struct otx2_qos_node *node; in otx2_qos_fill_cfg_schq() local 342 struct otx2_qos_node *node; in otx2_qos_fill_cfg_tl() local 368 struct otx2_qos_node *node; in otx2_qos_read_txschq_cfg_schq() local 382 struct otx2_qos_node *node; in otx2_qos_read_txschq_cfg_tl() local 408 struct otx2_qos_node *node; in otx2_qos_alloc_root() local 508 struct otx2_qos_node *node; in otx2_qos_sw_create_leaf_node() local 594 struct otx2_qos_node *node; in otx2_get_txq_by_classid() local [all …]
|
| /drivers/clk/sunxi/ |
| A D | clk-sunxi.c | 571 static void __init sun4i_pll1_clk_setup(struct device_node *node) in sun4i_pll1_clk_setup() 578 static void __init sun6i_pll1_clk_setup(struct device_node *node) in sun6i_pll1_clk_setup() 585 static void __init sun8i_pll1_clk_setup(struct device_node *node) in sun8i_pll1_clk_setup() 592 static void __init sun7i_pll4_clk_setup(struct device_node *node) in sun7i_pll4_clk_setup() 599 static void __init sun5i_ahb_clk_setup(struct device_node *node) in sun5i_ahb_clk_setup() 606 static void __init sun6i_ahb1_clk_setup(struct device_node *node) in sun6i_ahb1_clk_setup() 620 static void __init sun7i_out_clk_setup(struct device_node *node) in sun7i_out_clk_setup() 697 static void __init sun4i_cpu_clk_setup(struct device_node *node) in sun4i_cpu_clk_setup() 826 static void __init sun4i_ahb_clk_setup(struct device_node *node) in sun4i_ahb_clk_setup() 840 static void __init sun4i_axi_clk_setup(struct device_node *node) in sun4i_axi_clk_setup() [all …]
|
| A D | clk-usb.c | 91 static void __init sunxi_usb_clk_setup(struct device_node *node, in sunxi_usb_clk_setup() 175 static void __init sun4i_a10_usb_setup(struct device_node *node) in sun4i_a10_usb_setup() 186 static void __init sun5i_a13_usb_setup(struct device_node *node) in sun5i_a13_usb_setup() 197 static void __init sun6i_a31_usb_setup(struct device_node *node) in sun6i_a31_usb_setup() 208 static void __init sun8i_a23_usb_setup(struct device_node *node) in sun8i_a23_usb_setup() 220 static void __init sun8i_h3_usb_setup(struct device_node *node) in sun8i_h3_usb_setup() 234 static void __init sun9i_a80_usb_mod_setup(struct device_node *node) in sun9i_a80_usb_mod_setup() 248 static void __init sun9i_a80_usb_phy_setup(struct device_node *node) in sun9i_a80_usb_phy_setup()
|
| /drivers/media/platform/raspberrypi/rp1-cfe/ |
| A D | cfe.c | 188 #define node_supports_meta_output(node) \ argument 192 #define node_supports_meta_input(node) \ argument 194 #define node_supports_image(node) \ argument 196 #define node_supports_meta(node) \ argument 199 #define is_image_output_node(node) \ argument 201 #define is_image_input_node(node) \ argument 203 #define is_image_node(node) \ argument 205 #define is_meta_output_node(node) \ argument 207 #define is_meta_input_node(node) \ argument 209 #define is_meta_node(node) \ argument [all …]
|
| /drivers/net/wireguard/ |
| A D | allowedips.c | 36 static inline u8 choose(struct allowedips_node *node, const u8 *key) in choose() 58 struct allowedips_node *node, *stack[MAX_ALLOWEDIPS_DEPTH] = { in root_free_rcu() local 71 struct allowedips_node *node, *stack[MAX_ALLOWEDIPS_DEPTH] = { root }; in root_remove_peer_lists() local 87 static u8 common_bits(const struct allowedips_node *node, const u8 *key, in common_bits() 114 struct allowedips_node *node = trie, *found = NULL; in find_node() local 132 struct allowedips_node *node; in lookup() local 184 struct allowedips_node *node, *parent, *down, *newnode; in add() local 286 struct allowedips_node *node; in remove() local 312 struct allowedips_node *node = rcu_dereference_protected(old4, in wg_allowedips_free() local 319 struct allowedips_node *node = rcu_dereference_protected(old6, in wg_allowedips_free() local [all …]
|
| /drivers/acpi/arm64/ |
| A D | iort.c | 83 struct acpi_iort_node *node) in iort_get_fwnode() 553 struct acpi_iort_node *node; in iort_find_dev_node() local 586 struct acpi_iort_node *node; in iort_msi_map_id() local 607 struct acpi_iort_node *node; in iort_pmsi_get_dev_id() local 660 struct acpi_iort_node *node; in iort_dev_find_its_id() local 1254 struct acpi_iort_node *node; member 1305 struct acpi_iort_node *node, in iort_nc_iommu_map_id() 1329 struct acpi_iort_node *node; in iort_iommu_configure_id() local 1376 struct acpi_iort_node *node; in nc_dma_get_range() local 1399 struct acpi_iort_node *node; in rc_dma_get_range() local [all …]
|
| /drivers/gpu/drm/amd/amdkfd/ |
| A D | kfd_device.c | 562 static int kfd_gws_init(struct kfd_node *node) in kfd_gws_init() 605 static int kfd_init_node(struct kfd_node *node) in kfd_init_node() 717 struct kfd_node *node; in kgd2kfd_device_init() local 963 struct kfd_node *node; in kgd2kfd_pre_reset() local 991 struct kfd_node *node; in kgd2kfd_post_reset() local 1044 struct kfd_node *node; in kgd2kfd_suspend() local 1106 static int kfd_resume(struct kfd_node *node) in kfd_resume() 1125 struct kfd_node *node; in kgd2kfd_interrupt() local 1533 struct kfd_node *node; in kgd2kfd_start_sched() local 1555 struct kfd_node *node; in kgd2kfd_stop_sched() local [all …]
|
| /drivers/gpu/drm/ |
| A D | drm_mm.c | 120 struct drm_mm_node *node; in show_leaks() local 149 #define START(node) ((node)->start) argument 165 struct drm_mm_node *node) in drm_mm_interval_tree_add_node() 221 struct drm_mm_node *node) in insert_hole_size() 266 static void add_hole(struct drm_mm_node *node) in add_hole() 281 static void rm_hole(struct drm_mm_node *node) in rm_hole() 311 struct drm_mm_node *node = in best_hole() local 333 struct drm_mm_node *node = NULL; in find_hole_addr() local 515 struct drm_mm_node * const node, in drm_mm_insert_node_in_range() 746 struct drm_mm_node *node) in drm_mm_scan_add_block() [all …]
|
| A D | drm_vma_manager.c | 145 struct drm_mm_node *node, *best; in drm_vma_offset_lookup_locked() local 203 struct drm_vma_offset_node *node, unsigned long pages) in drm_vma_offset_add() 231 struct drm_vma_offset_node *node) in drm_vma_offset_remove() 244 static int vma_node_allow(struct drm_vma_offset_node *node, in vma_node_allow() 314 int drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *tag) in drm_vma_node_allow() 339 int drm_vma_node_allow_once(struct drm_vma_offset_node *node, struct drm_file *tag) in drm_vma_node_allow_once() 358 void drm_vma_node_revoke(struct drm_vma_offset_node *node, in drm_vma_node_revoke() 399 bool drm_vma_node_is_allowed(struct drm_vma_offset_node *node, in drm_vma_node_is_allowed()
|
| /drivers/gpu/drm/i915/ |
| A D | i915_scheduler.c | 19 node_to_request(const struct i915_sched_node *node) in node_to_request() 24 static inline bool node_started(const struct i915_sched_node *node) in node_started() 29 static inline bool node_signaled(const struct i915_sched_node *node) in node_signaled() 129 lock_sched_engine(struct i915_sched_node *node, in lock_sched_engine() 155 static void __i915_schedule(struct i915_sched_node *node, in __i915_schedule() 194 struct i915_sched_node *node = dep->signaler; in __i915_schedule() local 296 void i915_sched_node_init(struct i915_sched_node *node) in i915_sched_node_init() 305 void i915_sched_node_reinit(struct i915_sched_node *node) in i915_sched_node_reinit() 328 bool __i915_sched_node_add_dependency(struct i915_sched_node *node, in __i915_sched_node_add_dependency() 357 int i915_sched_node_add_dependency(struct i915_sched_node *node, in i915_sched_node_add_dependency() [all …]
|
| /drivers/net/ethernet/mellanox/mlx5/core/esw/ |
| A D | qos.c | 139 struct mlx5_esw_sched_node *node, *tmp; in esw_qos_nodes_set_parent() local 327 struct mlx5_esw_sched_node *node; in esw_qos_calculate_min_rate_divider() local 382 struct mlx5_esw_sched_node *node; in esw_qos_normalize_min_rate() local 523 struct mlx5_esw_sched_node *node; in __esw_qos_alloc_node() local 706 struct mlx5_esw_sched_node *node; in __esw_qos_create_vports_sched_node() local 744 struct mlx5_esw_sched_node *node; in esw_qos_create_vports_sched_node() local 1328 struct mlx5_esw_sched_node *node, in esw_qos_switch_vport_tcs_to_vport() 1344 struct mlx5_esw_sched_node *node, in esw_qos_switch_tc_arbiter_node_to_vports() 1369 struct mlx5_esw_sched_node *node, in esw_qos_switch_vports_node_to_tc_arbiter() 1855 struct mlx5_esw_sched_node *node; in mlx5_esw_devlink_rate_node_new() local [all …]
|
| /drivers/media/platform/broadcom/ |
| A D | bcm2835-unicam.c | 233 struct unicam_node node[UNICAM_MAX_NODES]; member 763 struct unicam_node *node = &unicam->node[i]; in unicam_isr() local 802 struct unicam_node *node = &unicam->node[i]; in unicam_isr() local 832 struct unicam_node *node = &unicam->node[i]; in unicam_isr() local 1879 struct unicam_node *node = video_drvdata(file); in unicam_g_fmt_vid() local 1911 struct unicam_node *node = video_drvdata(file); in unicam_try_fmt_vid() local 1920 struct unicam_node *node = video_drvdata(file); in unicam_s_fmt_vid() local 1956 struct unicam_node *node = video_drvdata(file); in unicam_g_fmt_meta() local 1987 struct unicam_node *node = video_drvdata(file); in unicam_try_fmt_meta() local 1996 struct unicam_node *node = video_drvdata(file); in unicam_s_fmt_meta() local [all …]
|
| /drivers/gpu/drm/sun4i/ |
| A D | sun4i_drv.c | 154 static bool sun4i_drv_node_is_connector(struct device_node *node) in sun4i_drv_node_is_connector() 159 static bool sun4i_drv_node_is_frontend(struct device_node *node) in sun4i_drv_node_is_frontend() 170 static bool sun4i_drv_node_is_deu(struct device_node *node) in sun4i_drv_node_is_deu() 175 static bool sun4i_drv_node_is_supported_frontend(struct device_node *node) in sun4i_drv_node_is_supported_frontend() 183 static bool sun4i_drv_node_is_tcon(struct device_node *node) in sun4i_drv_node_is_tcon() 188 static bool sun4i_drv_node_is_tcon_with_ch0(struct device_node *node) in sun4i_drv_node_is_tcon_with_ch0() 204 static bool sun4i_drv_node_is_tcon_top(struct device_node *node) in sun4i_drv_node_is_tcon_top() 236 struct device_node *node, in sun4i_drv_traverse_endpoints() 296 struct device_node *node) in sun4i_drv_add_endpoints()
|
| /drivers/media/platform/raspberrypi/pisp_be/ |
| A D | pisp_be.c | 136 #define NODE_IS_META(node) ( \ argument 138 #define NODE_IS_OUTPUT(node) ( \ argument 142 #define NODE_IS_CAPTURE(node) ( \ argument 145 #define NODE_IS_MPLANE(node) ( \ argument 173 #define NODE_NAME(node) \ argument 215 struct pispbe_node node[PISPBE_NUM_NODES]; member 310 struct pispbe_node *node) in pispbe_get_planes_addr() 458 struct pispbe_node *node; in pispbe_prepare_job() local 780 struct pispbe_node *node = vb2_get_drv_priv(q); in pispbe_node_queue_setup() local 872 struct pispbe_node *node = vb2_get_drv_priv(q); in pispbe_node_start_streaming() local [all …]
|
| /drivers/net/ethernet/mellanox/mlx5/core/en/ |
| A D | htb.c | 36 struct mlx5e_qos_node *node = NULL; in mlx5e_htb_enumerate_leaves() local 73 struct mlx5e_qos_node *node; in mlx5e_htb_node_create_leaf() local 94 struct mlx5e_qos_node *node; in mlx5e_htb_node_create_root() local 109 struct mlx5e_qos_node *node = NULL; in mlx5e_htb_node_find() local 121 struct mlx5e_qos_node *node = NULL; in mlx5e_htb_node_find_rcu() local 149 struct mlx5e_qos_node *node; in mlx5e_htb_get_txq_by_classid() local 290 struct mlx5e_qos_node *node, *parent; in mlx5e_htb_leaf_alloc_queue() local 345 struct mlx5e_qos_node *node, *child; in mlx5e_htb_leaf_to_inner() local 433 struct mlx5e_qos_node *node = NULL; in mlx5e_htb_node_find_by_qid() local 447 struct mlx5e_qos_node *node; in mlx5e_htb_leaf_del() local [all …]
|
| /drivers/interconnect/ |
| A D | core.c | 171 struct icc_node *node = dst; in path_init() local 202 struct icc_node *n, *node = NULL; in path_find() local 271 static int aggregate_requests(struct icc_node *node) in aggregate_requests() 379 struct icc_node *node = ERR_PTR(-EPROBE_DEFER); in of_icc_get_from_provider() local 696 struct icc_node *node; in icc_set_bw() local 789 struct icc_node *node; in icc_put() local 820 struct icc_node *node; in icc_node_create_nolock() local 858 struct icc_node *node; in icc_node_create_dyn() local 878 struct icc_node *node; in icc_node_create() local 896 struct icc_node *node; in icc_node_destroy() local [all …]
|
| /drivers/infiniband/hw/hfi1/ |
| A D | mmu_rb.c | 32 static unsigned long mmu_node_start(struct mmu_rb_node *node) in mmu_node_start() 37 static unsigned long mmu_node_last(struct mmu_rb_node *node) in mmu_node_last() 81 struct rb_node *node; in hfi1_mmu_rb_unregister() local 123 struct mmu_rb_node *node; in hfi1_mmu_rb_insert() local 150 struct mmu_rb_node *node; in hfi1_mmu_rb_get_first() local 164 struct mmu_rb_node *node = NULL; in __mmu_rb_search() local 267 struct mmu_rb_node *node, *ptr = NULL; in mmu_notifier_range_start() local 299 struct mmu_rb_node *node; in handle_remove() local
|
| /drivers/of/ |
| A D | fdt.c | 69 bool of_fdt_device_is_available(const void *blob, unsigned long node) in of_fdt_device_is_available() 544 int __init of_scan_flat_dt(int (*it)(unsigned long node, in of_scan_flat_dt() 575 int (*it)(unsigned long node, in of_scan_flat_dt_subnodes() 581 int node; in of_scan_flat_dt_subnodes() local 639 unsigned long node, const char *compat) in of_fdt_is_compatible() 693 uint32_t __init of_get_flat_dt_phandle(unsigned long node) in of_get_flat_dt_phandle() 854 unsigned long node = chosen_node_offset; in early_init_dt_check_for_usable_mem_range() local 884 unsigned long node = chosen_node_offset; in early_init_dt_check_kho() local 966 int node = fdt_path_offset(fdt, "/"); in early_init_dt_scan_root() local 1000 int node, found_memory = 0; in early_init_dt_scan_memory() local [all …]
|