Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/devicetree/bindings/watchdog/
Dmen-a021-wdt.txt4 - compatible: "men,a021-wdt"
18 compatible ="men,a021-wdt";
/Linux-v5.15/Documentation/hwmon/
Dmenf21bmc.rst12 Author: Andreas Werner <andreas.werner@men.de>
/Linux-v5.15/fs/
Dbinfmt_elf_fdpic.c1225 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() argument
1228 en.n_namesz = strlen(men->name) + 1; in writenote()
1229 en.n_descsz = men->datasz; in writenote()
1230 en.n_type = men->type; in writenote()
1233 dump_emit(cprm, men->name, en.n_namesz) && dump_align(cprm, 4) && in writenote()
1234 dump_emit(cprm, men->data, men->datasz) && dump_align(cprm, 4); in writenote()
Dbinfmt_elf.c1443 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() argument
1446 en.n_namesz = strlen(men->name) + 1; in writenote()
1447 en.n_descsz = men->datasz; in writenote()
1448 en.n_type = men->type; in writenote()
1451 dump_emit(cprm, men->name, en.n_namesz) && dump_align(cprm, 4) && in writenote()
1452 dump_emit(cprm, men->data, men->datasz) && dump_align(cprm, 4); in writenote()
/Linux-v5.15/Documentation/driver-api/
Dindex.rst89 men-chameleon-bus
/Linux-v5.15/arch/arm/common/
Dmcpm_head.S166 @ In the contended case, non-first men wait here for cluster setup
/Linux-v5.15/fs/reiserfs/
DREADME92 to work the way he did, he is one of the most selfless men I know.
/Linux-v5.15/
DMAINTAINERS12149 F: Documentation/driver-api/men-chameleon-bus.rst
12154 M: Andreas Werner <andreas.werner@men.de>