Home
last modified time | relevance | path

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

12345678910>>...15

/linux-6.12.1/Documentation/userspace-api/media/
Dcec.h.rst.exceptions4 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
16 ignore define CEC_LOG_ADDR_MASK_BACKUP
[all …]
Dfrontend.h.rst.exceptions4 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
43 ignore symbol FE_IS_STUPID
44 ignore symbol FE_CAN_INVERSION_AUTO
45 ignore symbol FE_CAN_FEC_1_2
[all …]
Dlirc.h.rst.exceptions4 ignore define _LINUX_LIRC_H
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
16 ignore define LIRC_MODE2
17 ignore define LIRC_IS_SPACE
[all …]
Dmedia.h.rst.exceptions4 ignore define __LINUX_MEDIA_H
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
14 ignore define MEDIA_INTF_T_ALSA_BASE
15 #ignore legacy entity type macros
[all …]
Dnet.h.rst.exceptions4 ignore define _DVBNET_H_
7 ignore ioctl __NET_ADD_IF_OLD
8 ignore ioctl __NET_GET_IF_OLD
9 ignore struct __dvb_net_if_old
Ddmx.h.rst.exceptions4 ignore define _UAPI_DVBDMX_H_
7 ignore define DMX_FILTER_SIZE
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
Dvideodev2.h.rst.exceptions4 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
545 ignore define VIDEO_MAX_FRAME
546 ignore define VIDEO_MAX_PLANES
547 ignore define v4l2_fourcc
548 ignore define v4l2_fourcc_be
549 ignore define V4L2_FIELD_HAS_TOP
[all …]
/linux-6.12.1/arch/powerpc/tools/
Dcheckpatch.sh13 --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-6.12.1/Documentation/translations/zh_CN/doc-guide/
Dparse-headers.rst75 <例外文件> 包含两种类型的语句: \ **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-6.12.1/scripts/
Dtags.sh16 ignore="$(echo "$RCS_FIND_IGNORE" | sed 's|\\||g' )"
18 ignore="$ignore ( -name *.mod.c ) -prune -o"
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 \
120 find ${tree}arch/ -maxdepth 1 $ignore \
Dcheckkconfigsymbols.py109 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 …]
Dheaders_install.sh87 for ignore in $config_leak_ignores
89 if echo "$INFILE:$c" | grep -q "$ignore$"; then
/linux-6.12.1/drivers/crypto/nx/
Dnx-842.c162 u16 *ignore, in compress() argument
239 *ignore = slen - p->iremain; in compress()
244 slen, *ignore, dlen, dskip); in compress()
262 u16 ignore = 0; in nx842_crypto_compress() local
292 hdr->ignore = 0; in nx842_crypto_compress()
303 if (ignore) in nx842_crypto_compress()
304 pr_warn("internal error, ignore is set %x\n", ignore); in nx842_crypto_compress()
306 ret = compress(ctx, &p, &hdr->group[n], &c, &ignore, h); in nx842_crypto_compress()
318 hdr->ignore = cpu_to_be16(ignore); in nx842_crypto_compress()
319 if (ignore) in nx842_crypto_compress()
[all …]
/linux-6.12.1/tools/testing/fault-injection/
Dfailcmd.sh44 --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-6.12.1/Documentation/doc-guide/
Dparse-headers.rst77 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-6.12.1/Documentation/translations/it_IT/doc-guide/
Dparse-headers.rst80 \ **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-6.12.1/Documentation/arch/s390/
Dcommon_io.rst31 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-6.12.1/kernel/time/
Dtimer_migration.c567 if (!evt->ignore) { in tmigr_next_groupevt()
663 group->groupevt.ignore = true; in tmigr_active_up()
676 tmc->cpuevt.ignore = true; in __tmigr_cpu_activate()
742 evt->ignore = (nextexp == KTIME_MAX) ? true : false; in tmigr_update_events()
772 if (evt->ignore && !remote && group->parent) in tmigr_update_events()
786 if ((evt->nextevt.expires == nextexp) && !evt->ignore) { in tmigr_update_events()
796 if (evt->ignore) { in tmigr_update_events()
880 tmc->cpuevt.ignore = false; in tmigr_new_timer()
915 if (!tmc->online || tmc->remote || tmc->cpuevt.ignore || in tmigr_handle_remote_cpu()
1216 tmc->cpuevt.ignore) { in tmigr_cpu_new_timer()
[all …]
/linux-6.12.1/drivers/hid/
Dhid-input.c679 goto ignore; in hidinput_configure_usage()
683 goto ignore; in hidinput_configure_usage()
688 goto ignore; in hidinput_configure_usage()
719 goto ignore; in hidinput_configure_usage()
724 goto ignore; in hidinput_configure_usage()
730 if (!hid_keyboard[usage->hid & HID_USAGE]) goto ignore; in hidinput_configure_usage()
786 default: goto ignore; in hidinput_configure_usage()
816 default: goto ignore; in hidinput_configure_usage()
825 default: goto ignore; in hidinput_configure_usage()
833 default: goto ignore; in hidinput_configure_usage()
[all …]
/linux-6.12.1/tools/net/sunrpc/xdrgen/grammars/
Dxdr.lark113 %ignore PASSTHRU
116 %ignore C_COMMENT
119 %ignore WS
/linux-6.12.1/arch/x86/events/intel/
Duncore_discovery.c261 uncore_ignore_unit(struct uncore_unit_discovery *unit, int *ignore) in uncore_ignore_unit() argument
265 if (!ignore) in uncore_ignore_unit()
268 for (i = 0; ignore[i] != UNCORE_IGNORE_END ; i++) { in uncore_ignore_unit()
269 if (unit->box_type == ignore[i]) in uncore_ignore_unit()
278 int *ignore) in parse_discovery_table() argument
333 if (uncore_ignore_unit(&unit, ignore)) in parse_discovery_table()
344 bool intel_uncore_has_discovery_tables(int *ignore) in intel_uncore_has_discovery_tables() argument
380 parse_discovery_table(dev, die, bar_offset, &parsed, ignore); in intel_uncore_has_discovery_tables()
/linux-6.12.1/tools/testing/selftests/rcutorture/doc/
DTREE_RCU-kconfig.txt48 Redundant with CONFIG_PREEMPT, ignore.
52 Inspection suffices, ignore.
56 Inspection suffices, ignore.
/linux-6.12.1/Documentation/devicetree/bindings/leds/backlight/
Dsky81452-backlight.txt12 - skyworks,ignore-pwm : Ignore both PWM input
26 skyworks,ignore-pwm;
/linux-6.12.1/mm/kmsan/
Dkmsan_test.c34 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()
678 observed.ignore = false; in test_init()
/linux-6.12.1/drivers/sh/intc/
Daccess.c76 unsigned long ignore) in test_8() argument
83 unsigned long ignore) in test_16() argument
90 unsigned long ignore) in test_32() argument

12345678910>>...15