/linux/Documentation/userspace-api/media/ ! |
H A D | cec.h.rst.exceptions | 3 # Ignore header name 4 ignore define _CEC_UAPI_H 6 # define macros to ignore 8 ignore define CEC_MAX_MSG_SIZE 9 ignore define CEC_MAX_LOG_ADDRS 11 ignore define CEC_LOG_ADDR_MASK_TV 12 ignore define CEC_LOG_ADDR_MASK_RECORD 13 ignore define CEC_LOG_ADDR_MASK_TUNER 14 ignore define CEC_LOG_ADDR_MASK_PLAYBACK 15 ignore define CEC_LOG_ADDR_MASK_AUDIOSYSTEM [all …]
|
H A D | frontend.h.rst.exceptions | 3 # Ignore header name 4 ignore define _DVBFRONTEND_H_ 20 # Ignore legacy defines 21 ignore define DTV_ISDBS_TS_ID_LEGACY 22 ignore define SYS_DVBC_ANNEX_AC 23 ignore define SYS_DMBTH 25 # Ignore limits 26 ignore define DTV_MAX_COMMAND 27 ignore define MAX_DTV_STATS 28 ignore define DTV_IOCTL_MAX_MSGS [all …]
|
H A D | lirc.h.rst.exceptions | 3 # Ignore header name 4 ignore define _LINUX_LIRC_H 6 # Ignore helper macros 8 ignore define lirc_t 10 ignore define LIRC_SPACE 11 ignore define LIRC_PULSE 12 ignore define LIRC_FREQUENCY 13 ignore define LIRC_TIMEOUT 14 ignore define LIRC_OVERFLOW 15 ignore define LIRC_VALUE [all …]
|
H A D | media.h.rst.exceptions | 3 # Ignore header name 4 ignore define __LINUX_MEDIA_H 6 # Ignore macros 7 ignore define MEDIA_API_VERSION 8 ignore define MEDIA_ENT_F_BASE 9 ignore define MEDIA_ENT_F_OLD_BASE 10 ignore define MEDIA_ENT_F_OLD_SUBDEV_BASE 11 ignore define MEDIA_ENT_F_DTV_DECODER 12 ignore define MEDIA_INTF_T_DVB_BASE 13 ignore define MEDIA_INTF_T_V4L_BASE [all …]
|
H A D | videodev2.h.rst.exceptions | 3 # Ignore header name 4 ignore define _UAPI__LINUX_VIDEODEV2_H 10 # ignore. This should be revisited, as validating it helps to avoid 15 ignore symbol V4L2_BUF_TYPE_PRIVATE 16 ignore symbol V4L2_TUNER_DIGITAL_TV 17 ignore symbol V4L2_COLORSPACE_BT878 546 # Ignore reserved ioctl and ancillary macros 548 ignore define VIDEO_MAX_FRAME 549 ignore define VIDEO_MAX_PLANES 550 ignore define v4l2_fourcc [all …]
|
H A D | dmx.h.rst.exceptions | 3 # Ignore header name 4 ignore define _UAPI_DVBDMX_H_ 6 # Ignore limit constants 7 ignore define DMX_FILTER_SIZE 33 # Ignore obsolete symbols 34 ignore define DMX_PES_AUDIO 35 ignore define DMX_PES_VIDEO 36 ignore define DMX_PES_TELETEXT 37 ignore define DMX_PES_SUBTITLE 38 ignore define DMX_PES_PCR
|
H A D | net.h.rst.exceptions | 3 # Ignore header name 4 ignore define _DVBNET_H_ 6 # Ignore old ioctls/structs 7 ignore ioctl __NET_ADD_IF_OLD 8 ignore ioctl __NET_GET_IF_OLD 9 ignore struct __dvb_net_if_old
|
/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**\ . 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/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 …]
|
/linux/drivers/crypto/nx/ ! |
H A D | nx-842.c | 167 u16 *ignore, in compress() argument 244 *ignore = slen - p->iremain; in compress() 248 pr_debug("compress slen %x ignore %x dlen %x padding %x\n", in compress() 249 slen, *ignore, dlen, dskip); in compress() 267 u16 ignore = 0; in nx842_crypto_compress() local 297 hdr->ignore = 0; in nx842_crypto_compress() 308 if (ignore) in nx842_crypto_compress() 309 pr_warn("internal error, ignore is set %x\n", ignore); in nx842_crypto_compress() 311 ret = compress(ctx, &p, &hdr->group[n], &c, &ignore, h); in nx842_crypto_compress() 322 /* ignore indicates the input stream needed to be padded */ in nx842_crypto_compress() [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()
|
/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/Documentation/devicetree/bindings/leds/backlight/ ! |
H A D | sky81452-backlight.txt | 12 - skyworks,ignore-pwm : Ignore both PWM input 26 skyworks,ignore-pwm;
|
/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/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/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
|
H A D | stat_all_pmu.sh | 31 # Event not supported, so ignore. 36 # No permissions, so ignore. 51 # Access is limited, so ignore.
|
/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()
|