Home
last modified time | relevance | path

Searched refs:license_is_gpl_compatible (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dlicense.h5 static inline int license_is_gpl_compatible(const char *license) in license_is_gpl_compatible() function
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.c2023 if (license_is_gpl_compatible(license)) in read_symbols()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c2152 is_gpl = license_is_gpl_compatible(license); in bpf_prog_load()
/OK3568_Linux_fs/kernel/kernel/
H A Dmodule.c2585 if (!license_is_gpl_compatible(license)) { in set_license()