Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/devicetree/bindings/watchdog/
Dmen-a021-wdt.txt4 - compatible: "men,a021-wdt"
18 compatible ="men,a021-wdt";
/linux-6.12.1/Documentation/hwmon/
Dmenf21bmc.rst12 Author: Andreas Werner <andreas.werner@men.de>
/linux-6.12.1/fs/
Dbinfmt_elf_fdpic.c1218 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() argument
1221 en.n_namesz = strlen(men->name) + 1; in writenote()
1222 en.n_descsz = men->datasz; in writenote()
1223 en.n_type = men->type; in writenote()
1226 dump_emit(cprm, men->name, en.n_namesz) && dump_align(cprm, 4) && in writenote()
1227 dump_emit(cprm, men->data, men->datasz) && dump_align(cprm, 4); in writenote()
Dbinfmt_elf.c1454 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() argument
1457 en.n_namesz = strlen(men->name) + 1; in writenote()
1458 en.n_descsz = men->datasz; in writenote()
1459 en.n_type = men->type; in writenote()
1462 dump_emit(cprm, men->name, en.n_namesz) && dump_align(cprm, 4) && in writenote()
1463 dump_emit(cprm, men->data, men->datasz) && dump_align(cprm, 4); in writenote()
/linux-6.12.1/Documentation/translations/zh_CN/driver-api/
Dindex.rst101 * men-chameleon-bus
/linux-6.12.1/Documentation/translations/sp_SP/process/
Dsubmit-checklist.rst51 6) Cualquier opción ``CONFIG`` nueva o modificada no altera el menú de
54 ``Documentation/kbuild/kconfig-language.rst`` Atributos del menú: valor por defecto.
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-6.12.1/Documentation/driver-api/
Dindex.rst63 men-chameleon-bus
/linux-6.12.1/arch/arm/common/
Dmcpm_head.S168 @ In the contended case, non-first men wait here for cluster setup
/linux-6.12.1/fs/reiserfs/
DREADME92 to work the way he did, he is one of the most selfless men I know.
/linux-6.12.1/
DMAINTAINERS14911 F: Documentation/driver-api/men-chameleon-bus.rst
14916 M: Andreas Werner <andreas.werner@men.de>