Home
last modified time | relevance | path

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

1234567891011

/Linux-v4.19/Documentation/media/
Dcec.h.rst.exceptions2 ignore define _CEC_UAPI_H
4 # define macros to ignore
6 ignore define CEC_MAX_MSG_SIZE
7 ignore define CEC_MAX_LOG_ADDRS
9 ignore define CEC_LOG_ADDR_MASK_TV
10 ignore define CEC_LOG_ADDR_MASK_RECORD
11 ignore define CEC_LOG_ADDR_MASK_TUNER
12 ignore define CEC_LOG_ADDR_MASK_PLAYBACK
13 ignore define CEC_LOG_ADDR_MASK_AUDIOSYSTEM
14 ignore define CEC_LOG_ADDR_MASK_BACKUP
[all …]
Dfrontend.h.rst.exceptions2 ignore define _DVBFRONTEND_H_
19 ignore define DTV_ISDBS_TS_ID_LEGACY
20 ignore define SYS_DVBC_ANNEX_AC
21 ignore define SYS_DMBTH
24 ignore define DTV_MAX_COMMAND
25 ignore define MAX_DTV_STATS
26 ignore define DTV_IOCTL_MAX_MSGS
41 ignore symbol FE_IS_STUPID
42 ignore symbol FE_CAN_INVERSION_AUTO
43 ignore symbol FE_CAN_FEC_1_2
[all …]
Dlirc.h.rst.exceptions2 ignore define _LINUX_LIRC_H
6 ignore define lirc_t
8 ignore define LIRC_SPACE
9 ignore define LIRC_PULSE
10 ignore define LIRC_FREQUENCY
11 ignore define LIRC_TIMEOUT
12 ignore define LIRC_VALUE
13 ignore define LIRC_MODE2
14 ignore define LIRC_IS_SPACE
15 ignore define LIRC_IS_PULSE
[all …]
Dmedia.h.rst.exceptions2 ignore define __LINUX_MEDIA_H
5 ignore define MEDIA_API_VERSION
6 ignore define MEDIA_ENT_F_BASE
7 ignore define MEDIA_ENT_F_OLD_BASE
8 ignore define MEDIA_ENT_F_OLD_SUBDEV_BASE
9 ignore define MEDIA_ENT_F_DTV_DECODER
10 ignore define MEDIA_INTF_T_DVB_BASE
11 ignore define MEDIA_INTF_T_V4L_BASE
12 ignore define MEDIA_INTF_T_ALSA_BASE
13 #ignore legacy entity type macros
[all …]
Dvideo.h.rst.exceptions2 ignore define _UAPI_DVBVIDEO_H_
4 # This is a deprecated obscure API. Just ignore things we don't know
5 ignore define VIDEO_CMD_PLAY
6 ignore define VIDEO_CMD_STOP
7 ignore define VIDEO_CMD_FREEZE
8 ignore define VIDEO_CMD_CONTINUE
9 ignore define VIDEO_CMD_FREEZE_TO_BLACK
10 ignore define VIDEO_CMD_STOP_TO_BLACK
11 ignore define VIDEO_CMD_STOP_IMMEDIATELY
12 ignore define VIDEO_PLAY_FMT_NONE
[all …]
Daudio.h.rst.exceptions2 ignore define _DVBAUDIO_H_
5 ignore define AUDIO_CAP_DTS
6 ignore define AUDIO_CAP_LPCM
7 ignore define AUDIO_CAP_MP1
8 ignore define AUDIO_CAP_MP2
9 ignore define AUDIO_CAP_MP3
10 ignore define AUDIO_CAP_AAC
11 ignore define AUDIO_CAP_OGG
12 ignore define AUDIO_CAP_SDDS
13 ignore define AUDIO_CAP_AC3
Dnet.h.rst.exceptions2 ignore define _DVBNET_H_
5 ignore ioctl __NET_ADD_IF_OLD
6 ignore ioctl __NET_GET_IF_OLD
7 ignore struct __dvb_net_if_old
Ddmx.h.rst.exceptions2 ignore define _UAPI_DVBDMX_H_
5 ignore define DMX_FILTER_SIZE
32 ignore define DMX_PES_AUDIO
33 ignore define DMX_PES_VIDEO
34 ignore define DMX_PES_TELETEXT
35 ignore define DMX_PES_SUBTITLE
36 ignore define DMX_PES_PCR
Dvideodev2.h.rst.exceptions2 ignore define _UAPI__LINUX_VIDEODEV2_H
8 # ignore. This should be revisited, as validating it helps to avoid
13 ignore symbol V4L2_BUF_TYPE_PRIVATE
14 ignore symbol V4L2_TUNER_DIGITAL_TV
15 ignore symbol V4L2_COLORSPACE_BT878
491 ignore define VIDEO_MAX_FRAME
492 ignore define VIDEO_MAX_PLANES
493 ignore define v4l2_fourcc
494 ignore define v4l2_fourcc_be
495 ignore define V4L2_FIELD_HAS_TOP
[all …]
/Linux-v4.19/arch/powerpc/tools/
Dcheckpatch.sh14 --ignore ARCH_INCLUDE_LINUX \
15 --ignore BIT_MACRO \
16 --ignore COMPARISON_TO_NULL \
17 --ignore EMAIL_SUBJECT \
18 --ignore FILE_PATH_CHANGES \
19 --ignore GLOBAL_INITIALISERS \
20 --ignore LINE_SPACING \
21 --ignore MULTIPLE_ASSIGNMENTS \
/Linux-v4.19/scripts/
Dtags.sh15 ignore="$(echo "$RCS_FIND_IGNORE" | sed 's|\\||g' )"
17 ignore="$ignore ( -name *.mod.c ) -prune -o"
29 ignore="$ignore ( -path ${tree}tools ) -prune -o"
44 find ${tree}arch/$1 $ignore $subarchprune $prune -name "$2" \
55 find $include $ignore -name "$2" -not -type l -print;
62 find ${tree}include $ignore -name config -prune -o -name "$1" \
70 find ${tree}* $ignore \
123 find ${tree}arch/ -maxdepth 1 $ignore \
Dcheckkconfigsymbols.py107 if args.ignore:
109 re.match(args.ignore, "this/is/just/a/test.c")
124 sims = find_sims(args.sim, args.ignore)
153 undefined_a, _ = check_symbols(args.ignore)
157 undefined_b, defined = check_symbols(args.ignore)
177 undefined, defined = check_symbols(args.ignore)
186 sims = find_sims(symbol, args.ignore, defined)
268 def find_sims(symbol, ignore, defined=[]): argument
282 arglist.append((part, ignore))
307 def check_symbols(ignore): argument
[all …]
/Linux-v4.19/drivers/crypto/nx/
Dnx-842.c171 u16 *ignore, in compress() argument
248 *ignore = slen - p->iremain; in compress()
253 slen, *ignore, dlen, dskip); in compress()
269 u16 ignore = 0; in nx842_crypto_compress() local
299 hdr->ignore = 0; in nx842_crypto_compress()
310 if (ignore) in nx842_crypto_compress()
311 pr_warn("internal error, ignore is set %x\n", ignore); in nx842_crypto_compress()
313 ret = compress(ctx, &p, &hdr->group[n], &c, &ignore, h); in nx842_crypto_compress()
325 hdr->ignore = cpu_to_be16(ignore); in nx842_crypto_compress()
326 if (ignore) in nx842_crypto_compress()
[all …]
/Linux-v4.19/tools/testing/fault-injection/
Dfailcmd.sh44 --reject-start=value, --reject-end=value, --ignore-gfp-wait=value
52 --ignore-gfp-highmem=value, --min-order=value
92 LONGOPTS=$LONGOPTS,ignore-gfp-wait:,cache-filter:
94 LONGOPTS=$LONGOPTS,ignore-gfp-wait:,ignore-gfp-highmem:,min-order:
182 --ignore-gfp-wait)
183 echo $2 > $FAULTATTR/ignore-gfp-wait
190 --ignore-gfp-highmem)
191 echo $2 > $FAULTATTR/ignore-gfp-highmem
/Linux-v4.19/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-v4.19/Documentation/translations/it_IT/doc-guide/
Dparse-headers.rst81 \ **ignore**\ o \ **replace**\ .
83 La sintassi per ignore è:
85 ignore \ **tipo**\ \ **nome**\
87 La dichiarazione \ **ignore**\ significa che non verrà generato alcun
105 La dichiarazione ignore o replace verrà applicata su definizioni di ioctl
114 La dichiarazione ignore o replace verrà applicata su una qualsiasi #define
121 La dichiarazione ignore o replace verrà applicata ad una dichiarazione typedef
128 La dichiarazione ignore o replace verrà applicata ai nomi di strutture
135 La dichiarazione ignore o replace verrà applicata ai nomi di enumerati
142 La dichiarazione ignore o replace verrà applicata ai nomi di valori di
[all …]
/Linux-v4.19/Documentation/s390/
DCommonIO27 You can use the 'all' keyword to ignore all devices. The 'ipldev' and 'condev'
30 operator). The '!' operator will cause the I/O-layer to _not_ ignore a device.
35 will ignore all devices ranging from 0.0.0023 to 0.0.0042 and the device
39 will ignore all devices but 0.0.4711, 0.0.fd00, 0.0.fd01, 0.0.fd02.
51 You can un-ignore certain or all devices by piping to /proc/cio_ignore.
52 "free all" will un-ignore all ignored devices,
53 "free <device range>, <device range>, ..." will un-ignore the specified
58 will un-ignore devices 0.0.0030 to 0.0.0032 and will leave devices 0.0.0023
60 - echo free 0.0.0041 > /proc/cio_ignore will furthermore un-ignore device
62 - echo free all > /proc/cio_ignore will un-ignore all remaining ignored
[all …]
/Linux-v4.19/drivers/hid/
Dhid-input.c576 goto ignore; in hidinput_configure_usage()
580 goto ignore; in hidinput_configure_usage()
585 goto ignore; in hidinput_configure_usage()
594 goto ignore; in hidinput_configure_usage()
599 goto ignore; in hidinput_configure_usage()
605 if (!hid_keyboard[usage->hid & HID_USAGE]) goto ignore; in hidinput_configure_usage()
650 default: goto ignore; in hidinput_configure_usage()
684 goto ignore; in hidinput_configure_usage()
696 goto ignore; in hidinput_configure_usage()
756 default: goto ignore; in hidinput_configure_usage()
[all …]
/Linux-v4.19/tools/testing/selftests/rcutorture/doc/
DTREE_RCU-kconfig.txt50 Redundant with CONFIG_PREEMPT, ignore.
54 Inspection suffices, ignore.
58 Inspection suffices, ignore.
/Linux-v4.19/Documentation/devicetree/bindings/leds/backlight/
Dsky81452-backlight.txt12 - skyworks,ignore-pwm : Ignore both PWM input
26 skyworks,ignore-pwm;
/Linux-v4.19/kernel/trace/
Dtrace_sched_switch.c24 probe_sched_switch(void *ignore, bool preempt, in probe_sched_switch() argument
38 probe_sched_wakeup(void *ignore, struct task_struct *wakee) in probe_sched_wakeup() argument
Dblktrace.c822 static void blk_add_trace_rq_insert(void *ignore, in blk_add_trace_rq_insert() argument
829 static void blk_add_trace_rq_issue(void *ignore, in blk_add_trace_rq_issue() argument
836 static void blk_add_trace_rq_requeue(void *ignore, in blk_add_trace_rq_requeue() argument
844 static void blk_add_trace_rq_complete(void *ignore, struct request *rq, in blk_add_trace_rq_complete() argument
875 static void blk_add_trace_bio_bounce(void *ignore, in blk_add_trace_bio_bounce() argument
881 static void blk_add_trace_bio_complete(void *ignore, in blk_add_trace_bio_complete() argument
888 static void blk_add_trace_bio_backmerge(void *ignore, in blk_add_trace_bio_backmerge() argument
896 static void blk_add_trace_bio_frontmerge(void *ignore, in blk_add_trace_bio_frontmerge() argument
904 static void blk_add_trace_bio_queue(void *ignore, in blk_add_trace_bio_queue() argument
910 static void blk_add_trace_getrq(void *ignore, in blk_add_trace_getrq() argument
[all …]
/Linux-v4.19/sound/pci/hda/
Dhda_auto_parser.h95 #define snd_hda_parse_pin_def_config(codec, cfg, ignore) \ argument
96 snd_hda_parse_pin_defcfg(codec, cfg, ignore, 0)
/Linux-v4.19/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
/Linux-v4.19/tools/usb/
Dffs-test.c514 fill_in_buf(struct thread *ignore, void *buf, size_t nbytes) in fill_in_buf() argument
519 (void)ignore; in fill_in_buf()
539 empty_out_buf(struct thread *ignore, const void *buf, size_t nbytes) in empty_out_buf() argument
546 (void)ignore; in empty_out_buf()
601 ep0_consume(struct thread *ignore, const void *buf, size_t nbytes) in ep0_consume() argument
616 (void)ignore; in ep0_consume()

1234567891011