Searched refs:out (Results 201 - 225 of 433) sorted by relevance

1234567891011>>

/u-boot/drivers/spi/
H A Drk_spi.c436 const u8 *out = dout; local
456 if (!out) {
478 towrite = out ? todo : 0;
483 writel(*out++, regs->txdr);
500 if (out) {
514 if (!out)
/u-boot/fs/ubifs/
H A Dsb.c566 goto out;
581 goto out;
605 goto out;
648 goto out;
665 out:
720 goto out;
728 goto out;
739 goto out;
748 goto out;
756 goto out;
[all...]
H A Dlpt.c18 * that it never runs out of space, is fast to access and update, and scales
28 * that LEB as dirty, and then only the dirty nodes are written out. Also, in
635 goto out;
703 goto out;
733 goto out;
780 goto out;
805 goto out;
825 goto out;
848 out:
1210 goto out;
[all...]
H A Ddebug.c854 goto out;
870 out:
1020 * We use a dirty hack here and zero out @c->freeable_cnt, because it
1076 goto out;
1081 out:
1312 goto out;
1316 goto out;
1320 goto out;
1327 goto out;
1347 goto out;
[all...]
/u-boot/tools/
H A Dbmp_logo.c149 goto out;
225 out:
H A Diot2050-sign-fw.sh42 openssl req -new -x509 -key $1 -nodes -outform DER -out $CERT_X509 -config $TEMP_X509 -sha512
H A Dqconfig.py185 with open(fname, 'w', encoding='utf-8') as out:
188 print(line.rstrip('\n'), file=out)
190 out.write(data)
574 # output at least 30 characters to hide the "* defconfigs out of *".
1102 out = all_defconfigs
1116 in_list = out
1117 out = set()
1122 out.add(defc)
1123 print(f'{len(out)} matches')
1124 print(' '.join(item.split('_defconfig')[0] for item in out))
[all...]
/u-boot/common/
H A Dcli_hush_modern.c137 panic("out of memory");
152 panic("out of memory");
244 goto out;
252 out:
H A Dsplash_source.c284 goto out;
289 goto out;
295 goto out;
301 out:
/u-boot/lib/
H A Dcrc16-ccitt.c75 uint8_t *out, uint chunk_sz)
81 memcpy(out, &crc, sizeof(crc));
74 crc16_ccitt_wd_buf(const uint8_t *in, uint len, uint8_t *out, uint chunk_sz) argument
H A Dtrace.c189 * greater than buff_size if we ran out of space.
229 /* Work out how must of the buffer we used */
246 * greater than buff_size if we ran out of space.
270 struct trace_call *out = ptr; local
272 out->func = call->func * FUNC_SITE_SIZE;
273 out->caller = call->caller * FUNC_SITE_SIZE;
274 out->flags = call->flags;
289 /* Work out how must of the buffer we used */
/u-boot/include/
H A Dspi-mem.h54 .buf.out = __buf, \
96 * @data.buf.out: output buffer
124 /* buf.{in,out} must be DMA-able. */
127 const void *out; member in union:spi_mem_op::__anon5::__anon6
H A Dvsprintf.h326 * @out: Buffer to put converted string
327 * @len: Number of bytes available in @out (SIZE_MAX for all)
329 void str_to_upper(const char *in, char *out, size_t len);
343 * Returns NULL if out of memory
/u-boot/drivers/serial/
H A Dserial_bcm283x_mu.c64 goto out;
71 out:
/u-boot/drivers/tpm/
H A Dtpm2_tis_i2c.c63 const u8 *out)
70 rc = dm_i2c_write(dev, reg, out, len);
62 tpm_tis_i2c_write(struct udevice *dev, u32 addr, u16 len, const u8 *out) argument
H A Dtpm2_tis_core.c348 goto out;
355 goto out;
364 goto out;
367 out:
/u-boot/arch/arm/mach-tegra/
H A Dcrypto.c27 * \param out Output vector
30 static void left_shift_vector(u8 *in, u8 *out, int size) argument
36 out[i] = (in[i] << 1) | carry;
/u-boot/board/traverse/common/
H A Dten64_controller.c168 * @out: Pointer to a t64uc_board_info struct that has been allocated by the caller
170 static int ten64_controller_get_board_info(struct udevice *dev, struct t64uc_board_info *out) argument
175 NULL, 0, out,
/u-boot/boot/
H A Dimage-cipher.c169 goto out;
174 out:
/u-boot/test/lib/
H A Dtest_aes.c101 goto out;
131 out:
/u-boot/include/xen/interface/
H A Dmemory.h58 * @out.extent_list provides GMFNs of the newly-allocated memory.
74 * 1. @in.domid == @out.domid
76 * @out.nr_extents << @out.extent_order
77 * 3. @in.extent_start and @out.extent_start lists must not overlap
78 * 4. @out.extent_start lists GPFN bases to be populated
79 * 5. @out.extent_start is overwritten with allocated GMFN bases
81 struct xen_memory_reservation out; member in struct:xen_memory_exchange
/u-boot/examples/standalone/
H A DMakefile41 PLATFORM_CPPFLAGS := $(filter-out $(RELFLAGS),$(PLATFORM_CPPFLAGS))
/u-boot/fs/erofs/
H A Ddata.c66 /* leave out-of-bound access unmapped */
69 goto out;
102 goto out;
117 out:
257 .out = buffer,
/u-boot/lib/crypto/
H A Dx509_public_key.c95 /* Allocate the hashing algorithm we're going to need and find out how
170 goto out;
175 goto out;
183 goto out;
189 out:
/u-boot/board/freescale/p1_p2_rdb_pc/
H A Dp1_p2_rdb_pc.c231 u8 in, out, invert, io_config, val; local
258 dm_i2c_read(dev, 1, &out, 1) < 0 ||
268 i2c_read(CFG_SYS_I2C_PCA9557_ADDR, 1, 1, &out, 1) < 0 ||
276 val = ((in ^ invert) & io_config) | (out & (~io_config));

Completed in 202 milliseconds

1234567891011>>