/linux/Documentation/userspace-api/media/ |
A D | cec.h.rst.exceptions | 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 21 ignore define CEC_LOG_ADDR_INVALID 24 ignore define CEC_VENDOR_ID_NONE 30 ignore define CEC_LOG_ADDR_TV 60 ignore define CEC_MSG_STANDBY 63 ignore define CEC_MSG_RECORD_ON [all …]
|
A D | frontend.h.rst.exceptions | 4 ignore define _DVBFRONTEND_H_ 23 ignore define SYS_DMBTH 75 ignore symbol QPSK 76 ignore symbol QAM_16 77 ignore symbol QAM_32 78 ignore symbol QAM_64 79 ignore symbol QAM_128 82 ignore symbol VSB_8 83 ignore symbol VSB_16 84 ignore symbol PSK_8 [all …]
|
A D | lirc.h.rst.exceptions | 4 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_VALUE 15 ignore define LIRC_MODE2 16 ignore define LIRC_IS_SPACE 17 ignore define LIRC_IS_PULSE [all …]
|
A D | media.h.rst.exceptions | 4 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 12 ignore define MEDIA_INTF_T_DVB_BASE 13 ignore define MEDIA_INTF_T_V4L_BASE 15 #ignore legacy entity type macros 16 ignore define MEDIA_ENT_TYPE_SHIFT 17 ignore define MEDIA_ENT_TYPE_MASK 20 ignore define MEDIA_ENT_T_DEVNODE [all …]
|
A D | dmx.h.rst.exceptions | 4 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
|
A D | videodev2.h.rst.exceptions | 4 ignore define _UAPI__LINUX_VIDEODEV2_H 15 ignore symbol V4L2_BUF_TYPE_PRIVATE 16 ignore symbol V4L2_TUNER_DIGITAL_TV 17 ignore symbol V4L2_COLORSPACE_BT878 527 ignore define VIDEO_MAX_FRAME 528 ignore define VIDEO_MAX_PLANES 529 ignore define v4l2_fourcc 530 ignore define v4l2_fourcc_be 531 ignore define V4L2_FIELD_HAS_TOP 537 ignore define V4L2_TUNER_ADC [all …]
|
A D | net.h.rst.exceptions | 4 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
|
/linux/arch/powerpc/tools/ |
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/ |
A D | parse-headers.rst | 75 <例外文件> 包含两种类型的语句: \ **ignore**\ 或 \ **replace**\ . 77 ignore标记的语法为: 80 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/ |
A D | tags.sh | 16 ignore="$(echo "$RCS_FIND_IGNORE" | sed 's|\\||g' )" 18 ignore="$ignore ( -name *.mod.c ) -prune -o" 30 ignore="$ignore ( -path ./tools ) -prune -o" 32 ignore="$ignore ( -path ${tree}tools ) -prune -o" 48 find ${tree}arch/$1 $ignore $prune -name "$2" -not -type l -print; 57 find $include $ignore -name "$2" -not -type l -print; 64 find ${tree}include $ignore -name config -prune -o -name "$1" \ 72 find ${tree}* $ignore \ 99 include/generated/autoconf.h $(find $ignore -name "*.cmd" -exec \ 115 find ${tree}arch/ -maxdepth 1 $ignore \
|
A D | checkkconfigsymbols.py | 109 if args.ignore: 126 sims = find_sims(args.sim, args.ignore) 270 def find_sims(symbol, ignore, defined=[]): argument 284 arglist.append((part, ignore)) 309 def check_symbols(ignore): argument 315 return check_symbols_helper(pool, ignore) 322 def check_symbols_helper(pool, ignore): argument 334 if ignore and re.match(ignore, gitfile): 347 arglist.append((part, ignore)) 418 ignore = args[1] [all …]
|
A D | headers_install.sh | 98 for ignore in $config_leak_ignores 100 if echo "$INFILE:$c" | grep -q "$ignore$"; then
|
/linux/drivers/crypto/nx/ |
A D | nx-842.c | 162 u16 *ignore, in compress() argument 260 u16 ignore = 0; in nx842_crypto_compress() local 290 hdr->ignore = 0; in nx842_crypto_compress() 301 if (ignore) in nx842_crypto_compress() 316 hdr->ignore = cpu_to_be16(ignore); in nx842_crypto_compress() 317 if (ignore) in nx842_crypto_compress() 339 u16 ignore) in decompress() argument 419 dlen -= ignore; in decompress() 420 if (ignore) in decompress() 441 u16 ignore = 0; in nx842_crypto_decompress() local [all …]
|
/linux/tools/testing/fault-injection/ |
A D | failcmd.sh | 44 --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/Documentation/translations/it_IT/doc-guide/ |
A D | parse-headers.rst | 81 \ **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 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 156 ignore define _VIDEODEV2_H [all …]
|
/linux/Documentation/doc-guide/ |
A D | parse-headers.rst | 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 150 ignore define _VIDEODEV2_H [all …]
|
/linux/Documentation/s390/ |
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/drivers/hid/ |
A D | hid-input.c | 596 goto ignore; in hidinput_configure_usage() 600 goto ignore; in hidinput_configure_usage() 605 goto ignore; in hidinput_configure_usage() 614 goto ignore; in hidinput_configure_usage() 619 goto ignore; in hidinput_configure_usage() 723 goto ignore; in hidinput_configure_usage() 1147 goto ignore; in hidinput_configure_usage() 1151 goto ignore; in hidinput_configure_usage() 1158 goto ignore; in hidinput_configure_usage() 1229 goto ignore; in hidinput_configure_usage() [all …]
|
/linux/tools/testing/selftests/rcutorture/doc/ |
A D | TREE_RCU-kconfig.txt | 49 Redundant with CONFIG_PREEMPT, ignore. 53 Inspection suffices, ignore. 57 Inspection suffices, ignore.
|
/linux/Documentation/fault-injection/ |
A D | fault-injection.rst | 131 - /sys/kernel/debug/fail_page_alloc/ignore-gfp-highmem: 138 - /sys/kernel/debug/failslab/ignore-gfp-wait: 139 - /sys/kernel/debug/fail_page_alloc/ignore-gfp-wait: 151 - /sys/kernel/debug/fail_futex/ignore-private: 158 - /sys/kernel/debug/fail_sunrpc/ignore-client-disconnect: 165 - /sys/kernel/debug/fail_sunrpc/ignore-server-disconnect: 224 (e.g. fail_futex/ignore-private) take precedence over it. 283 echo 1 > /sys/kernel/debug/$FAILTYPE/ignore-gfp-wait 337 echo 1 > /sys/kernel/debug/$FAILTYPE/ignore-gfp-wait 338 echo 1 > /sys/kernel/debug/$FAILTYPE/ignore-gfp-highmem [all …]
|
/linux/kernel/trace/ |
A D | blktrace.c | 842 static void blk_add_trace_rq_insert(void *ignore, struct request *rq) in blk_add_trace_rq_insert() argument 848 static void blk_add_trace_rq_issue(void *ignore, struct request *rq) in blk_add_trace_rq_issue() argument 854 static void blk_add_trace_rq_merge(void *ignore, struct request *rq) in blk_add_trace_rq_merge() argument 860 static void blk_add_trace_rq_requeue(void *ignore, struct request *rq) in blk_add_trace_rq_requeue() argument 866 static void blk_add_trace_rq_complete(void *ignore, struct request *rq, in blk_add_trace_rq_complete() argument 902 static void blk_add_trace_bio_bounce(void *ignore, struct bio *bio) in blk_add_trace_bio_bounce() argument 907 static void blk_add_trace_bio_complete(void *ignore, in blk_add_trace_bio_complete() argument 914 static void blk_add_trace_bio_backmerge(void *ignore, struct bio *bio) in blk_add_trace_bio_backmerge() argument 926 static void blk_add_trace_bio_queue(void *ignore, struct bio *bio) in blk_add_trace_bio_queue() argument 931 static void blk_add_trace_getrq(void *ignore, struct bio *bio) in blk_add_trace_getrq() argument [all …]
|
A D | trace_sched_switch.c | 24 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
|
/linux/drivers/sh/intc/ |
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/Documentation/devicetree/bindings/leds/backlight/ |
A D | sky81452-backlight.txt | 12 - skyworks,ignore-pwm : Ignore both PWM input 26 skyworks,ignore-pwm;
|
/linux/tools/usb/ |
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()
|