/kernel/linux/linux-6.6/scripts/dtc/libfdt/ |
H A D | libfdt.h | 22 /* FDT_ERR_NOTFOUND: The requested node or property does not exist */ 24 /* FDT_ERR_EXISTS: Attempted to create a node or property which 95 * unexpected or missing value, property or node. */ 198 * @offset: Offset of node to check 210 * get direct subnodes of a parent node. 220 * @node: child node (int, lvalue) 222 * @parent: parent node (int) 226 * fdt_for_each_subnode(node, fdt, parent) { 227 * Use node [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | db-export.c | 227 * the callchain starting with the root node and ending with the leaf. in call_path_from_sample() 240 struct callchain_cursor_node *node; in call_path_from_sample() local 245 node = callchain_cursor_current(cursor); in call_path_from_sample() 246 if (!node) in call_path_from_sample() 250 * Handle export of symbol and dso for this node by in call_path_from_sample() 255 al.sym = node->ms.sym; in call_path_from_sample() 256 al.map = map__get(node->ms.map); in call_path_from_sample() 258 al.addr = node->ip; in call_path_from_sample() 265 /* add node to the call path tree if it doesn't exist */ in call_path_from_sample() 267 al.sym, node in call_path_from_sample() [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | inet6_hashtables.c | 59 const struct hlist_nulls_node *node; in __inet6_lookup_established() local 70 sk_nulls_for_each_rcu(sk, node, &head->chain) { in __inet6_lookup_established() 84 if (get_nulls_value(node) != slot) in __inet6_lookup_established() 159 struct hlist_nulls_node *node; in inet6_lhash2_lookup() local 162 sk_nulls_for_each_rcu(sk, node, &ilb2->nulls_head) { in inet6_lhash2_lookup() 281 const struct hlist_nulls_node *node; in __inet6_check_established() local 286 sk_nulls_for_each(sk2, node, &head->chain) { in __inet6_check_established()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ctree.c | 114 * safely gets a reference on the root node of a tree. A lock 115 * is not taken, so a concurrent writer may put a different node 129 eb = rcu_dereference(root->node); in btrfs_root_node() 132 * RCU really hurts here, we could free up the root node because in btrfs_root_node() 133 * it was COWed but we may not get the new root node yet so do in btrfs_root_node() 175 * a given objectid. The buffer with the new root node is returned in 252 struct rb_node node; member 310 struct rb_node *node; in btrfs_put_tree_mod_seq() local 344 for (node = rb_first(tm_root); node; nod in btrfs_put_tree_mod_seq() 650 struct rb_node *node; __tree_mod_log_search() local 2221 struct extent_buffer *node; reada_for_search() local [all...] |
/kernel/linux/linux-5.10/drivers/dma/sh/ |
H A D | shdma.h | 37 struct list_head node; member 56 #define to_sh_desc(lh) container_of(lh, struct sh_desc, node)
|
/kernel/linux/linux-5.10/drivers/media/cec/core/ |
H A D | cec-priv.h | 21 #define to_cec_adapter(node) container_of(node, struct cec_adapter, devnode)
|
/kernel/linux/linux-5.10/drivers/irqchip/ |
H A D | irq-gic-realview.c | 45 realview_gic_of_init(struct device_node *node, struct device_node *parent) in realview_gic_of_init() argument 74 return gic_of_init(node, parent); in realview_gic_of_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/pl111/ |
H A D | pl111_debugfs.c | 35 struct drm_info_node *node = (struct drm_info_node *)m->private; in pl111_debugfs_regs() local 36 struct drm_device *dev = node->minor->dev; in pl111_debugfs_regs()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | affinity.h | 96 int hfi1_get_proc_affinity(int node); 101 int node; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | am65-cpts.h | 22 struct device_node *node); 34 struct device_node *node) in am65_cpts_create() 32 am65_cpts_create(struct device *dev, void __iomem *regs, struct device_node *node) am65_cpts_create() argument
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | addr.h | 70 static inline int tipc_node2scope(u32 node) in tipc_node2scope() argument 72 return node ? TIPC_NODE_SCOPE : TIPC_CLUSTER_SCOPE; in tipc_node2scope()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | of_reserved_mem.h | 43 void fdt_reserved_mem_save_node(unsigned long node, const char *uname, 63 static inline void fdt_reserved_mem_save_node(unsigned long node, in fdt_reserved_mem_save_node() argument 77 * node of the given device.
|
H A D | mii_timestamper.h | 90 struct mii_timestamper *register_mii_timestamper(struct device_node *node, 109 struct mii_timestamper *register_mii_timestamper(struct device_node *node, in register_mii_timestamper() argument
|
H A D | scs.h | 37 int scs_prepare(struct task_struct *tsk, int node); 66 static inline int scs_prepare(struct task_struct *tsk, int node) { return 0; } in scs_prepare() argument
|
H A D | dca.h | 20 struct list_head node; member 27 struct list_head node; member
|
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-clk.h | 70 #define v4l2_clk_name_of(name, size, node) snprintf(name, size, \ 71 "of-%pOF", node)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
H A D | vc4_debugfs.c | 40 struct drm_info_node *node = (struct drm_info_node *)m->private; in vc4_debugfs_regset32() local 41 struct debugfs_regset32 *regset = node->info_ent->data; in vc4_debugfs_regset32()
|
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | internal.h | 62 struct device_node **node); 82 struct device_node **node) in regulator_of_get_init_data() 79 regulator_of_get_init_data(struct device *dev, const struct regulator_desc *desc, struct regulator_config *config, struct device_node **node) regulator_of_get_init_data() argument
|
/kernel/linux/linux-5.10/drivers/remoteproc/ |
H A D | qcom_common.h | 17 struct device_node *node; member 25 struct device_node *node; member
|
/kernel/linux/linux-5.10/include/linux/fpga/ |
H A D | fpga-bridge.h | 32 * @node: FPGA bridge list node 41 struct list_head node; member 47 struct fpga_bridge *of_fpga_bridge_get(struct device_node *node,
|
/kernel/linux/linux-6.6/drivers/accel/ivpu/ |
H A D | ivpu_mmu_context.h | 42 u64 size, struct drm_mm_node *node); 44 struct drm_mm_node *node);
|
/kernel/linux/linux-6.6/include/linux/fpga/ |
H A D | fpga-bridge.h | 49 * @node: FPGA bridge list node 58 struct list_head node; member 64 struct fpga_bridge *of_fpga_bridge_get(struct device_node *node,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dca.h | 20 struct list_head node; member 27 struct list_head node; member
|
H A D | mii_timestamper.h | 90 struct mii_timestamper *register_mii_timestamper(struct device_node *node, 109 struct mii_timestamper *register_mii_timestamper(struct device_node *node, in register_mii_timestamper() argument
|
/kernel/linux/linux-6.6/drivers/dma/sh/ |
H A D | shdma.h | 37 struct list_head node; member 56 #define to_sh_desc(lh) container_of(lh, struct sh_desc, node)
|