Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/devicetree/bindings/watchdog/
Dmen-a021-wdt.txt4 - compatible: "men,a021-wdt"
18 compatible ="men,a021-wdt";
/Linux-v5.4/Documentation/hwmon/
Dmenf21bmc.rst12 Author: Andreas Werner <andreas.werner@men.de>
/Linux-v5.4/Documentation/driver-api/
Dindex.rst85 men-chameleon-bus
/Linux-v5.4/arch/arc/plat-eznps/
Dmtm.c114 dpc.men = 1; in mtm_enable_core()
/Linux-v5.4/arch/arc/plat-eznps/include/plat/
Dctop.h140 u32 ien:1, men:1, hen:1, reserved:29; member
/Linux-v5.4/fs/
Dbinfmt_elf_fdpic.c1278 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() argument
1281 en.n_namesz = strlen(men->name) + 1; in writenote()
1282 en.n_descsz = men->datasz; in writenote()
1283 en.n_type = men->type; in writenote()
1286 dump_emit(cprm, men->name, en.n_namesz) && dump_align(cprm, 4) && in writenote()
1287 dump_emit(cprm, men->data, men->datasz) && dump_align(cprm, 4); in writenote()
Dbinfmt_elf.c1414 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() argument
1417 en.n_namesz = strlen(men->name) + 1; in writenote()
1418 en.n_descsz = men->datasz; in writenote()
1419 en.n_type = men->type; in writenote()
1422 dump_emit(cprm, men->name, en.n_namesz) && dump_align(cprm, 4) && in writenote()
1423 dump_emit(cprm, men->data, men->datasz) && dump_align(cprm, 4); in writenote()
/Linux-v5.4/arch/arm/common/
Dmcpm_head.S166 @ In the contended case, non-first men wait here for cluster setup
/Linux-v5.4/fs/reiserfs/
DREADME92 to work the way he did, he is one of the most selfless men I know.
/Linux-v5.4/Documentation/virt/uml/
DUserModeLinux-HOWTO.txt4175 In this case, you'll need to get a backtrace from the process men-
/Linux-v5.4/
DMAINTAINERS10567 F: Documentation/driver-api/men-chameleon-bus.rst
10570 M: Andreas Werner <andreas.werner@men.de>