| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | frontend.h.rst.exceptions | 4 ignore define _DVBFRONTEND_H_ 21 ignore define DTV_ISDBS_TS_ID_LEGACY 22 ignore define SYS_DVBC_ANNEX_AC 23 ignore define SYS_DMBTH 26 ignore define DTV_MAX_COMMAND 27 ignore define MAX_DTV_STATS 28 ignore define DTV_IOCTL_MAX_MSGS 44 ignore symbol FE_IS_STUPID 45 ignore symbol FE_CAN_INVERSION_AUTO 46 ignore symbol FE_CAN_FEC_1_2 [all …]
|
| H A D | dmx.h.rst.exceptions | 7 ignore define _UAPI_DVBDMX_H_ 10 ignore define DMX_FILTER_SIZE 36 ignore define DMX_PES_AUDIO 37 ignore define DMX_PES_VIDEO 38 ignore define DMX_PES_TELETEXT 39 ignore define DMX_PES_SUBTITLE 40 ignore define DMX_PES_PCR
|
| /linux/Documentation/userspace-api/media/mediactl/ |
| H A D | media.h.rst.exceptions | 7 ignore define __LINUX_MEDIA_H 10 ignore define MEDIA_API_VERSION 11 ignore define MEDIA_ENT_F_BASE 12 ignore define MEDIA_ENT_F_OLD_BASE 13 ignore define MEDIA_ENT_F_OLD_SUBDEV_BASE 14 ignore define MEDIA_ENT_F_DTV_DECODER 15 ignore define MEDIA_INTF_T_DVB_BASE 16 ignore define MEDIA_INTF_T_V4L_BASE 17 ignore define MEDIA_INTF_T_ALSA_BASE 18 #ignore legacy entity type macros [all …]
|
| /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/Documentation/translations/zh_CN/doc-guide/ |
| H A D | parse-headers.rst | 75 <例外文件> 包含两种类型的语句: \ **ignore**\ 或 \ **replace**\ . 77 ignore标记的语法为: 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文件>中的枚举值名称语句。 [all …]
|
| /linux/scripts/ |
| 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" 73 find $src $ignore $prune "${pattern[@]}" -not -type l -print; 84 find $include $ignore "${pattern[@]}" -not -type l -print; 92 find ${tree}include $ignore [all...] |
| H A D | checkkconfigsymbols.py | 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) 270 def find_sims(symbol, ignore, defined=[]): argument 284 arglist.append((part, ignore)) 309 def check_symbols(ignore): argument [all …]
|
| H A D | headers_install.sh | |
| H A D | Makefile.ubsan | 22 -fsanitize-undefined-ignore-overflow-pattern=all \ 27 -fsanitize-ignorelist=$(srctree)/scripts/integer-wrap-ignore.scl
|
| /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/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/Documentation/translations/it_IT/doc-guide/ |
| H A D | parse-headers.rst | 56 ignore ioctl VIDIOC_ENUM_FMT 103 **ignore**, **replace** e **namespace**. 110 1. Regole ignore: 112 ignore *tipo* *simbolo* 133 Nelle regole ignore e replace, *tipo* può essere: 160 ignore define _VIDEODEV2_H 168 ignore symbol PRIVATE
|
| /linux/Documentation/doc-guide/ |
| H A D | parse-headers.rst | 51 ignore ioctl VIDIOC_ENUM_FMT 95 **ignore**, **replace** and **namespace**. 103 ignore *type* *symbol* 124 On ignore and replace rules, *type* can be: 150 ignore define _VIDEODEV2_H 158 ignore symbol PRIVATE
|
| /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/Documentation/devicetree/bindings/leds/backlight/ |
| H A D | sky81452-backlight.txt | 12 - skyworks,ignore-pwm : Ignore both PWM input 26 skyworks,ignore-pwm;
|
| /linux/drivers/sh/intc/ |
| H A D | access.c | 76 unsigned long ignore) in test_8() argument 83 unsigned long ignore) in test_16() argument 90 unsigned long ignore) in test_32() argument
|
| /linux/sound/hda/common/ |
| H A D | hda_auto_parser.h | 94 #define snd_hda_parse_pin_def_config(codec, cfg, ignore) \ argument 95 snd_hda_parse_pin_defcfg(codec, cfg, ignore, 0)
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-srxx-defs.h | 62 uint64_t ignore:16; member 64 uint64_t ignore:16;
|
| /linux/kernel/trace/ |
| H A D | blktrace.c | 1043 static void blk_add_trace_rq_insert(void *ignore, struct request *rq) in blk_add_trace_rq_insert() argument 1049 static void blk_add_trace_rq_issue(void *ignore, struct request *rq) in blk_add_trace_rq_issue() argument 1055 static void blk_add_trace_rq_merge(void *ignore, struct request *rq) in blk_add_trace_rq_merge() argument 1061 static void blk_add_trace_rq_requeue(void *ignore, struct request *rq) in blk_add_trace_rq_requeue() argument 1067 static void blk_add_trace_rq_complete(void *ignore, struct request *rq, in blk_add_trace_rq_complete() argument 1074 static void blk_add_trace_zone_update_request(void *ignore, struct request *rq) in blk_add_trace_zone_update_request() argument 1119 static void blk_add_trace_bio_complete(void *ignore, in blk_add_trace_bio_complete() argument 1126 static void blk_add_trace_bio_backmerge(void *ignore, struct bio *bio) in blk_add_trace_bio_backmerge() argument 1132 static void blk_add_trace_bio_frontmerge(void *ignore, struct bio *bio) in blk_add_trace_bio_frontmerge() argument 1138 static void blk_add_trace_bio_queue(void *ignore, struct bio *bio) in blk_add_trace_bio_queue() argument [all …]
|
| /linux/tools/usb/ |
| H A D | ffs-test.c | 501 fill_in_buf(struct thread *ignore, void *buf, size_t nbytes) in fill_in_buf() argument 506 (void)ignore; in fill_in_buf() 526 empty_out_buf(struct thread *ignore, const void *buf, size_t nbytes) in empty_out_buf() argument 533 (void)ignore; in empty_out_buf() 588 ep0_consume(struct thread *ignore, const void *buf, size_t nbytes) in ep0_consume() argument 603 (void)ignore; in ep0_consume()
|
| /linux/mm/kmsan/ |
| H A D | kmsan_test.c | 34 bool ignore; /* Stop console output collection. */ member 41 static void probe_console(void *ignore, const char *buf, size_t len) in probe_console() argument 45 if (observed.ignore) in probe_console() 59 observed.ignore = true; in probe_console() 77 observed.ignore = false; in report_reset() 773 observed.ignore = false; in test_init()
|
| /linux/fs/btrfs/ |
| H A D | props.c | 31 bool (*ignore)(const struct btrfs_inode *inode); member 104 return handler->ignore(inode); in btrfs_ignore_prop() 393 .ignore = prop_compression_ignore, 419 if (h->ignore(inode)) in btrfs_inode_inherit_props()
|
| /linux/arch/powerpc/platforms/512x/ |
| H A D | mpc5121_ads_cpld.c | 88 cpld_pic_get_irq(int offset, u8 ignore, u8 __iomem *statusp, in cpld_pic_get_irq() argument 95 status |= (ignore | mask); in cpld_pic_get_irq()
|
| /linux/arch/sparc/kernel/ |
| H A D | hvapi.c | 78 unsigned long ignore; in __put_ref() local 80 sun4v_set_version(p->group, 0, 0, &ignore); in __put_ref()
|
| /linux/drivers/input/touchscreen/ |
| H A D | ads7846.c | 90 bool ignore; member 768 packet->ignore = false; in ads7846_filter() 785 packet->ignore = true; in ads7846_filter() 837 packet->ignore = false; in ads7846_halfd_read_state() 848 packet->ignore = true; in ads7846_halfd_read_state() 863 packet->ignore = true; in ads7846_halfd_read_state() 887 packet->ignore = true; in ads7846_read_state() 939 if (packet->ignore || Rt > ts->pressure_max) { in ads7846_report_state() 941 packet->ignore, Rt); in ads7846_report_state()
|