Home
last modified time | relevance | path

Searched refs:mods (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dchannv50.c49 char mods[16]; in nv50_disp_mthd_list() local
52 snprintf(mods, sizeof(mods), "-> %08x", next); in nv50_disp_mthd_list()
54 snprintf(mods, sizeof(mods), "%13c", ' '); in nv50_disp_mthd_list()
58 mthd, prev, mods, name ? " // " : "", in nv50_disp_mthd_list()
/linux-4.4.14/drivers/hid/
Dhid-wiimote-core.c619 const __u8 *mods, *iter; in wiimote_modules_load() local
623 mods = wiimote_devtype_mods[devtype]; in wiimote_modules_load()
625 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in wiimote_modules_load()
646 for (iter = mods; *iter != WIIMOD_NULL; ++iter) { in wiimote_modules_load()
668 for ( ; iter-- != mods; ) { in wiimote_modules_load()
682 const __u8 *mods, *iter; in wiimote_modules_unload() local
686 mods = wiimote_devtype_mods[wdata->state.devtype]; in wiimote_modules_unload()
693 for (iter = mods; *iter != WIIMOD_NULL; ++iter) in wiimote_modules_unload()
701 for ( ; iter-- != mods; ) { in wiimote_modules_unload()
1240 const __u8 *iter, *mods; in handler_keys() local
[all …]
/linux-4.4.14/scripts/
DMakefile.modbuiltin35 modbuiltin-mods := $(filter %.ko, $(obj-Y:.o=.ko))
42 $(Q)(for m in $(modbuiltin-mods); do echo kernel/$$m; done; \
Dcheckpatch.pl530 my $mods = "(?x: \n" . join("|\n ", (@modifierList, @modifierListFile)) . "\n)";
534 $Modifier = qr{(?:$Attribute|$Sparse|$mods)};
/linux-4.4.14/Documentation/scsi/
Din2000.txt88 Kernel 1.3.70 interrupt mods added; old kernels still OK.