Home
last modified time | relevance | path

Searched refs:ignore (Results 1 – 24 of 24) sorted by relevance

/rk3399_rockchip-uboot/
H A D.checkpatch.conf5 --ignore COMPLEX_MACRO
8 --ignore MULTISTATEMENT_MACRO_USE_DO_WHILE
11 --ignore CONSIDER_KSTRTO
14 --ignore MINMAX
20 --ignore USLEEP_RANGE
23 --ignore NETWORKING_BLOCK_COMMENT_STYLE
27 --ignore PREFER_ETHER_ADDR_COPY
H A D.gitignore42 # git files that we don't want to ignore even it they are dot-files
H A DREADME4303 But now you can ignore ALL boot loader code (in arch/powerpc/mbxboot).
/rk3399_rockchip-uboot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped75 quiet: Errors to ignore (empty to raise on all errors)
96 quiet: Errors to ignore (empty to raise on all errors)
139 quiet: Errors to ignore (empty to raise on all errors)
155 quiet: Errors to ignore (empty to raise on all errors)
170 quiet: Errors to ignore (empty to raise on all errors)
187 quiet: Errors to ignore (empty to raise on all errors)
218 quiet: Errors to ignore (empty to raise on all errors)
238 quiet: Errors to ignore (empty to raise on all errors)
253 quiet: Errors to ignore (empty to raise on all errors)
285 quiet: Errors to ignore (empty to raise on all errors)
[all …]
/rk3399_rockchip-uboot/board/h2200/
H A Dh2200.c24 void reset_cpu(ulong ignore) in reset_cpu() argument
/rk3399_rockchip-uboot/include/power/
H A Dregulator.h181 bool ignore; member
/rk3399_rockchip-uboot/cmd/
H A Dnvedit.c407 const char *ignore) in env_update_filter() argument
427 if (ignore && strstr(varvalue, ignore)) in env_update_filter()
428 env_delete(varname, ignore, 0); in env_update_filter()
465 if (ignore && strstr(v_item, ignore)) { in env_update_filter()
/rk3399_rockchip-uboot/doc/
H A DREADME.cfi9 * that AMD flash roms ignore the Intel command.
H A DREADME.x86154 You can ignore flashregion_1_bios.bin - it is not used.
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c1126 static int fit_image_hash_get_ignore(const void *fit, int noffset, int *ignore) in fit_image_hash_get_ignore() argument
1133 *ignore = 0; in fit_image_hash_get_ignore()
1135 *ignore = *value; in fit_image_hash_get_ignore()
1355 int ignore; in fit_image_check_hash() local
1367 fit_image_hash_get_ignore(fit, noffset, &ignore); in fit_image_check_hash()
1368 if (ignore) { in fit_image_check_hash()
/rk3399_rockchip-uboot/scripts/
H A Dget_maintainer.pl199 open(my $ignore, '<', "$ignore_file")
201 while (<$ignore>) {
214 close($ignore);
590 foreach my $ignore (@ignore_emails) {
591 return 1 if ($ignore eq $address);
H A Dcheckpatch.pl48 my @ignore = ();
206 'ignore=s' => \@ignore,
293 hash_save_array_words(\%ignore_type, \@ignore);
/rk3399_rockchip-uboot/drivers/power/regulator/
H A Dregulator-uclass.c278 if (uc_pdata->ignore) in regulator_autoset()
462 uc_pdata->ignore = dev_read_bool(dev, "regulator-loader-ignore"); in regulator_pre_probe()
/rk3399_rockchip-uboot/include/
H A Dcommon.h352 const char *ignore);
/rk3399_rockchip-uboot/arch/arm/dts/
H A Drk3308-evb.dts328 ignore-pm-notify;
H A Drk3326-evb.dts376 ignore-pm-notify;
H A Dpx30-evb.dts391 ignore-pm-notify;
/rk3399_rockchip-uboot/drivers/net/
H A DKconfig332 (so program the FEC to ignore it).
357 (so program the FEC to ignore it).
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dgadget.c387 bool ignore, bool restore) in dwc3_gadget_set_ep_config() argument
403 if (ignore) in dwc3_gadget_set_ep_config()
469 bool ignore, bool restore) in __dwc3_gadget_ep_enable() argument
483 ret = dwc3_gadget_set_ep_config(dwc, dep, desc, comp_desc, ignore, in __dwc3_gadget_ep_enable()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dqconf.cc914 e->ignore(); in contextMenuEvent()
1736 e->ignore(); in closeEvent()
1742 e->ignore(); in closeEvent()
/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_core.c540 int ignore = 0; in musb_stage0_irq() local
572 ignore = 1; in musb_stage0_irq()
604 if (!ignore) in musb_stage0_irq()
/rk3399_rockchip-uboot/board/sandbox/
H A DREADME.sandbox141 ignore any problems with missing state. This is useful when first running
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A DKconfig1151 @key: any key map id, '-' standard for ignore.
/rk3399_rockchip-uboot/tools/buildman/
H A DREADME43 Buildman gets so tied up in its work that it can ignore the outside world.