/linux/drivers/xen/xenbus/ |
H A D | xenbus_xs.c | 437 const char *dir, const char *node, unsigned int *num) in xenbus_directory() 457 const char *dir, const char *node) in xenbus_exists() 475 const char *dir, const char *node, unsigned int *len) in xenbus_read() 494 const char *dir, const char *node, const char *string) in xenbus_write() 516 int xenbus_rm(struct xenbus_transaction t, const char *dir, const char *node) in xenbus_rm() 566 const char *dir, const char *node, const char *fmt, ...) in xenbus_scanf() 588 unsigned int xenbus_read_unsigned(const char *dir, const char *node, in xenbus_read_unsigned() 604 const char *dir, const char *node, const char *fmt, ...) in xenbus_printf()
|
/linux/drivers/clk/bcm/ |
H A D | clk-nsp.c | 29 static void __init nsp_armpll_init(struct device_node *node) in nsp_armpll_init() 85 static void __init nsp_genpll_clk_init(struct device_node *node) in nsp_genpll_clk_init() 124 static void __init nsp_lcpll0_clk_init(struct device_node *node) in nsp_lcpll0_clk_init()
|
/linux/drivers/hv/ |
H A D | hv_proc.c | 19 int hv_call_deposit_pages(int node, u64 partition_id, u32 num_pages) in hv_call_deposit_pages() 113 int hv_call_add_logical_proc(int node, u32 lp_index, u32 apic_id) in hv_call_add_logical_proc() 154 int hv_call_create_vp(int node, u64 partition_id, u32 vp_index, u32 flags) in hv_call_create_vp()
|
/linux/drivers/memory/ |
H A D | mvebu-devbus.c | 87 struct device_node *node, in get_timing_param_ps() 109 struct device_node *node, in devbus_get_timing_params() 196 struct device_node *node, in devbus_orion_set_timing_params() 229 struct device_node *node, in devbus_armada_set_timing_params() 266 struct device_node *node = pdev->dev.of_node; in mvebu_devbus_probe() local
|
/linux/drivers/acpi/acpica/ |
H A D | dbdisply.c | 144 struct acpi_namespace_node *node; in acpi_db_decode_and_display_object() local 354 struct acpi_namespace_node *node; in acpi_db_display_method_info() local 508 struct acpi_namespace_node *node; in acpi_db_display_results() local 561 struct acpi_namespace_node *node; in acpi_db_display_calling_tree() local 1059 struct acpi_namespace_node *node = in acpi_db_display_non_root_handlers() local
|
H A D | acobject.h | 105 struct acpi_namespace_node *node; /* Link back to parent node */ member 110 struct acpi_namespace_node *node; /* Link back to parent node */ member 137 struct acpi_namespace_node *node; /* Containing namespace node */ member 144 struct acpi_namespace_node *node; /* Containing namespace node */ member 158 union acpi_operand_object *node; member 305 struct acpi_namespace_node *node; /* Parent device */ member 317 struct acpi_namespace_node *node; /* Parent device */ member 346 struct acpi_namespace_node *node; /* ref_of or Namepath */ member 436 struct acpi_namespace_node node; member 472 struct acpi_namespace_node node; member
|
H A D | nsxfname.c | 50 struct acpi_namespace_node *node = NULL; in acpi_get_handle() local 229 struct acpi_namespace_node *node; in acpi_get_object_info() local 482 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local
|
H A D | nsinit.c | 265 struct acpi_namespace_node *node = in acpi_ns_init_one_package() local 323 struct acpi_namespace_node *node = in acpi_ns_init_one_object() local 455 struct acpi_namespace_node *node; in acpi_ns_find_ini_methods() local
|
/linux/drivers/net/ethernet/intel/ice/devlink/ |
H A D | devlink.c | 749 static void ice_traverse_tx_tree(struct devlink *devlink, struct ice_sched_node *node, in ice_traverse_tx_tree() 822 static void ice_clear_rate_nodes(struct ice_sched_node *node) in ice_clear_rate_nodes() 855 static int ice_set_object_tx_share(struct ice_port_info *pi, struct ice_sched_node *node, in ice_set_object_tx_share() 881 static int ice_set_object_tx_max(struct ice_port_info *pi, struct ice_sched_node *node, in ice_set_object_tx_max() 907 static int ice_set_object_tx_priority(struct ice_port_info *pi, struct ice_sched_node *node, in ice_set_object_tx_priority() 937 static int ice_set_object_tx_weight(struct ice_port_info *pi, struct ice_sched_node *node, in ice_set_object_tx_weight() 974 struct ice_sched_node *node; in ice_devlink_rate_node_new() local 995 struct ice_sched_node *node, *tc_node; in ice_devlink_rate_node_del() local 1022 struct ice_sched_node *node = priv; in ice_devlink_rate_leaf_tx_max_set() local 1037 struct ice_sched_node *node = priv; in ice_devlink_rate_leaf_tx_share_set() local [all …]
|
/linux/drivers/irqchip/ |
H A D | irq-ingenic.c | 60 static int __init ingenic_intc_of_init(struct device_node *node, in ingenic_intc_of_init() 144 static int __init intc_1chip_of_init(struct device_node *node, in intc_1chip_of_init() 152 static int __init intc_2chip_of_init(struct device_node *node, in intc_2chip_of_init()
|
H A D | irq-aspeed-scu-ic.c | 144 struct device_node *node) in aspeed_scu_ic_of_init_common() 187 static int __init aspeed_scu_ic_of_init(struct device_node *node, in aspeed_scu_ic_of_init() 203 static int __init aspeed_ast2600_scu_ic0_of_init(struct device_node *node, in aspeed_ast2600_scu_ic0_of_init() 219 static int __init aspeed_ast2600_scu_ic1_of_init(struct device_node *node, in aspeed_ast2600_scu_ic1_of_init()
|
/linux/mm/ |
H A D | shmem_quota.c | 47 struct rb_node node; member 98 struct rb_node *node; in shmem_free_file_info() local 117 struct rb_node *node; in shmem_get_next_id() local 268 struct rb_node *node; in shmem_release_dquot() local
|
/linux/net/tipc/ |
H A D | group.c | 69 u32 node; member 233 u32 node, u32 port) in tipc_group_find_member() 253 u32 node, u32 port) in tipc_group_find_dest() 264 u32 node) in tipc_group_find_node() 303 u32 node, u32 port, in tipc_group_create_member() 331 void tipc_group_add_member(struct tipc_group *grp, u32 node, in tipc_group_add_member() 504 u32 node, port; in tipc_group_filter_msg() local 588 void tipc_group_update_rcv_win(struct tipc_group *grp, int blks, u32 node, in tipc_group_update_rcv_win() 745 u32 node = msg_orignode(hdr); in tipc_group_proto_rcv() local 864 u32 node = evt->port.node; in tipc_group_member_evt() local
|
H A D | node.c | 264 u32 tipc_node_get_addr(struct tipc_node *node) in tipc_node_get_addr() 269 char *tipc_node_get_id_str(struct tipc_node *node) in tipc_node_get_id_str() 317 void tipc_node_put(struct tipc_node *node) in tipc_node_put() 322 void tipc_node_get(struct tipc_node *node) in tipc_node_get() 333 struct tipc_node *node; in tipc_node_find() local 404 u32 bearer_id, node; in tipc_node_write_unlock() local 626 static void tipc_node_delete_from_list(struct tipc_node *node) in tipc_node_delete_from_list() 636 static void tipc_node_delete(struct tipc_node *node) in tipc_node_delete() 648 struct tipc_node *node, *t_node; in tipc_node_stop() local 694 struct tipc_node *node; in tipc_node_add_conn() local [all …]
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_buffer_pool.h | 24 intel_gt_buffer_pool_mark_active(struct intel_gt_buffer_pool_node *node, in intel_gt_buffer_pool_mark_active() 34 intel_gt_buffer_pool_put(struct intel_gt_buffer_pool_node *node) in intel_gt_buffer_pool_put()
|
/linux/fs/nfs/blocklayout/ |
H A D | extent_tree.c | 14 ext_node(struct rb_node *node) in ext_node() 22 struct rb_node *node = rb_first(root); in ext_tree_first() local 29 struct rb_node *node = rb_prev(&be->be_node); in ext_tree_prev() local 36 struct rb_node *node = rb_next(&be->be_node); in ext_tree_next() local 49 struct rb_node *node = root->rb_node; in __ext_tree_search() local 326 struct rb_node *node; in __ext_tree_lookup() local
|
/linux/drivers/i2c/busses/ |
H A D | i2c-mpc.c | 237 static int mpc_i2c_get_fdr_52xx(struct device_node *node, u32 clock, in mpc_i2c_get_fdr_52xx() 272 static void mpc_i2c_setup_52xx(struct device_node *node, in mpc_i2c_setup_52xx() 294 static void mpc_i2c_setup_52xx(struct device_node *node, in mpc_i2c_setup_52xx() 302 static void mpc_i2c_setup_512x(struct device_node *node, in mpc_i2c_setup_512x() 328 static void mpc_i2c_setup_512x(struct device_node *node, in mpc_i2c_setup_512x() 422 static int mpc_i2c_get_fdr_8xxx(struct device_node *node, u32 clock, in mpc_i2c_get_fdr_8xxx() 455 static void mpc_i2c_setup_8xxx(struct device_node *node, in mpc_i2c_setup_8xxx() 480 static void mpc_i2c_setup_8xxx(struct device_node *node, in mpc_i2c_setup_8xxx()
|
/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_mmu.c | 138 struct drm_mm_node *node, size_t size) in etnaviv_iommu_find_iova() 220 struct drm_mm_node *node, size_t size, u64 va) in etnaviv_iommu_insert_exact() 269 struct drm_mm_node *node; in etnaviv_iommu_map_gem() local 417 struct drm_mm_node *node = &mapping->vram_node; in etnaviv_iommu_get_suballoc_va() local 449 struct drm_mm_node *node = &mapping->vram_node; in etnaviv_iommu_put_suballoc_va() local
|
/linux/arch/x86/kernel/ |
H A D | kdebugfs.c | 32 struct setup_data_node *node = file->private_data; in setup_data_read() local 77 struct setup_data_node *node) in create_setup_data_node() 92 struct setup_data_node *node; in create_setup_data_nodes() local
|
/linux/net/xdp/ |
H A D | xskmap.c | 18 struct xsk_map_node *node; in xsk_map_node_alloc() local 33 static void xsk_map_node_free(struct xsk_map_node *node) in xsk_map_node_free() 42 static void xsk_map_sock_add(struct xdp_sock *xs, struct xsk_map_node *node) in xsk_map_sock_add() 168 struct xsk_map_node *node; in xsk_map_update_elem() local
|
/linux/include/linux/ |
H A D | xarray.h | 1196 #define XA_NODE_BUG_ON(node, x) do { \ argument 1204 #define XA_NODE_BUG_ON(node, x) do { } while (0) argument 1223 const struct xa_node *node, unsigned int offset) in xa_entry() 1232 const struct xa_node *node, unsigned int offset) in xa_entry_locked() 1241 const struct xa_node *node) in xa_parent() 1249 const struct xa_node *node) in xa_parent_locked() 1256 static inline void *xa_mk_node(const struct xa_node *node) in xa_mk_node() 1488 static inline bool xas_not_node(struct xa_node *node) in xas_not_node() 1494 static inline bool xas_frozen(struct xa_node *node) in xas_frozen() 1500 static inline bool xas_top(struct xa_node *node) in xas_top() [all …]
|
H A D | timerqueue.h | 30 static inline void timerqueue_init(struct timerqueue_node *node) in timerqueue_init() 35 static inline bool timerqueue_node_queued(struct timerqueue_node *node) in timerqueue_node_queued()
|
H A D | union_find.h | 20 #define UF_INIT_NODE(node) {.parent = &node, .rank = 0} argument 29 static inline void uf_node_init(struct uf_node *node) in uf_node_init()
|
/linux/tools/perf/util/ |
H A D | srcline.c | 53 struct inline_node *node) in inline_list__append() 153 bool unwind_inlines, struct inline_node *node, in addr2line() 345 struct inline_node *node, in inline_list__append_dso_a2l() 360 bool unwind_inlines, struct inline_node *node, in addr2line() 680 struct inline_node *node, in inline_list__append_record() 695 struct inline_node *node, in addr2line() 854 struct inline_node *node; in addr2inlines() local 981 struct srcline_node *i, *node; in srcline__tree_insert() local 1052 void inline_node__delete(struct inline_node *node) in inline_node__delete()
|
/linux/drivers/clk/ |
H A D | clk-highbank.c | 262 static void __init hb_clk_init(struct device_node *node, const struct clk_ops *ops, unsigned long c… in hb_clk_init() 306 static void __init hb_pll_init(struct device_node *node) in hb_pll_init() 312 static void __init hb_a9periph_init(struct device_node *node) in hb_a9periph_init() 318 static void __init hb_a9bus_init(struct device_node *node) in hb_a9bus_init() 324 static void __init hb_emmc_init(struct device_node *node) in hb_emmc_init()
|