Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/devicetree/bindings/watchdog/
Dmen-a021-wdt.txt4 - compatible: "men,a021-wdt"
18 compatible ="men,a021-wdt";
/Linux-v6.6/Documentation/hwmon/
Dmenf21bmc.rst12 Author: Andreas Werner <andreas.werner@men.de>
/Linux-v6.6/fs/
Dbinfmt_elf_fdpic.c1221 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() argument
1224 en.n_namesz = strlen(men->name) + 1; in writenote()
1225 en.n_descsz = men->datasz; in writenote()
1226 en.n_type = men->type; in writenote()
1229 dump_emit(cprm, men->name, en.n_namesz) && dump_align(cprm, 4) && in writenote()
1230 dump_emit(cprm, men->data, men->datasz) && dump_align(cprm, 4); in writenote()
Dbinfmt_elf.c1478 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() argument
1481 en.n_namesz = strlen(men->name) + 1; in writenote()
1482 en.n_descsz = men->datasz; in writenote()
1483 en.n_type = men->type; in writenote()
1486 dump_emit(cprm, men->name, en.n_namesz) && dump_align(cprm, 4) && in writenote()
1487 dump_emit(cprm, men->data, men->datasz) && dump_align(cprm, 4); in writenote()
/Linux-v6.6/Documentation/translations/zh_CN/driver-api/
Dindex.rst103 * men-chameleon-bus
/Linux-v6.6/Documentation/driver-api/
Dindex.rst92 men-chameleon-bus
/Linux-v6.6/arch/arm/common/
Dmcpm_head.S168 @ In the contended case, non-first men wait here for cluster setup
/Linux-v6.6/Documentation/translations/sp_SP/process/
Demail-clients.rst153 De forma adicional, puede personalizar el menú de la barra de herramientas
160 en el menú Opciones no es suficiente. Por lo tanto, si su parche tiene
342 Vaya a su ventana principal y busque el botón de su menú desplegable principal.
/Linux-v6.6/fs/reiserfs/
DREADME92 to work the way he did, he is one of the most selfless men I know.
/Linux-v6.6/
DMAINTAINERS13793 F: Documentation/driver-api/men-chameleon-bus.rst
13798 M: Andreas Werner <andreas.werner@men.de>