Searched refs:DEFAULT (Results 1 - 25 of 66) sorted by relevance

123

/linux-master/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_opt_types.tc19 DEFAULT=$(cat /proc/sys/debug/kprobes-optimization)
29 echo "$DEFAULT" > /proc/sys/debug/kprobes-optimization
33 echo "$DEFAULT" > /proc/sys/debug/kprobes-optimization
/linux-master/security/bpf/
H A Dhooks.c11 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \
/linux-master/include/linux/
H A Dlsm_hooks.h35 #define LSM_HOOK(RET, DEFAULT, NAME, ...) RET (*NAME)(__VA_ARGS__);
41 #define LSM_HOOK(RET, DEFAULT, NAME, ...) struct hlist_head NAME;
H A Dbpf_lsm.h16 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_experimental.h263 #define __bpf_cmp(LHS, OP, PRED, RHS, DEFAULT) \
266 bool ret = DEFAULT; \
269 ret = !DEFAULT; \
/linux-master/kernel/bpf/
H A Dbpf_lsm.c24 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \
27 return DEFAULT; \
33 #define LSM_HOOK(RET, DEFAULT, NAME, ...) BTF_ID(func, bpf_lsm_##NAME)
/linux-master/drivers/misc/mei/
H A Ddebugfs.c93 MEI_PXP_MODE(DEFAULT);
/linux-master/drivers/tty/serial/
H A Dst-asc.c32 #define DEFAULT 0 macro
603 ascport->states[DEFAULT]);
728 ascport->states[DEFAULT] =
730 if (IS_ERR(ascport->states[DEFAULT])) {
731 ret = PTR_ERR(ascport->states[DEFAULT]);
/linux-master/scripts/
H A Dcheckkconfigsymbols.py26 DEFAULT = r"default\s+.*?(?:if\s.+){,1}" variable
27 STMT = r"^\s*(?:if|select|imply|depends\s+on|(?:" + DEFAULT + r"))\s+" + EXPR
/linux-master/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835-ctl.c187 .name = SNDRV_CTL_NAME_IEC958("", PLAYBACK, DEFAULT),
/linux-master/Documentation/
H A DMakefile40 .DEFAULT:
/linux-master/sound/i2c/other/
H A Dak4114.c371 .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,DEFAULT),
386 .name = SNDRV_CTL_NAME_IEC958("",CAPTURE,DEFAULT),
H A Dak4113.c406 .name = SNDRV_CTL_NAME_IEC958("", CAPTURE, DEFAULT),
H A Dak4117.c358 .name = SNDRV_CTL_NAME_IEC958("",CAPTURE,DEFAULT),
/linux-master/arch/x86/include/asm/
H A Dperf_event_p4.h637 P4_GEN_ESCR_EMASK(P4_EVENT_IOQ_ALLOCATION, DEFAULT, 0),
649 P4_GEN_ESCR_EMASK(P4_EVENT_IOQ_ACTIVE_ENTRIES, DEFAULT, 0),
/linux-master/security/
H A Dsecurity.c432 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \
838 #define DECLARE_LSM_RET_DEFAULT_void(DEFAULT, NAME)
839 #define DECLARE_LSM_RET_DEFAULT_int(DEFAULT, NAME) \
840 static const int __maybe_unused LSM_RET_DEFAULT(NAME) = (DEFAULT);
841 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \
842 DECLARE_LSM_RET_DEFAULT_##RET(DEFAULT, NAME)
/linux-master/sound/pci/oxygen/
H A Doxygen_mixer.c790 .name = SNDRV_CTL_NAME_IEC958("", PLAYBACK, DEFAULT),
827 .name = SNDRV_CTL_NAME_IEC958("", CAPTURE, DEFAULT),
1037 SNDRV_CTL_NAME_IEC958("", CAPTURE, DEFAULT),
/linux-master/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_encap.c440 rout_ctrl = OPA_VNIC_ENCAP_RC_EXT(info->vesw.rc, DEFAULT);
/linux-master/sound/soc/img/
H A Dimg-spdif-out.c196 .name = SNDRV_CTL_NAME_IEC958("", PLAYBACK, DEFAULT),
/linux-master/arch/arm/mach-pxa/
H A Dmfp-pxa27x.h468 #define GPIO113_AC97_nRESET_GPIO_HIGH MFP_CFG_OUT(GPIO113, AF0, DEFAULT)
469 #define GPIO95_AC97_nRESET_GPIO_HIGH MFP_CFG_OUT(GPIO95, AF0, DEFAULT)
/linux-master/sound/soc/atmel/
H A Dmchp-spdifrx.c889 .name = SNDRV_CTL_NAME_IEC958("", CAPTURE, DEFAULT)
898 .name = SNDRV_CTL_NAME_IEC958("", CAPTURE, DEFAULT)
/linux-master/sound/pci/au88x0/
H A Dau88x0_pcm.c503 .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,DEFAULT),
/linux-master/sound/i2c/
H A Dcs8427.c498 .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,DEFAULT),
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dr535.c304 NVDEF(NVOS04, FLAGS, GROUP_CHANNEL_THREAD, DEFAULT) |
/linux-master/sound/soc/sunxi/
H A Dsun4i-spdif.c491 .name = SNDRV_CTL_NAME_IEC958("", PLAYBACK, DEFAULT),

Completed in 230 milliseconds

123