Searched refs:other (Results 1 - 24 of 24) sorted by relevance

/u-boot/include/
H A Dextension_board.h16 char other[32]; member in struct:extension
H A Dnet6.h150 other:1, member in struct:icmp6hdr::__anon173::icmpv6_nd_ra
155 other:1, member in struct:icmp6hdr::__anon173::icmpv6_nd_ra
175 #define icmp6_addrconf_other icmp6_dataun.u_nd_ra.other
/u-boot/scripts/
H A Dconfig30 Enable option directly after other option
32 Disable option directly after other option
34 Turn option into module directly after other option
H A Dkernel-doc74 or DOC: section title(s). All other functions and DOC:
88 -v Verbose output, more warnings and other information.
181 # can be called form interrupts. Unlike other sections you can end it with an
321 # could cause "use of undefined value" or other bugs.
1295 # Ignore other nested elements, like enums
H A Dget_maintainer.pl233 die "$P: using --self-test does not allow any other option or argument\n";
1101 other automated tools that expect only ["name"] <email address>
/u-boot/arch/sandbox/dts/
H A DMakefile8 dtb-$(CONFIG_UT_DM) += test.dtb other.dtb
/u-boot/tools/u_boot_pylib/
H A Dterminal.py43 def __eq__(self, other):
44 return (self.text == other.text and
45 self.newline == other.newline and
46 self.colour == other.colour and
47 self.bright == other.bright)
/u-boot/board/phytec/common/
H A Dphytec_som_detection.c232 const char *other)
245 snprintf(extension->other, sizeof(extension->other), other);
295 const char *other)
231 phytec_add_extension(const char *name, const char *overlay, const char *other) argument
293 phytec_add_extension(const char *name, const char *overlay, const char *other) argument
H A Dphytec_som_detection.h86 const char *other);
/u-boot/fs/btrfs/
H A Dextent-io.c75 struct extent_state *other; local
83 other = container_of(other_node, struct extent_state,
85 if (other->end == state->start - 1 &&
86 other->state == state->state) {
87 state->start = other->start;
89 remove_cache_extent(&tree->state, &other->cache_node);
90 btrfs_free_extent_state(other);
95 other = container_of(other_node, struct extent_state,
97 if (other->start == state->end + 1 &&
98 other
[all...]
/u-boot/tools/dtoc/
H A Dsrc_scan.py98 def __eq__(self, other):
99 return (self.name == other.name and
100 self.uclass_id == other.uclass_id and
101 self.compat == other.compat and
102 self.priv == other.priv and
103 self.plat == other.plat and
104 self.used == other.used)
149 def __eq__(self, other):
150 return (self.name == other.name and
151 self.uclass_id == other
[all...]
H A Dfdt.py31 def needs_widening(self, other):
43 other: Other type to compare against
46 True if the other type is wider
48 return self.value > other.value
565 """Add a new subnode to the node, after all other subnodes
578 """Add a new subnode to the node, before all other subnodes
580 This deletes other subnodes and sets their offset to None, so that they
748 The new node is put before all other nodes. If the node already
/u-boot/board/sandbox/
H A Dsandbox.c147 snprintf(extension->other, sizeof(extension->other), "Fictional extension board");
/u-boot/arch/mips/
H A Dconfig.mk47 # The DECStation requires an ECOFF kernel for remote booting, other MIPS
/u-boot/drivers/mtd/
H A Dmtdcore.c718 struct mtd_info *ret = NULL, *other; local
724 mtd_for_each_device(other) {
725 if (other == mtd) {
808 struct mtd_info *mtd = NULL, *other; local
812 mtd_for_each_device(other) {
814 if (mtd_device_matches_name(other, name)) {
818 mtd = other;
821 if (!strcmp(name, other->name)) {
822 mtd = other;
1118 * representing max bitflips. In other case
[all...]
/u-boot/cmd/
H A Dextension_board.c80 printf("\tOther information: \t%s\n", extension->other);
H A Dprintf.c319 * and probably shouldn't (other callers might require purely numeric
/u-boot/board/compulab/imx8mm-cl-iot-gate/
H A Dimx8mm-cl-iot-gate.c436 snprintf(extension->other, sizeof(extension->other),
/u-boot/arch/arm/mach-socfpga/
H A Dwrap_sdram_config.c236 #error LPDDR2 and other DRAM types are not yet supported
/u-boot/arch/arm/mach-omap2/
H A Dconfig_secure.mk84 # file, not an SPL. This will work for all boot devices, other than SPI
/u-boot/include/net/
H A Dncsi-pkt.h185 __be32 other; /* Other indications */ member in struct:ncsi_rsp_gls_pkt
/u-boot/arch/arm/cpu/armv7/
H A Dnonsec_virt.S176 str r1, [r3, #GICC_CTLR] @ and clear all other bits
/u-boot/scripts/dtc/
H A Dchecks.c466 * other node's phandle". That's nonsensical
494 struct node *other; local
515 other = get_node_by_phandle(root, phandle);
516 if (other && (other != node)) {
518 phandle, other->fullpath);
/u-boot/tools/buildman/
H A Dfunc_test.py895 other = os.path.join(src, 'boards', 'board2', 'MAINTAINERS')
959 both_data = orig_data + tools.read_file(other, binary=False)
961 os.remove(other)
967 extra = '\n\nAnother\nM: Fred\nF: configs/board9_defconfig\nS: other\n'
979 \tbool "other"
988 ['WARNING: board2_defconfig: Duplicate TARGET_xxx: board2 and other'],

Completed in 112 milliseconds