| /rk3399_rockchip-uboot/include/ |
| H A D | stdio_dev.h | 108 int stdio_deregister(const char *devname, int force); 109 int stdio_deregister_dev(struct stdio_dev *dev, int force);
|
| H A D | sh_pfc.h | 83 pinmux_enum_t force; member
|
| /rk3399_rockchip-uboot/common/ |
| H A D | stdio.c | 259 int stdio_deregister_dev(struct stdio_dev *dev, int force) in stdio_deregister_dev() argument 268 if (force) { in stdio_deregister_dev() 294 int stdio_deregister(const char *devname, int force) in stdio_deregister() argument 303 return stdio_deregister_dev(dev, force); in stdio_deregister()
|
| H A D | usb_kbd.c | 612 int usb_kbd_deregister(int force) argument 623 if (stdio_deregister_dev(dev, force) != 0)
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | regulator.c | 264 int force; in do_value() local 284 force = !strcmp("-f", argv[2]); in do_value() 286 force = 0; in do_value() 289 if ((value < uc_pdata->min_uV || value > uc_pdata->max_uV) && !force) { in do_value() 295 if (!force) in do_value()
|
| H A D | onenand.c | 186 static int onenand_block_erase(u32 start, u32 size, int force) in onenand_block_erase() argument 198 if (ret && !force) { in onenand_block_erase() 206 instr.priv = force; in onenand_block_erase() 442 int force; in do_onenand_erase() local 455 force = 1; in do_onenand_erase() 466 ret = onenand_block_erase(ofs, len, force); in do_onenand_erase()
|
| H A D | usb.c | 572 static int do_usb_stop_keyboard(int force) argument 575 if (usb_kbd_deregister(force) != 0) {
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | genboardscfg.py | 411 def gen_boards_cfg(output, jobs=1, force=False): argument 421 if not force and output_is_new(output): 445 gen_boards_cfg(options.output, jobs=options.jobs, force=options.force)
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/ |
| H A D | cpu_init.c | 346 static int print_83xx_arb_event(int force) in print_83xx_arb_event() argument 438 if (!force && !gd->arch.arbiter_event_address) in print_83xx_arb_event() 455 static int print_83xx_arb_event(int force) in print_83xx_arb_event() argument 457 if (!force && !gd->arch.arbiter_event_address) in print_83xx_arb_event()
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | dtc.c | 175 bool force = false, sort = false; in main() local 221 force = true; in main() 322 process_checks(force, dti); in main()
|
| /rk3399_rockchip-uboot/arch/mips/cpu/ |
| H A D | start.S | 58 and sp, t1, t0 # force 16 byte alignment 61 and sp, sp, t0 # force 16 byte alignment 67 and sp, sp, t0 # force 16 byte alignment
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/ |
| H A D | lowlevel_init.S | 33 str r3, [r1] @ force reset
|
| H A D | Kconfig | 140 typically entered by holding down a "force recovery" button and
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | build-tftp-firmware.sh | 65 --force-update) 227 force-update = <${ARG_FORCE_UPDATE}>;
|
| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | yaffsfs.h | 164 int yaffs_unmount2(const YCHAR *path, int force); 165 int yaffs_remount(const YCHAR *path, int force, int read_only);
|
| /rk3399_rockchip-uboot/scripts/dtc/libfdt/ |
| H A D | libfdt_env.h | 61 #define FDT_FORCE __attribute__((force))
|
| /rk3399_rockchip-uboot/drivers/net/phy/ |
| H A D | Kconfig | 121 bool "Ethernet PHY RTL8211x: force 1000BASE-T master mode" 130 will not be able to establish a link between each other if they both force 136 connection between two devices which both force master mode, try forcing
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/usb/ |
| H A D | dwc2.txt | 42 - u-boot,force-b-session-valid: force B-peripheral session instead of relying on
|
| /rk3399_rockchip-uboot/board/freescale/mpc832xemds/ |
| H A D | README | 41 JP1 removed (don't force PORESET) 53 JP1 removed (don't force PORESET)
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/gpio/ |
| H A D | intel,x86-pinctrl.txt | 15 - mode-gpio - (optional) standalone property to force the pin into GPIO mode
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | gitutil.py | 209 def Checkout(commit_hash, git_dir=None, work_tree=None, force=False): argument 221 if force:
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | stm32mp157a-dk1-u-boot.dtsi | 194 u-boot,force-b-session-valid;
|
| H A D | stih410-b2260.dts | 198 st,osc-force-ext;
|
| /rk3399_rockchip-uboot/drivers/tpm/ |
| H A D | tpm_tis_infineon.c | 214 int force) in tpm_tis_i2c_release_locality() argument 222 if (force || (buf & mask) == mask) { in tpm_tis_i2c_release_locality()
|
| /rk3399_rockchip-uboot/board/boundary/nitrogen6x/ |
| H A D | README | 62 override auto-detection and force activation of the specified panel.
|