Home
last modified time | relevance | path

Searched refs:pmod (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dlivepatch.h234 int klp_apply_section_relocs(struct module *pmod, Elf_Shdr *sechdrs,
248 int klp_apply_section_relocs(struct module *pmod, Elf_Shdr *sechdrs, in klp_apply_section_relocs() argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dconf.h202 void *CONF_module_get_usr_data(CONF_MODULE *pmod);
203 void CONF_module_set_usr_data(CONF_MODULE *pmod, void *usr_data);
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dtbldo.S33 |xref pmod,prem,pscale
346 .long pmod |$21-0 fmod all
347 .long pmod |$21-1 fmod all
348 .long pmod |$21-2 fmod all
349 .long pmod |$21-3 fmod all
350 .long pmod |$21-4 fmod all
H A Ddo_func.S272 .global pmod symbol
273 pmod: label
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Dmaxim,ds2760.txt16 - maxim,pmod-enabled: This boolean property enables the DS2760 to enter
/OK3568_Linux_fs/kernel/kernel/livepatch/
H A Dcore.c288 int klp_apply_section_relocs(struct module *pmod, Elf_Shdr *sechdrs, in klp_apply_section_relocs() argument
317 return apply_relocate_add(sechdrs, strtab, symndx, secndx, pmod); in klp_apply_section_relocs()
/OK3568_Linux_fs/kernel/drivers/s390/crypto/
H A Dzcrypt_api.c573 struct module **pmod, in zcrypt_pick_queue() argument
583 *pmod = zq->queue->ap_dev.drv->driver.owner; in zcrypt_pick_queue()