Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/devicetree/bindings/watchdog/
Dmen-a021-wdt.txt4 - compatible: "men,a021-wdt"
18 compatible ="men,a021-wdt";
/Linux-v5.10/Documentation/hwmon/
Dmenf21bmc.rst12 Author: Andreas Werner <andreas.werner@men.de>
/Linux-v5.10/fs/
Dbinfmt_elf_fdpic.c1240 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() argument
1243 en.n_namesz = strlen(men->name) + 1; in writenote()
1244 en.n_descsz = men->datasz; in writenote()
1245 en.n_type = men->type; in writenote()
1248 dump_emit(cprm, men->name, en.n_namesz) && dump_align(cprm, 4) && in writenote()
1249 dump_emit(cprm, men->data, men->datasz) && dump_align(cprm, 4); in writenote()
Dbinfmt_elf.c1440 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() argument
1443 en.n_namesz = strlen(men->name) + 1; in writenote()
1444 en.n_descsz = men->datasz; in writenote()
1445 en.n_type = men->type; in writenote()
1448 dump_emit(cprm, men->name, en.n_namesz) && dump_align(cprm, 4) && in writenote()
1449 dump_emit(cprm, men->data, men->datasz) && dump_align(cprm, 4); in writenote()
/Linux-v5.10/Documentation/driver-api/
Dindex.rst87 men-chameleon-bus
/Linux-v5.10/arch/arm/common/
Dmcpm_head.S166 @ In the contended case, non-first men wait here for cluster setup
/Linux-v5.10/fs/reiserfs/
DREADME92 to work the way he did, he is one of the most selfless men I know.
/Linux-v5.10/
DMAINTAINERS11376 F: Documentation/driver-api/men-chameleon-bus.rst
11381 M: Andreas Werner <andreas.werner@men.de>