Home
last modified time | relevance | path

Searched refs:nodes (Results 76 - 100 of 434) sorted by relevance

12345678910>>...18

/kernel/linux/linux-5.10/Documentation/sphinx/
H A Dkernel_include.py36 from docutils import io, nodes, statemachine namespace
97 path = nodes.reprunicode(path)
154 literal_block = nodes.literal_block(rawtext, source=path,
170 literal_block += nodes.inline(value, value,
173 literal_block += nodes.Text(value, value)
175 literal_block += nodes.Text(text, text)
/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dkernel_include.py36 from docutils import io, nodes, statemachine namespace
100 path = nodes.reprunicode(path)
157 literal_block = nodes.literal_block(rawtext, source=path,
173 literal_block += nodes.inline(value, value,
176 literal_block += nodes.Text(value, value)
178 literal_block += nodes.Text(text, text)
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
H A Dipu3.c120 if (!imgu_pipe->nodes[IMGU_NODE_VF].enabled && in imgu_dummybufs_init()
128 meta = &imgu_pipe->nodes[node].vdev_fmt.fmt.meta; in imgu_dummybufs_init()
129 mpix = &imgu_pipe->nodes[node].vdev_fmt.fmt.pix_mp; in imgu_dummybufs_init()
214 list_for_each_entry(buf, &imgu_pipe->nodes[node].buffers, vid_buf.list) { in imgu_queue_getbuf()
249 !imgu_pipe->nodes[IMGU_NODE_VF].enabled) { in imgu_queue_buffers()
254 imgu_pipe->nodes[node].enabled) { in imgu_queue_buffers()
259 if (list_empty(&imgu_pipe->nodes[node].buffers)) in imgu_queue_buffers()
262 ivb = list_first_entry(&imgu_pipe->nodes[node].buffers, in imgu_queue_buffers()
330 &imgu_pipe->nodes[node].buffers, in imgu_queue_buffers()
354 fmt = &imgu->imgu_pipe[pipe].nodes[IMGU_NODE_I in imgu_powerup()
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/
H A Dipu3.c120 if (!imgu_pipe->nodes[IMGU_NODE_VF].enabled && in imgu_dummybufs_init()
128 meta = &imgu_pipe->nodes[node].vdev_fmt.fmt.meta; in imgu_dummybufs_init()
129 mpix = &imgu_pipe->nodes[node].vdev_fmt.fmt.pix_mp; in imgu_dummybufs_init()
214 list_for_each_entry(buf, &imgu_pipe->nodes[node].buffers, vid_buf.list) { in imgu_queue_getbuf()
249 !imgu_pipe->nodes[IMGU_NODE_VF].enabled) { in imgu_queue_buffers()
254 imgu_pipe->nodes[node].enabled) { in imgu_queue_buffers()
259 if (list_empty(&imgu_pipe->nodes[node].buffers)) in imgu_queue_buffers()
262 ivb = list_first_entry(&imgu_pipe->nodes[node].buffers, in imgu_queue_buffers()
330 &imgu_pipe->nodes[node].buffers, in imgu_queue_buffers()
354 fmt = &imgu->imgu_pipe[pipe].nodes[IMGU_NODE_I in imgu_powerup()
[all...]
/kernel/linux/linux-6.6/drivers/clk/zynqmp/
H A Dclk-mux-zynqmp.c127 * @nodes: Clock topology node
134 const struct clock_topology *nodes) in zynqmp_clk_register_mux()
146 if (nodes->type_flag & CLK_MUX_READ_ONLY) in zynqmp_clk_register_mux()
151 init.flags = zynqmp_clk_map_common_ccf_flags(nodes->flag); in zynqmp_clk_register_mux()
155 mux->flags = zynqmp_clk_map_mux_ccf_flags(nodes->type_flag); in zynqmp_clk_register_mux()
131 zynqmp_clk_register_mux(const char *name, u32 clk_id, const char * const *parents, u8 num_parents, const struct clock_topology *nodes) zynqmp_clk_register_mux() argument
H A Dclkc.c65 * @node: Clock topology nodes
66 * @num_nodes: Number of nodes present in topology
125 const struct clock_topology *nodes)
255 * other nodes, master should call same API in loop with new
257 * index 0 which will return nodes 0,1 and 2. Next call, index
258 * should be 3 which will return nodes 3,4 and 5 and so on.
306 * @nodes: Clock topology node
313 const struct clock_topology *nodes) in zynqmp_clk_register_fixed_factor()
332 flag = zynqmp_clk_map_common_ccf_flags(nodes->flag); in zynqmp_clk_register_fixed_factor()
406 * @nnodes: Number of nodes
310 zynqmp_clk_register_fixed_factor(const char *name, u32 clk_id, const char * const *parents, u8 num_parents, const struct clock_topology *nodes) zynqmp_clk_register_fixed_factor() argument
593 struct clock_topology *nodes; zynqmp_register_clk_topology() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dreuseport_bpf_numa.c231 int *rcv_fd, nodes; in main() local
236 nodes = numa_max_node() + 1; in main()
238 rcv_fd = calloc(nodes, sizeof(int)); in main()
243 test(rcv_fd, nodes, AF_INET, SOCK_DGRAM); in main()
246 test(rcv_fd, nodes, AF_INET6, SOCK_DGRAM); in main()
249 test(rcv_fd, nodes, AF_INET, SOCK_STREAM); in main()
252 test(rcv_fd, nodes, AF_INET6, SOCK_STREAM); in main()
/kernel/linux/linux-6.6/drivers/interconnect/qcom/
H A Dosm-l3.c49 * struct qcom_osm_l3_node - Qualcomm specific interconnect nodes
51 * @links: an array of nodes where we can go next while traversing
65 const struct qcom_osm_l3_node * const *nodes; member
103 .nodes = osm_l3_nodes,
111 .nodes = epss_l3_nodes,
119 .nodes = epss_l3_nodes,
230 qnodes = desc->nodes; in qcom_osm_l3_probe()
233 data = devm_kzalloc(&pdev->dev, struct_size(data, nodes, num_nodes), GFP_KERNEL); in qcom_osm_l3_probe()
264 data->nodes[i] = node; in qcom_osm_l3_probe()
H A Dicc-rpmh.h50 * struct qcom_icc_node - Qualcomm specific interconnect nodes
52 * @links: an array of nodes where we can go next while traversing
76 * struct qcom_icc_bcm - Qualcomm specific hardware accelerator nodes
92 * @nodes: list of qcom_icc_nodes that this BCM encapsulates
108 struct qcom_icc_node *nodes[]; member
112 struct qcom_icc_node **nodes; member
117 struct qcom_icc_node * const *nodes; member
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dreuseport_bpf_numa.c235 int *rcv_fd, nodes; in main() local
240 nodes = numa_max_node() + 1; in main()
242 rcv_fd = calloc(nodes, sizeof(int)); in main()
247 test(rcv_fd, nodes, AF_INET, SOCK_DGRAM); in main()
250 test(rcv_fd, nodes, AF_INET6, SOCK_DGRAM); in main()
253 test(rcv_fd, nodes, AF_INET, SOCK_STREAM); in main()
256 test(rcv_fd, nodes, AF_INET6, SOCK_STREAM); in main()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dfile-item.c151 leaf = path->nodes[0]; in btrfs_insert_file_extent()
193 leaf = path->nodes[0]; in btrfs_lookup_csum()
352 btrfs_item_key_to_cpu(path->nodes[0], &found_key, in btrfs_lookup_bio_sums()
356 item_size = btrfs_item_size_nr(path->nodes[0], in btrfs_lookup_bio_sums()
361 item = btrfs_item_ptr(path->nodes[0], path->slots[0], in btrfs_lookup_bio_sums()
373 read_extent_buffer(path->nodes[0], csum, in btrfs_lookup_bio_sums()
432 leaf = path->nodes[0]; in btrfs_lookup_csums_range()
445 leaf = path->nodes[0]; in btrfs_lookup_csums_range()
452 leaf = path->nodes[0]; in btrfs_lookup_csums_range()
472 item = btrfs_item_ptr(path->nodes[ in btrfs_lookup_csums_range()
[all...]
H A Ddir-item.c43 leaf = path->nodes[0]; in insert_with_overflow()
83 leaf = path->nodes[0]; in btrfs_insert_xattr_item()
95 btrfs_mark_buffer_dirty(path->nodes[0]); in btrfs_insert_xattr_item()
144 leaf = path->nodes[0]; in btrfs_insert_dir_item()
249 leaf = path->nodes[0]; in btrfs_check_dir_item_collision()
314 leaf = path->nodes[0]; in btrfs_search_dir_index_item()
324 leaf = path->nodes[0]; in btrfs_search_dir_index_item()
382 leaf = path->nodes[0]; in btrfs_match_dir_item_name()
418 leaf = path->nodes[0]; in btrfs_delete_one_dir_name()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dta_xgmi_if.h92 struct ta_xgmi_node_info nodes[TA_XGMI__MAX_CONNECTED_NODES]; member
97 struct ta_xgmi_node_info nodes[TA_XGMI__MAX_CONNECTED_NODES]; member
102 struct ta_xgmi_node_info nodes[TA_XGMI__MAX_CONNECTED_NODES]; member
/kernel/linux/linux-5.10/drivers/interconnect/imx/
H A Dimx8mm.c35 static struct imx_icc_node_desc nodes[] = { variable
86 return imx_icc_register(pdev, nodes, ARRAY_SIZE(nodes)); in imx8mm_icc_probe()
H A Dimx8mq.c33 static struct imx_icc_node_desc nodes[] = { variable
85 return imx_icc_register(pdev, nodes, ARRAY_SIZE(nodes)); in imx8mq_icc_probe()
H A Dimx8mn.c32 static struct imx_icc_node_desc nodes[] = { variable
75 return imx_icc_register(pdev, nodes, ARRAY_SIZE(nodes)); in imx8mn_icc_probe()
/kernel/linux/linux-5.10/drivers/interconnect/qcom/
H A Dicc-rpmh.h50 * struct qcom_icc_node - Qualcomm specific interconnect nodes
52 * @links: an array of nodes where we can go next while traversing
76 * struct qcom_icc_bcm - Qualcomm specific hardware accelerator nodes
92 * @nodes: list of qcom_icc_nodes that this BCM encapsulates
108 struct qcom_icc_node *nodes[]; member
112 struct qcom_icc_node **nodes; member
117 struct qcom_icc_node **nodes; member
H A Dqcs404.c121 * struct qcom_icc_node - Qualcomm specific interconnect nodes
124 * @links: an array of nodes where we can go next while traversing
143 struct qcom_icc_node **nodes; member
244 .nodes = qcs404_bimc_nodes,
298 .nodes = qcs404_pcnoc_nodes,
326 .nodes = qcs404_snoc_nodes,
347 list_for_each_entry(n, &provider->nodes, node_list) in qcom_icc_set()
420 qnodes = desc->nodes; in qnoc_probe()
427 data = devm_kzalloc(dev, struct_size(data, nodes, num_nodes), in qnoc_probe()
447 INIT_LIST_HEAD(&provider->nodes); in qnoc_probe()
[all...]
H A Dsm8250.c220 .nodes = aggre1_noc_nodes,
250 .nodes = aggre2_noc_nodes,
267 .nodes = compute_noc_nodes,
333 .nodes = config_noc_nodes,
349 .nodes = dc_noc_nodes,
383 .nodes = gem_noc_nodes,
399 .nodes = ipa_virt_nodes,
416 .nodes = mc_virt_nodes,
446 .nodes = mmss_noc_nodes,
472 .nodes
[all...]
/kernel/linux/linux-6.6/drivers/interconnect/imx/
H A Dimx8mm.c35 static struct imx_icc_node_desc nodes[] = { variable
86 return imx_icc_register(pdev, nodes, ARRAY_SIZE(nodes), NULL); in imx8mm_icc_probe()
H A Dimx8mn.c32 static struct imx_icc_node_desc nodes[] = { variable
75 return imx_icc_register(pdev, nodes, ARRAY_SIZE(nodes), NULL); in imx8mn_icc_probe()
H A Dimx8mq.c33 static struct imx_icc_node_desc nodes[] = { variable
85 return imx_icc_register(pdev, nodes, ARRAY_SIZE(nodes), NULL); in imx8mq_icc_probe()
/kernel/linux/linux-5.10/drivers/clk/zynqmp/
H A Dclkc.c64 * @node: Clock topology nodes
65 * @num_nodes: Number of nodes present in topology
124 const struct clock_topology *nodes)
250 * other nodes, master should call same API in loop with new
252 * index 0 which will return nodes 0,1 and 2. Next call, index
253 * should be 3 which will return nodes 3,4 and 5 and so on.
281 * @nodes: Clock topology node
288 const struct clock_topology *nodes) in zynqmp_clk_register_fixed_factor()
308 nodes->flag, mult, in zynqmp_clk_register_fixed_factor()
378 * @nnodes: Number of nodes
285 zynqmp_clk_register_fixed_factor(const char *name, u32 clk_id, const char * const *parents, u8 num_parents, const struct clock_topology *nodes) zynqmp_clk_register_fixed_factor() argument
565 struct clock_topology *nodes; zynqmp_register_clk_topology() local
[all...]
/kernel/linux/linux-6.6/mm/
H A Dmemory-tiers.c23 /* All the nodes that are part of all the lower memory tiers. */
53 * Node 0 & 1 are CPU + DRAM nodes, node 2 & 3 are PMEM nodes.
72 * Node 0 & 1 are CPU + DRAM nodes, node 2 is memory-only DRAM node.
88 * Node 0 is CPU + DRAM nodes, Node 1 is HBM node, node 2 is PMEM node.
115 nodemask_t nodes = NODE_MASK_NONE; in get_memtier_nodemask() local
119 nodes_or(nodes, nodes, memtype->nodes); in get_memtier_nodemask()
121 return nodes; in get_memtier_nodemask()
[all...]
/kernel/linux/linux-6.6/drivers/interconnect/
H A Dicc-clk.c87 onecell = devm_kzalloc(dev, struct_size(onecell, nodes, 2 * num_clocks), GFP_KERNEL); in icc_clk_register()
103 INIT_LIST_HEAD(&provider->nodes); in icc_clk_register()
122 onecell->nodes[j++] = node; in icc_clk_register()
133 onecell->nodes[j++] = node; in icc_clk_register()

Completed in 12 milliseconds

12345678910>>...18