Searched refs:license (Results 1 – 5 of 5) sorted by relevance
| /include/linux/ |
| A D | license.h | 5 static inline int license_is_gpl_compatible(const char *license) in license_is_gpl_compatible() argument 7 return (strcmp(license, "GPL") == 0 in license_is_gpl_compatible() 8 || strcmp(license, "GPL v2") == 0 in license_is_gpl_compatible() 9 || strcmp(license, "GPL and additional rights") == 0 in license_is_gpl_compatible() 10 || strcmp(license, "Dual BSD/GPL") == 0 in license_is_gpl_compatible() 11 || strcmp(license, "Dual MIT/GPL") == 0 in license_is_gpl_compatible() 12 || strcmp(license, "Dual MPL/GPL") == 0); in license_is_gpl_compatible()
|
| A D | export.h | 33 #define ___EXPORT_SYMBOL(sym, license, ns...) \ argument 36 .asciz license ASM_NL \ 48 #define __EXPORT_SYMBOL(sym, license, ns) argument 52 #define __EXPORT_SYMBOL(sym, license, ns) __GENKSYMS_EXPORT_SYMBOL(sym) argument 56 #define __EXPORT_SYMBOL(sym, license, ns) \ argument 57 ___EXPORT_SYMBOL(sym, license, ns) 75 #define __EXPORT_SYMBOL(sym, license, ns) \ argument 79 asm(__stringify(___EXPORT_SYMBOL(sym, license, ns))) 84 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, DEFAULT_SYMBOL_NAMESPACE) argument 86 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, "") argument
|
| A D | pm.h | 378 #define _EXPORT_PM_OPS(name, license, ns) \ argument 380 __EXPORT_SYMBOL(name, license, ns); \ 383 #define _DISCARD_PM_OPS(name, license, ns) \ argument 387 #define _EXPORT_DEV_PM_OPS(name, license, ns) _EXPORT_PM_OPS(name, license, ns) argument 389 #define _EXPORT_DEV_PM_OPS(name, license, ns) _DISCARD_PM_OPS(name, license, ns) argument 393 #define _EXPORT_DEV_SLEEP_PM_OPS(name, license, ns) _EXPORT_PM_OPS(name, license, ns) argument 395 #define _EXPORT_DEV_SLEEP_PM_OPS(name, license, ns) _DISCARD_PM_OPS(name, license, ns) argument
|
| A D | module.h | 236 #define MODULE_LICENSE(_license) MODULE_FILE MODULE_INFO(license, _license)
|
| /include/uapi/linux/ |
| A D | bpf.h | 1558 __aligned_u64 license; member
|
Completed in 25 milliseconds