Home
last modified time | relevance | path

Searched refs:module_flags (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/include/sound/sof/
H A Dext_manifest4.h114 uint32_t module_flags; /* flags, reserved for future use */ member
/kernel/linux/linux-6.6/kernel/module/
H A Dprocfs.c100 seq_printf(m, " %s", module_flags(mod, buf, true)); in m_show()
H A Dinternal.h32 /* Maximum number of characters written by module_flags() */
112 char *module_flags(struct module *mod, char *buf, bool show_state);
H A Dmain.c765 strscpy(last_unloaded_module.taints, module_flags(mod, buf, false), sizeof(last_unloaded_module.taints)); in SYSCALL_DEFINE2()
3197 char *module_flags(struct module *mod, char *buf, bool show_state) in module_flags() function
3351 pr_cont(" %s%s", mod->name, module_flags(mod, buf, true)); in print_modules()
/kernel/linux/linux-5.10/kernel/
H A Dmodule.c4532 /* Maximum number of characters written by module_flags() */
4536 static char *module_flags(struct module *mod, char *buf) in module_flags() function
4602 seq_printf(m, " %s", module_flags(mod, buf)); in m_show()
4775 pr_cont(" %s%s", mod->name, module_flags(mod, buf)); in print_modules()
/kernel/linux/linux-5.10/include/linux/platform_data/
H A Dcros_ec_commands.h2667 uint8_t module_flags; member
/kernel/linux/linux-6.6/include/linux/platform_data/
H A Dcros_ec_commands.h2695 uint8_t module_flags; member

Completed in 35 milliseconds