/Linux-v5.10/Documentation/userspace-api/media/ |
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 …]
|
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 …]
|
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_VALUE 15 ignore define LIRC_MODE2 [all …]
|
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 …]
|
D | video.h.rst.exceptions | 3 # Ignore header name 4 ignore define _UAPI_DVBVIDEO_H_ 6 # This is a deprecated obscure API. Just ignore things we don't know 7 ignore define VIDEO_CMD_PLAY 8 ignore define VIDEO_CMD_STOP 9 ignore define VIDEO_CMD_FREEZE 10 ignore define VIDEO_CMD_CONTINUE 11 ignore define VIDEO_CMD_FREEZE_TO_BLACK 12 ignore define VIDEO_CMD_STOP_TO_BLACK 13 ignore define VIDEO_CMD_STOP_IMMEDIATELY [all …]
|
D | audio.h.rst.exceptions | 3 # Ignore header name 4 ignore define _DVBAUDIO_H_ 7 ignore define AUDIO_CAP_DTS 8 ignore define AUDIO_CAP_LPCM 9 ignore define AUDIO_CAP_MP1 10 ignore define AUDIO_CAP_MP2 11 ignore define AUDIO_CAP_MP3 12 ignore define AUDIO_CAP_AAC 13 ignore define AUDIO_CAP_OGG 14 ignore define AUDIO_CAP_SDDS [all …]
|
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 517 # Ignore reserved ioctl and ancillary macros 519 ignore define VIDEO_MAX_FRAME 520 ignore define VIDEO_MAX_PLANES 521 ignore define v4l2_fourcc [all …]
|
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
|
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-v5.10/arch/powerpc/tools/ |
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-v5.10/scripts/ |
D | checkkconfigsymbols.py | 69 parser.add_argument('-i', '--ignore', dest='ignore', action='store', 71 help="ignore files matching this Python regex " 101 "'--force' if you\nwant to ignore this warning and " 107 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) [all …]
|
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" 28 # ignore userspace tools 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 \ [all …]
|
/Linux-v5.10/Documentation/doc-guide/ |
D | parse-headers.rst | 77 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-v5.10/drivers/crypto/nx/ |
D | nx-842.c | 162 u16 *ignore, in compress() argument 239 *ignore = slen - p->iremain; in compress() 243 pr_debug("compress slen %x ignore %x dlen %x padding %x\n", in compress() 244 slen, *ignore, dlen, dskip); in compress() 260 u16 ignore = 0; in nx842_crypto_compress() local 290 hdr->ignore = 0; in nx842_crypto_compress() 301 if (ignore) in nx842_crypto_compress() 302 pr_warn("internal error, ignore is set %x\n", ignore); in nx842_crypto_compress() 304 ret = compress(ctx, &p, &hdr->group[n], &c, &ignore, h); in nx842_crypto_compress() 315 /* ignore indicates the input stream needed to be padded */ in nx842_crypto_compress() [all …]
|
/Linux-v5.10/Documentation/translations/it_IT/doc-guide/ |
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 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-v5.10/Documentation/s390/ |
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-v5.10/tools/testing/fault-injection/ |
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-v5.10/net/netfilter/ |
D | nf_conntrack_proto_dccp.c | 81 [CT_DCCP_IGNORE] = "IGNORE", 116 * IGNORE: Not determinable whether packet is valid 137 * sPO -> sIG Ignore, conntrack might be out of sync 138 * sOP -> sIG Ignore, conntrack might be out of sync 139 * sCR -> sIG Ignore, conntrack might be out of sync 140 * sCG -> sIG Ignore, conntrack might be out of sync 149 * sRQ -> sIG Ignore, might be response to ignored Request 150 * sRS -> sIG Ignore, might be response to ignored Request 151 * sPO -> sIG Ignore, might be response to ignored Request 152 * sOP -> sIG Ignore, might be response to ignored Request [all …]
|
/Linux-v5.10/arch/powerpc/platforms/512x/ |
D | mpc5121_ads_cpld.c | 23 * Bits to ignore in the misc_status register 30 * Nothing to ignore in pci status register 85 cpld_pic_get_irq(int offset, u8 ignore, u8 __iomem *statusp, in cpld_pic_get_irq() argument 92 /* ignore don't cares and masked irqs */ in cpld_pic_get_irq() 93 status |= (ignore | mask); in cpld_pic_get_irq() 181 * and ignore it here in mpc5121_ads_cpld_pic_init()
|
/Linux-v5.10/Documentation/devicetree/bindings/leds/backlight/ |
D | sky81452-backlight.txt | 12 - skyworks,ignore-pwm : Ignore both PWM input 26 skyworks,ignore-pwm;
|
/Linux-v5.10/fs/dlm/ |
D | rcom.c | 137 * they set need_slots=1, and ignore the rf_our_slot returned from each 490 * Ignore messages for stage Y before we set 498 * - ignore NAMES, NAMES_REPLY 499 * - ignore LOOKUP, LOOKUP_REPLY 500 * - ignore LOCK, LOCK_REPLY 509 * - ignore LOOKUP, LOOKUP_REPLY 510 * - ignore LOCK, LOCK_REPLY 575 goto ignore; in dlm_receive_rcom() 578 goto ignore; in dlm_receive_rcom() 581 goto ignore; in dlm_receive_rcom() [all …]
|
/Linux-v5.10/tools/testing/selftests/bpf/progs/ |
D | test_varlen.c | 46 /* ignore irrelevant invocations */ in handler64_unsigned() 74 /* ignore irrelevant invocations */ in handler64_signed() 100 /* ignore irrelevant invocations */ in handler32_unsigned() 128 /* ignore irrelevant invocations */ in handler32_signed()
|
/Linux-v5.10/tools/testing/selftests/rcutorture/doc/ |
D | TREE_RCU-kconfig.txt | 49 Redundant with CONFIG_PREEMPT, ignore. 53 Inspection suffices, ignore. 57 Inspection suffices, ignore.
|
/Linux-v5.10/include/uapi/linux/ |
D | lp.h | 84 FALSE to ignore them. Default is ignore. */ 86 FALSE to ignore error. Default is ignore. */
|
/Linux-v5.10/Documentation/fault-injection/ |
D | fault-injection.rst | 125 - /sys/kernel/debug/fail_page_alloc/ignore-gfp-highmem: 132 - /sys/kernel/debug/failslab/ignore-gfp-wait: 133 - /sys/kernel/debug/fail_page_alloc/ignore-gfp-wait: 145 - /sys/kernel/debug/fail_futex/ignore-private: 202 (e.g. fail_futex/ignore-private) take precedence over it. 261 echo 1 > /sys/kernel/debug/$FAILTYPE/ignore-gfp-wait 315 echo 1 > /sys/kernel/debug/$FAILTYPE/ignore-gfp-wait 316 echo 1 > /sys/kernel/debug/$FAILTYPE/ignore-gfp-highmem 413 system("echo N > /sys/kernel/debug/failslab/ignore-gfp-wait");
|