Home
last modified time | relevance | path

Searched full:node (Results 301 – 325 of 1779) sorted by relevance

1...<<11121314151617181920>>...72

/openbmc/u-boot/fs/ubifs/
H A Ddebug.c143 return "padding node"; in dbg_ntype()
145 return "superblock node"; in dbg_ntype()
147 return "master node"; in dbg_ntype()
149 return "reference node"; in dbg_ntype()
151 return "inode node"; in dbg_ntype()
153 return "direntry node"; in dbg_ntype()
155 return "xentry node"; in dbg_ntype()
157 return "data node"; in dbg_ntype()
159 return "truncate node"; in dbg_ntype()
161 return "indexing node"; in dbg_ntype()
[all …]
H A Dorphan.c14 * An orphan is an inode number whose inode node has been committed to the index
222 * do_write_orph_node - write a node to the orphan head.
224 * @len: length of node
227 * This function writes a node to the orphan head from the orphan buffer. If
254 * write_orph_node - write an orphan node.
258 * This function builds an orphan node from the cnext list and writes it to the
306 /* Mark the last node of the commit */ in write_orph_node()
541 * @last_cmt_no: cmt_no of last orphan node read is passed and returned here
543 * @last_flagged: whether the end orphan node is encountered
546 * every orphan node in a LEB and for every inode number recorded, removes
[all …]
/openbmc/qemu/hw/ppc/
H A Dspapr_numa.c57 * Retrieves the ibm,associativity array of NUMA node 'node_id'
69 * Wrapper that returns node distance from ms->numa_state->nodes
82 * In case QEMU adds a default NUMA single node when the user in get_numa_distance()
152 * considered a match with associativity domains of node 0. in spapr_numa_define_FORM1_domains()
170 * ascending order, starting from node id 0 (the first node in spapr_numa_define_FORM1_domains()
172 * the algorithm because the associativity domains that node 0 in spapr_numa_define_FORM1_domains()
173 * defines will be carried over to other nodes, and node 1 in spapr_numa_define_FORM1_domains()
174 * associativities will be carried over after taking node 0 in spapr_numa_define_FORM1_domains()
179 * The PPC kernel expects the associativity domains of node 0 to in spapr_numa_define_FORM1_domains()
221 * Check we don't have a memory-less/cpu-less NUMA node in spapr_numa_FORM1_affinity_check()
[all …]
/openbmc/u-boot/lib/
H A Dfdtdec_common.c21 int fdtdec_get_int(const void *blob, int node, const char *prop_name, in fdtdec_get_int() argument
28 cell = fdt_getprop(blob, node, prop_name, &len); in fdtdec_get_int()
39 unsigned int fdtdec_get_uint(const void *blob, int node, const char *prop_name, in fdtdec_get_uint() argument
46 cell = fdt_getprop(blob, node, prop_name, &len); in fdtdec_get_uint()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0051-corstone1000-purge-remoteproc-dts-node.patch4 Subject: [PATCH] corstone1000: purge remoteproc DTS node
6 Purge remoteproc DTS node
7 This is done to remove the remote proc node from the DTS passed
9 has not been upstreamed yet. Existence of remoteproc DTS node in Linux
/openbmc/u-boot/board/st/stih410-b2260/
H A Dboard.c57 int node; in board_usb_init() local
60 /* find the snps,dwc3 node */ in board_usb_init()
61 node = fdt_node_offset_by_compatible(blob, -1, "snps,dwc3"); in board_usb_init()
63 dwc3_device_data.base = fdtdec_get_addr(blob, node, "reg"); in board_usb_init()
/openbmc/u-boot/drivers/gpio/
H A Dmt7621_gpio.c133 ofnode node; in gpio_mediatek_bind() local
145 for (node = dev_read_first_subnode(parent); ofnode_valid(node); in gpio_mediatek_bind()
146 node = dev_read_next_subnode(node)) { in gpio_mediatek_bind()
164 dev->node = node; in gpio_mediatek_bind()
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dfuse-allow-other48 # $2: Options (beyond the node-name and ID)
50 # $4: Node to export (defaults to 'node-format')
61 'node-name': '${4:-node-format}',
96 "$IMGFMT,node-name=node-format,file.driver=file,file.filename=$TEST_IMG"
H A Dqsd-migrate43 '--blockdev', f'file,node-name=disk-file,filename={path}',
44 '--blockdev', f'{iotests.imgfmt},file=disk-file,node-name=disk-fmt',
46 '--export', 'nbd,id=exp0,node-name=disk-fmt,writable=true,'
52 vm_src.add_args('-blockdev', f'nbd,node-name=disk,server.type=unix,'
59 '--blockdev', f'file,node-name=disk-file,filename={path},active=off',
60 '--blockdev', f'{iotests.imgfmt},file=disk-file,node-name=disk-fmt,'
63 '--export', 'nbd,id=exp0,node-name=disk-fmt,writable=true,'
70 vm_dst.add_args('-blockdev', f'nbd,node-name=disk,server.type=unix,'
/openbmc/u-boot/drivers/core/
H A Dsyscon-uclass.c150 * The syscon node can be bound to another driver, but still works
153 struct regmap *syscon_node_to_regmap(ofnode node) in syscon_node_to_regmap() argument
158 if (!uclass_get_device_by_ofnode(UCLASS_SYSCON, node, &dev)) in syscon_node_to_regmap()
161 if (!ofnode_device_is_compatible(node, "syscon")) in syscon_node_to_regmap()
165 if (device_find_global_by_ofnode(node, &parent)) in syscon_node_to_regmap()
170 ofnode_get_name(node), in syscon_node_to_regmap()
171 node, &dev); in syscon_node_to_regmap()
/openbmc/qemu/tests/qemu-iotests/
H A D18688 echo "=== -blockdev/-device=<node-name> ==="
92 check_info_block -blockdev driver=null-co,read-zeroes=on,node-name=null -device $dev,drive=null
93 …check_info_block -blockdev driver=null-co,read-zeroes=on,node-name=null -device $dev,drive=null,id…
97 echo "=== -drive if=none/-device=<node-name> ==="
103 …check_info_block -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device $dev,drive=nu…
111 …check_info_block -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device $dev,drive=no…
112 …check_info_block -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device $dev,drive=no…
H A D16546 return iotests.VM().add_drive(disk, opts='node-name=node0')
49 return iotests.VM().add_drive(disk, opts='readonly=on,node-name=node0')
53 node='drive0', name='bitmap0')
58 node='drive0', name='bitmap0')
67 self.vm.qmp('block-dirty-bitmap-add', node='drive0',
117 self.vm.cmd('block-dirty-bitmap-clear', node='drive0',
138 'node-name': 'node0',
H A D19167 -blockdev "driver=${IMGFMT},file.driver=file,file.filename=${TEST_IMG}.base,node-name=base" \
68 …-blockdev "driver=${IMGFMT},file.driver=file,file.filename=${TEST_IMG}.mid,node-name=mid,backing=b…
69 …-blockdev "driver=${IMGFMT},file.driver=file,file.filename=${TEST_IMG},node-name=top,backing=mid" \
70 …-blockdev "driver=${IMGFMT},file.driver=file,file.filename=${TEST_IMG}.ovl2,node-name=top2,backing…
117 -drive "driver=${IMGFMT},file=${TEST_IMG},node-name=top,backing.node-name=mid" \
118 -drive "driver=${IMGFMT},file=${TEST_IMG}.ovl3,node-name=top2,backing.backing=mid"
/openbmc/u-boot/drivers/video/meson/
H A Dsimplefb_common.h10 * meson_simplefb_fdt_match() - match a meson simplefb node
12 * Match a meson simplefb device node with a specified pipeline, and
17 * @return device node offset in blob, or negative values if failed
/openbmc/u-boot/include/
H A Ddt-structs.h12 const void *node; member
17 const void *node; member
22 const void *node; member
/openbmc/u-boot/drivers/video/sunxi/
H A Dsimplefb_common.h10 * sunxi_simplefb_fdt_match() - match a sunxi simplefb node
12 * Match a sunxi simplefb device node with a specified pipeline, and
17 * @return device node offset in blob, or negative values if failed
/openbmc/u-boot/drivers/tpm/
H A Dtpm_tis_sandbox.c79 * If data is available, then blob and node will provide access to it. If
83 * @node: Node offset to read from
85 static int sandbox_tpm_read_state(const void *blob, int node) in sandbox_tpm_read_state() argument
98 prop = fdt_getprop(blob, node, prop_name, &len); in sandbox_tpm_read_state()
112 * The caller will ensure that there is a node ready for the state. The node
116 * @node: Node to write our state into
118 static int sandbox_tpm_write_state(void *blob, int node) in sandbox_tpm_write_state() argument
125 * own node - perhaps useful if we add access informaiton to each. in sandbox_tpm_write_state()
132 fdt_setprop(blob, node, prop_name, in sandbox_tpm_write_state()
/openbmc/u-boot/drivers/pinctrl/nxp/
H A Dpinctrl-imx.c21 int node = dev_of_offset(config); in imx_pinctrl_set_state() local
39 prop = fdt_getprop(gd->fdt_blob, node, "fsl,pins", &size); in imx_pinctrl_set_state()
41 dev_err(dev, "No fsl,pins property in node %s\n", config->name); in imx_pinctrl_set_state()
46 dev_err(dev, "Invalid fsl,pins property in node %s\n", in imx_pinctrl_set_state()
55 if (fdtdec_get_int_array(gd->fdt_blob, node, "fsl,pins", in imx_pinctrl_set_state()
201 int node = dev_of_offset(dev), ret; in imx_pinctrl_probe() local
228 info->mux_mask = fdtdec_get_int(gd->fdt_blob, node, "fsl,mux_mask", 0); in imx_pinctrl_probe()
233 if (fdtdec_get_bool(gd->fdt_blob, node, "fsl,input-sel")) { in imx_pinctrl_probe()
235 node, "fsl,input-sel", in imx_pinctrl_probe()
242 addr = fdtdec_get_addr_size(gd->fdt_blob, arg.node, "reg", in imx_pinctrl_probe()
/openbmc/qemu/storage-daemon/
H A Dqemu-storage-daemon.c89 " --blockdev [driver=]<driver>[,node-name=<N>][,discard=ignore|unmap]\n" in help()
102 " --export [type=]nbd,id=<id>,node-name=<node-name>[,name=<export-name>]\n" in help()
104 " export the specified block node over NBD\n" in help()
108 " --export [type=]fuse,id=<id>,node-name=<node-name>,mountpoint=<file>\n" in help()
110 " export the specified block node over FUSE\n" in help()
114 " --export [type=]vhost-user-blk,id=<id>,node-name=<node-name>,\n" in help()
117 " export the specified block node as a\n" in help()
119 " --export [type=]vhost-user-blk,id=<id>,node-name=<node-name>,\n" in help()
122 " export the specified block node as a\n" in help()
127 " --export [type=]vduse-blk,id=<id>,node-name=<node-name>\n" in help()
[all …]
/openbmc/u-boot/arch/arm/mach-rockchip/
H A Drk3288-board-spl.c41 int node; in spl_boot_device() local
49 node = fdt_path_offset(blob, bootdev); in spl_boot_device()
50 if (node < 0) { in spl_boot_device()
51 debug("node=%d\n", node); in spl_boot_device()
54 ret = device_get_global_by_ofnode(offset_to_ofnode(node), &dev); in spl_boot_device()
56 debug("device at node %s/%d not found: %d\n", bootdev, node, in spl_boot_device()
/openbmc/u-boot/drivers/led/
H A Dled_bcm6328.c151 /* Top-level LED node */ in bcm6328_led_probe()
203 ofnode node; in bcm6328_led_bind() local
205 dev_for_each_subnode(node, parent) { in bcm6328_led_bind()
211 label = ofnode_read_string(node, "label"); in bcm6328_led_bind()
213 debug("%s: node %s has no label\n", __func__, in bcm6328_led_bind()
214 ofnode_get_name(node)); in bcm6328_led_bind()
219 ofnode_get_name(node), in bcm6328_led_bind()
220 node, &dev); in bcm6328_led_bind()
/openbmc/u-boot/tools/
H A Dfit_image.c189 * tree files, we include an fdt- node for each of those too.
421 int node; in fit_extract_data() local
438 debug("%s: Cannot find /images node: %d\n", __func__, images); in fit_extract_data()
443 for (node = fdt_first_subnode(fdt, images); in fit_extract_data()
444 node >= 0; in fit_extract_data()
445 node = fdt_next_subnode(fdt, node)) { in fit_extract_data()
449 data = fdt_getprop(fdt, node, FIT_DATA_PROP, &len); in fit_extract_data()
455 ret = fdt_delprop(fdt, node, FIT_DATA_PROP); in fit_extract_data()
462 fdt_setprop_u32(fdt, node, FIT_DATA_POSITION_PROP, in fit_extract_data()
465 fdt_setprop_u32(fdt, node, FIT_DATA_OFFSET_PROP, in fit_extract_data()
[all …]
/openbmc/u-boot/tools/binman/
H A Dimage_test.py14 image = Image('name', 'node', test=True)
23 image = Image('name', 'node', test=True)
32 image = Image('name', 'node', test=True)
43 image = Image('name', 'node', test=True)
/openbmc/u-boot/drivers/usb/common/
H A Dcommon.c23 enum usb_dr_mode usb_get_dr_mode(int node) in usb_get_dr_mode() argument
29 dr_mode = fdt_getprop(fdt, node, "dr_mode", NULL); in usb_get_dr_mode()
51 enum usb_device_speed usb_get_maximum_speed(int node) in usb_get_maximum_speed() argument
57 max_speed = fdt_getprop(fdt, node, "maximum-speed", NULL); in usb_get_maximum_speed()
/openbmc/qemu/docs/sphinx/
H A Dqapidoc.py455 def run(self) -> Sequence[nodes.Node]:
458 def do_parse(self, rstlist: StringList, node: nodes.Node) -> None: argument
460 Parse rST source lines and add them to the specified node
463 rST, and add the resulting docutils nodes as children of node.
469 nested_parse_with_titles(self.state, rstlist, node)
515 node: nodes.Element = nodes.section()
516 node.document = self.state.document
519 node = nodes.paragraph()
520 node.document = self.state.document
560 def run(self) -> Sequence[nodes.Node]:
[all …]

1...<<11121314151617181920>>...72