Searched refs:DEFAULT (Results 1 - 25 of 66) sorted by last modified time

123

/linux-master/Documentation/
H A DMakefile44 .DEFAULT:
/linux-master/sound/usb/
H A Dmixer_quirks.c1817 .name = SNDRV_CTL_NAME_IEC958("", PLAYBACK, DEFAULT),
/linux-master/sound/pci/hda/
H A Dhda_codec.c2406 .name = SNDRV_CTL_NAME_IEC958("", PLAYBACK, DEFAULT),
2672 .name = SNDRV_CTL_NAME_IEC958("", CAPTURE, DEFAULT),
/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/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/soc/ti/
H A Ddavinci-mcasp.c1665 .name = SNDRV_CTL_NAME_IEC958("", PLAYBACK, DEFAULT),
/linux-master/sound/pci/emu10k1/
H A Demumixer.c1439 .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,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/tools/perf/
H A Dbuiltin-script.c3030 enum { DEFAULT, SET, ADD, REMOVE } change = DEFAULT; enumerator in enum:__anon1550
3109 if (change != SET && change != DEFAULT)
/linux-master/sound/pci/
H A Drme96.c2220 .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,DEFAULT),
H A Dens1370.c1433 .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,DEFAULT),
H A Dcmipci.c1020 .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,DEFAULT),
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm187 asic(DEFAULT)
H A Dcwsr_trap_handler_gfx9.asm189 asic(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/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/sound/soc/fsl/
H A Dfsl_xcvr.c875 .name = SNDRV_CTL_NAME_IEC958("", CAPTURE, DEFAULT),
894 .name = SNDRV_CTL_NAME_IEC958("", PLAYBACK, DEFAULT),
/linux-master/sound/soc/sunxi/
H A Dsun4i-spdif.c491 .name = SNDRV_CTL_NAME_IEC958("", PLAYBACK, DEFAULT),
/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/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dr535.c142 args->flags |= NVDEF(NVOS04, FLAGS, GROUP_CHANNEL_THREAD, DEFAULT);
/linux-master/sound/x86/
H A Dintel_hdmi_audio.c1469 .name = SNDRV_CTL_NAME_IEC958("", PLAYBACK, DEFAULT),
/linux-master/sound/soc/codecs/
H A Dhdmi-codec.c760 .name = SNDRV_CTL_NAME_IEC958("", PLAYBACK, DEFAULT),
/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;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dr535.c304 NVDEF(NVOS04, FLAGS, GROUP_CHANNEL_THREAD, DEFAULT) |

Completed in 434 milliseconds

123