| /linux/arch/powerpc/tools/ |
| H A D | checkpatch.sh | 13 --ignore ARCH_INCLUDE_LINUX \ 14 --ignore BIT_MACRO \ 15 --ignore COMPARISON_TO_NULL \ 16 --ignore EMAIL_SUBJECT \ 17 --ignore FILE_PATH_CHANGES \ 18 --ignore GLOBAL_INITIALISERS \ 19 --ignore LINE_SPACING \ 20 --ignore MULTIPLE_ASSIGNMENTS \ 21 --ignore DT_SPLIT_BINDING_PATCH \
|
| /linux/scripts/ |
| H A D | checkkconfigsymbols.py | 68 parser.add_argument('-i', '--ignore', dest='ignore', action='store', 70 help="ignore files matching this Python regex " 100 "'--force' if you\nwant to ignore this warning and " 109 if args.ignore: 111 re.match(args.ignore, "this/is/just/a/test.c") 126 sims = find_sims(args.sim, args.ignore) 155 undefined_a, _ = check_symbols(args.ignore) 159 undefined_b, defined = check_symbols(args.ignore) 179 undefined, defined = check_symbols(args.ignore) 188 sims = find_sims(symbol, args.ignore, defined) [all …]
|
| H A D | tags.sh | 16 ignore="$(echo "$RCS_FIND_IGNORE" | sed 's|\\||g' )" 17 # tags and cscope files should also ignore MODVERSION *.mod.c files 18 ignore="$ignore ( -name *.mod.c ) -prune -o" 20 # ignore arbitrary directories 23 ignore="${ignore} ( -path $i ) -prune -o" 55 find ${tree}arch/$1 $ignore $prune -name "$2" -not -type l -print; 64 find $include $ignore -name "$2" -not -type l -print; 71 find ${tree}include $ignore -name config -prune -o -name "$1" \ 79 find ${tree}* $ignore \ 102 find $ignore -name "*.cmd" -exec \ [all …]
|
| H A D | spdxexclude | 5 # Ignore the license directory and the licensing documentation which would 10 # Ignore config files and snippets. The majority is generated
|
| /linux/Documentation/translations/zh_CN/doc-guide/ |
| H A D | parse-headers.rst | 75 <例外文件> 包含两种类型的语句: \ **ignore**\ 或 \ **replace**\ . 80 ignore \ **type**\ \ **name**\ 82 The \ **ignore**\ 意味着它不会为类型为 \ **type**\ 的 \ **name**\ 符号生成 100 ignore 或 replace 语句应用于ioctl定义,如: 108 ignore 或 replace 语句应用于在<C文件>中找到的任何其他 ``#define`` 。 114 ignore 和 replace 语句应用于<C文件>中的typedef语句。 120 ignore 和 replace 语句应用于<C文件>中的结构体名称语句。 126 ignore 和 replace 语句应用于<C文件>中的枚举名称语句。 132 ignore 和 replace 语句应用于<C文件>中的枚举值名称语句。 143 ignore define _VIDEODEV2_H [all …]
|
| /linux/Documentation/doc-guide/ |
| H A D | parse-headers.rst | 77 The EXCEPTIONS_FILE contain two types of statements: \ **ignore**\ or \ **replace**\ . 79 The syntax for the ignore tag is: 82 ignore \ **type**\ \ **name**\ 84 The \ **ignore**\ means that it won't generate cross references for a 101 The ignore or replace statement will apply to ioctl definitions like: 109 The ignore or replace statement will apply to any other #define found 116 The ignore or replace statement will apply to typedef statements at C_FILE. 122 The ignore or replace statement will apply to the name of struct statements 129 The ignore or replace statement will apply to the name of enum statements 136 The ignore or replace statement will apply to the name of enum value [all …]
|
| /linux/Documentation/translations/it_IT/doc-guide/ |
| H A D | parse-headers.rst | 80 \ **ignore**\ o \ **replace**\ . 82 La sintassi per ignore è: 84 ignore \ **tipo**\ \ **nome**\ 86 La dichiarazione \ **ignore**\ significa che non verrà generato alcun 104 La dichiarazione ignore o replace verrà applicata su definizioni di ioctl 113 La dichiarazione ignore o replace verrà applicata su una qualsiasi #define 120 La dichiarazione ignore o replace verrà applicata ad una dichiarazione typedef 127 La dichiarazione ignore o replace verrà applicata ai nomi di strutture 134 La dichiarazione ignore o replace verrà applicata ai nomi di enumerati 141 La dichiarazione ignore o replace verrà applicata ai nomi di valori di [all …]
|
| /linux/Documentation/arch/s390/ |
| H A D | common_io.rst | 31 You can use the 'all' keyword to ignore all devices. The 'ipldev' and 'condev' 34 operator). The '!' operator will cause the I/O-layer to _not_ ignore a device. 42 will ignore all devices ranging from 0.0.0023 to 0.0.0042 and the device 49 will ignore all devices but 0.0.4711, 0.0.fd00, 0.0.fd01, 0.0.fd02. 61 You can un-ignore certain or all devices by piping to /proc/cio_ignore. 62 "free all" will un-ignore all ignored devices, 63 "free <device range>, <device range>, ..." will un-ignore the specified 69 will un-ignore devices 0.0.0030 to 0.0.0032 and will leave devices 0.0.0023 71 - echo free 0.0.0041 > /proc/cio_ignore will furthermore un-ignore device 73 - echo free all > /proc/cio_ignore will un-ignore all remaining ignored [all …]
|
| /linux/tools/testing/fault-injection/ |
| H A D | failcmd.sh | 44 --reject-start=value, --reject-end=value, --ignore-gfp-wait=value 52 --ignore-gfp-highmem=value, --min-order=value 100 LONGOPTS=$LONGOPTS,ignore-gfp-wait:,cache-filter: 102 LONGOPTS=$LONGOPTS,ignore-gfp-wait:,ignore-gfp-highmem:,min-order: 194 --ignore-gfp-wait) 195 echo $2 > $FAULTATTR/ignore-gfp-wait 202 --ignore-gfp-highmem) 203 echo $2 > $FAULTATTR/ignore-gfp-highmem
|
| /linux/drivers/hid/ |
| H A D | hid-evision.c | 4 * For now, only ignore bogus consumer reports 24 /* Ignore key down event */ in evision_input_mapping() 27 /* Ignore key up event */ in evision_input_mapping() 32 /* Ignore configuration saved event */ in evision_input_mapping() 34 /* Ignore reset event */ in evision_input_mapping()
|
| H A D | hid-input.c | 355 #define HID_BATTERY_QUIRK_IGNORE (1 << 2) /* completely ignore the battery */ 696 goto ignore; in hidinput_configure_usage() 698 /* Ignore if report count is out of bounds. */ in hidinput_configure_usage() 700 goto ignore; in hidinput_configure_usage() 706 goto ignore; in hidinput_configure_usage() 737 goto ignore; in hidinput_configure_usage() 742 goto ignore; in hidinput_configure_usage() 748 if (!hid_keyboard[usage->hid & HID_USAGE]) goto ignore; in hidinput_configure_usage() 804 default: goto ignore; in hidinput_configure_usage() 845 goto ignore; in hidinput_configure_usage() [all …]
|
| /linux/arch/powerpc/platforms/512x/ |
| H A D | mpc5121_ads_cpld.c | 26 * Bits to ignore in the misc_status register 33 * Nothing to ignore in pci status register 88 cpld_pic_get_irq(int offset, u8 ignore, u8 __iomem *statusp, in cpld_pic_get_irq() argument 94 /* ignore don't cares and masked irqs */ in cpld_pic_get_irq() 95 status |= (ignore | mask); in cpld_pic_get_irq() 181 * and ignore it here in mpc5121_ads_cpld_pic_init()
|
| /linux/arch/x86/events/intel/ |
| H A D | uncore_discovery.c | 262 uncore_ignore_unit(struct uncore_unit_discovery *unit, int *ignore) in uncore_ignore_unit() argument 266 if (!ignore) in uncore_ignore_unit() 269 for (i = 0; ignore[i] != UNCORE_IGNORE_END ; i++) { in uncore_ignore_unit() 270 if (unit->box_type == ignore[i]) in uncore_ignore_unit() 278 bool *parsed, int *ignore) in __parse_discovery_table() argument 317 if (uncore_ignore_unit(&unit, ignore)) in __parse_discovery_table() 330 int *ignore) in parse_discovery_table() argument 350 return __parse_discovery_table(addr, die, parsed, ignore); in parse_discovery_table() 353 static bool intel_uncore_has_discovery_tables_pci(int *ignore) in intel_uncore_has_discovery_tables_pci() argument 389 parse_discovery_table(dev, die, bar_offset, &parsed, ignore); in intel_uncore_has_discovery_tables_pci() [all …]
|
| /linux/kernel/kcsan/ |
| H A D | permissive.h | 20 * Access ignore rules based on address. 28 * Data-racy bitops on current->flags are too common, ignore completely in kcsan_ignore_address() 35 * Data race ignore rules based on access type and value change patterns. 70 * The rules here will ignore the data races if we observe no more than in kcsan_ignore_data_race()
|
| /linux/fs/dlm/ |
| H A D | rcom.c | 166 * they set need_slots=1, and ignore the rf_our_slot returned from each 538 * Ignore messages for stage Y before we set 546 * - ignore NAMES, NAMES_REPLY 547 * - ignore LOOKUP, LOOKUP_REPLY 548 * - ignore LOCK, LOCK_REPLY 557 * - ignore LOOKUP, LOOKUP_REPLY 558 * - ignore LOCK, LOCK_REPLY 623 goto ignore; in dlm_receive_rcom() 626 goto ignore; in dlm_receive_rcom() 629 goto ignore; in dlm_receive_rcom() [all …]
|
| /linux/kernel/time/ |
| H A D | timer_migration.c | 41 * ignore flag of events is set. 66 * child, the ignore flag of the tmigr_event is set. This indicates, that 352 * groupevt.ignore = false groupevt.ignore = true 374 * groupevt.ignore = false groupevt.ignore = true 402 * groupevt.ignore = false groupevt.ignore = true 557 * Removes timers with ignore flag and update next_expiry of the group. Values 572 if (!READ_ONCE(evt->ignore)) { in tmigr_next_groupevt() 578 * Remove next timers with ignore flag, because the group lock in tmigr_next_groupevt() 659 * migrator of this group. Therefore the ignore flag for the group event in tmigr_active_up() 662 * The update of the ignore flag in the active path is done lockless. In in tmigr_active_up() [all …]
|
| /linux/Documentation/devicetree/bindings/leds/backlight/ |
| H A D | sky81452-backlight.txt | 12 - skyworks,ignore-pwm : Ignore both PWM input 26 skyworks,ignore-pwm;
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_varlen.c | 49 /* ignore irrelevant invocations */ in handler64_unsigned() 79 /* ignore irrelevant invocations */ in handler64_signed() 105 /* ignore irrelevant invocations */ in handler32_unsigned() 133 /* ignore irrelevant invocations */ in handler32_signed()
|
| /linux/tools/perf/tests/shell/ |
| H A D | stat+std_output.sh | 50 # Ignore initial "started on" comment. 53 # Ignore initial blank line. 55 # Ignore "Performance counter stats" 58 # Ignore "seconds time elapsed" and break
|
| /linux/tools/testing/selftests/rcutorture/doc/ |
| H A D | TREE_RCU-kconfig.txt | 48 Redundant with CONFIG_PREEMPT, ignore. 52 Inspection suffices, ignore. 56 Inspection suffices, ignore.
|
| /linux/include/uapi/linux/ |
| H A D | lp.h | 84 FALSE to ignore them. Default is ignore. */ 86 FALSE to ignore error. Default is ignore. */
|
| /linux/include/uapi/asm-generic/ |
| H A D | termbits-common.h | 9 #define IGNBRK 0x001 /* Ignore break condition */ 11 #define IGNPAR 0x004 /* Ignore characters with parity errors */ 16 #define IGNCR 0x080 /* Ignore CR */
|
| /linux/drivers/acpi/acpica/ |
| H A D | evgpeinit.c | 144 /* Ignore GPE1 block by setting the register count to zero */ in acpi_ev_gpe_initialize() 326 return_ACPI_STATUS(AE_OK); /* Ignore this method */ in acpi_ev_match_gpe_method() 346 /* Unknown method type, just ignore it */ in acpi_ev_match_gpe_method() 359 /* Conversion failed; invalid method, just ignore it */ in acpi_ev_match_gpe_method() 374 * This gpe_number is not valid for this GPE block, just ignore it. in acpi_ev_match_gpe_method() 386 /* If there is already a handler, ignore this GPE method */ in acpi_ev_match_gpe_method() 394 * If there is already a method, ignore this method. But check in acpi_ev_match_gpe_method()
|
| /linux/drivers/acpi/ |
| H A D | nhlt.c | 64 * value to ignore the parameter when matching. 88 * value to ignore the parameter during the search. 114 * value to ignore the parameter during the search. 174 * value to ignore the parameter during the search. 213 * value to ignore the parameter during the search.
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | rx_desc.h | 356 * Reserved: HW should fill with zero. FW should ignore. 524 * Reserved: HW should fill with zero. FW should ignore. 578 * Reserved: HW should fill with zero. FW should ignore. 703 * Reserved: HW should fill with zero. FW should ignore. 710 * Reserved: HW should fill with zero. FW should ignore. 835 * Reserved: HW should fill with 0, FW should ignore. 841 * Reserved: HW should fill with 0, FW should ignore. 894 * Reserved: HW should fill with 0, FW should ignore. 909 * Reserved: HW should fill with 0, FW should ignore. 916 * Reserved: HW should fill with 0, FW should ignore. [all …]
|