Searched refs:mods (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/hid/ |
D | hid-wiimote-core.c | 619 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.1.27/scripts/ |
D | Makefile.modbuiltin | 35 modbuiltin-mods := $(filter %.ko, $(obj-Y:.o=.ko)) 42 $(Q)(for m in $(modbuiltin-mods); do echo kernel/$$m; done; \
|
D | checkpatch.pl | 513 my $mods = "(?x: \n" . join("|\n ", @modifierList) . "\n)"; 517 $Modifier = qr{(?:$Attribute|$Sparse|$mods)};
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | nv50.c | 329 char mods[16]; in nv50_disp_mthd_list() local 332 snprintf(mods, sizeof(mods), "-> 0x%08x", next); in nv50_disp_mthd_list() 334 snprintf(mods, sizeof(mods), "%13c", ' '); in nv50_disp_mthd_list() 337 mthd, prev, mods, name ? " // " : "", in nv50_disp_mthd_list()
|
/linux-4.1.27/Documentation/scsi/ |
D | in2000.txt | 88 Kernel 1.3.70 interrupt mods added; old kernels still OK.
|