Searched refs:module_flags (Results 1 – 5 of 5) sorted by relevance
/linux/include/sound/sof/ |
H A D | ext_manifest4.h | 114 uint32_t module_flags; /* flags, reserved for future use */ member
|
/linux/kernel/module/ |
H A D | procfs.c | 100 seq_printf(m, " %s", module_flags(mod, buf, true)); in m_show()
|
H A D | internal.h | 32 /* Maximum number of characters written by module_flags() */ 129 char *module_flags(struct module *mod, char *buf, bool show_state);
|
H A D | main.c | 845 strscpy(last_unloaded_module.taints, module_flags(mod, buf, false)); in SYSCALL_DEFINE2() 3743 char *module_flags(struct module *mod, char *buf, bool show_state) in module_flags() function 3893 pr_cont(" %s%s", mod->name, module_flags(mod, buf, true)); in print_modules()
|
/linux/include/linux/platform_data/ |
H A D | cros_ec_commands.h | 2745 uint8_t module_flags; member
|