Home
last modified time | relevance | path

Searched refs:men (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/Documentation/devicetree/bindings/watchdog/
Dmen-a021-wdt.txt4 - compatible: "men,a021-wdt"
18 compatible ="men,a021-wdt";
/Linux-v4.19/Documentation/hwmon/
Dmenf21bmc9 Author: Andreas Werner <andreas.werner@men.de>
/Linux-v4.19/arch/arc/plat-eznps/
Dmtm.c125 dpc.men = 1; in mtm_enable_core()
/Linux-v4.19/arch/arc/plat-eznps/include/plat/
Dctop.h150 u32 ien:1, men:1, hen:1, reserved:29; member
/Linux-v4.19/fs/
Dbinfmt_elf_fdpic.c1282 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() argument
1285 en.n_namesz = strlen(men->name) + 1; in writenote()
1286 en.n_descsz = men->datasz; in writenote()
1287 en.n_type = men->type; in writenote()
1290 dump_emit(cprm, men->name, en.n_namesz) && dump_align(cprm, 4) && in writenote()
1291 dump_emit(cprm, men->data, men->datasz) && dump_align(cprm, 4); in writenote()
Dbinfmt_elf.c1433 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() argument
1436 en.n_namesz = strlen(men->name) + 1; in writenote()
1437 en.n_descsz = men->datasz; in writenote()
1438 en.n_type = men->type; in writenote()
1441 dump_emit(cprm, men->name, en.n_namesz) && dump_align(cprm, 4) && in writenote()
1442 dump_emit(cprm, men->data, men->datasz) && dump_align(cprm, 4); in writenote()
/Linux-v4.19/arch/arm/common/
Dmcpm_head.S170 @ In the contended case, non-first men wait here for cluster setup
/Linux-v4.19/fs/reiserfs/
DREADME92 to work the way he did, he is one of the most selfless men I know.
/Linux-v4.19/Documentation/
D00-INDEX261 men-chameleon-bus.txt
/Linux-v4.19/Documentation/s390/
DDebugging390.txt1233 Note that GPR14 is a return address but as we are real men we are going to
/Linux-v4.19/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt4175 In this case, you'll need to get a backtrace from the process men-
/Linux-v4.19/
DMAINTAINERS9496 F: Documentation/men-chameleon-bus.txt
9499 M: Andreas Werner <andreas.werner@men.de>