Searched refs:force (Results 1 - 25 of 41) sorted by relevance

12

/u-boot/arch/mips/mach-mtmips/mt7620/
H A Dlowlevel_init.S30 and sp, sp, t0 # force 16 byte alignment
/u-boot/dts/upstream/scripts/
H A Dfilter.sh32 git filter-branch --force \
/u-boot/include/
H A Dstdio_dev.h92 * @force: true to force deregistration even if in use
96 int stdio_deregister_dev(struct stdio_dev *dev, int force);
H A Dvideo.h254 * @force: True to force a sync even if there was one recently (this is
263 int video_sync(struct udevice *vid, bool force);
H A Dsh_pfc.h83 pinmux_enum_t force; member in struct:pinmux_range
/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dcpu_init.c248 static int print_83xx_arb_event(int force) argument
340 if (!force && !gd->arch.arbiter_event_address)
357 static int print_83xx_arb_event(int force) argument
359 if (!force && !gd->arch.arbiter_event_address)
/u-boot/fs/yaffs2/
H A Dyaffsfs.h164 int yaffs_unmount2(const YCHAR *path, int force);
165 int yaffs_remount(const YCHAR *path, int force, int read_only);
/u-boot/tools/patman/
H A Dcontrol.py188 def patchwork_status(branch, count, start, end, dest_branch, force,
205 force (bool): With dest_branch, force overwriting an existing branch
245 status.check_patchwork_status(series, found[0], branch, dest_branch, force,
H A D__main__.py85 args.dest_branch, args.force,
H A Dpatman85 args.dest_branch, args.force,
H A Dstatus.py360 overwrite (bool): True to force overwriting dest_branch if it exists
412 def check_patchwork_status(series, series_id, branch, dest_branch, force,
425 force (bool): True to force overwriting dest_branch if it exists
484 dest_branch, force, test_repo)
H A Dgitutil.py226 def checkout(commit_hash, git_dir=None, work_tree=None, force=False):
238 if force:
/u-boot/drivers/sysreset/
H A Dsysreset_mpc83xx.c80 * @force: Print arbiter events, even if none are indicated by the system
87 static int print_83xx_arb_event(bool force, char *buf, int size) argument
104 * If we don't force output, and there is no event (event address ==
107 if (!force && !gd->arch.arbiter_event_address)
190 * If there was a bus monitor reset event, we force the arbiter
/u-boot/scripts/dtc/libfdt/
H A Dlibfdt_env.h18 #define FDT_FORCE __attribute__((force))
/u-boot/scripts/dtc/
H A Ddtc.c76 {"force", no_argument, NULL, 'f'},
173 bool force = false, sort = false; local
219 force = true;
326 process_checks(force, dti);
/u-boot/arch/mips/mach-mtmips/mt7621/spl/
H A Dstart.S35 and sp, t1, t0 # force 16 byte alignment
38 and sp, sp, t0 # force 16 byte alignment
45 and sp, sp, t0 # force 16 byte alignment
/u-boot/arch/mips/cpu/
H A Dstart.S44 and sp, t1, t0 # force 16 byte alignment
47 and sp, sp, t0 # force 16 byte alignment
54 and sp, sp, t0 # force 16 byte alignment
/u-boot/cmd/
H A Dregulator.c271 int force; local
291 force = !strcmp("-f", argv[2]);
293 force = 0;
296 if ((value < uc_pdata->min_uV || value > uc_pdata->max_uV) && !force) {
302 if (!force)
464 "regulator value [val] [-f] - print/[set] voltage value [uV] (force)\n"
H A Donenand.c187 static int onenand_block_erase(u32 start, u32 size, int force) argument
197 if (ret && !force) {
205 instr.priv = force;
443 int force; local
448 * onenand erase [force] [off size]
454 if (!strcmp("force", argv[0]))
456 force = 1;
467 ret = onenand_block_erase(ofs, len, force);
484 * onenand test [force] [off size]
595 "onenand erase [force] [of
[all...]
H A Dusb.c568 static int do_usb_stop_keyboard(int force) argument
571 if (usb_kbd_deregister(force) != 0) {
726 "usb stop [f] - stop USB [f]=force stop\n"
/u-boot/test/py/tests/
H A Dtest_tpm2.py34 def force_init(u_boot_console, force=False):
45 if force or not 'Error' in output:
/u-boot/common/
H A Dstdio.c259 int stdio_deregister_dev(struct stdio_dev *dev, int force) argument
268 if (force) {
/u-boot/include/linux/
H A Dcompiler_types.h11 # define __force __attribute__((force))
/u-boot/drivers/tpm/
H A Dtpm_tis_infineon.c214 int force)
222 if (force || (buf & mask) == mask) {
213 tpm_tis_i2c_release_locality(struct udevice *dev, int loc, int force) argument
/u-boot/tools/buildman/
H A Dboards.py852 def ensure_board_list(self, output, jobs=1, force=False, quiet=False):
861 force (bool): Force to generate the output even if it is new
867 if not force:

Completed in 581 milliseconds

12