Searched refs:cpf (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | do_patch.c | 97 FILE * f = NULL, * cpf = NULL, * dpf = NULL, * epf = NULL; in do_patch_rkimg() local 221 if ((cpf = fopen(img, "r")) == NULL) in do_patch_rkimg() 223 if (fseeko(cpf, offset + 32, SEEK_SET)) { in do_patch_rkimg() 227 if ((cpfbz2 = BZ2_bzReadOpen(&cbz2err, cpf, 0, 0, NULL, 0)) == NULL) { in do_patch_rkimg() 337 fclose(cpf); in do_patch_rkimg() 359 if (cpf != NULL) in do_patch_rkimg() 360 fclose(cpf); in do_patch_rkimg()
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | tas2552.c | 241 int cpf; in tas2552_hw_params() local 247 cpf = 32 + tas2552->tdm_delay; in tas2552_hw_params() 251 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params() 255 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params() 259 cpf = 64 + tas2552->tdm_delay; in tas2552_hw_params() 267 if (cpf <= 32) in tas2552_hw_params() 269 else if (cpf <= 64) in tas2552_hw_params() 271 else if (cpf <= 128) in tas2552_hw_params()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/microcode/ |
| H A D | intel.c | 65 static int find_matching_signature(void *mc, unsigned int csig, int cpf) in find_matching_signature() argument 72 if (cpu_signatures_match(csig, cpf, mc_hdr->sig, mc_hdr->pf)) in find_matching_signature() 83 if (cpu_signatures_match(csig, cpf, ext_sig->sig, ext_sig->pf)) in find_matching_signature() 93 static int has_newer_microcode(void *mc, unsigned int csig, int cpf, int new_rev) in has_newer_microcode() argument 100 return find_matching_signature(mc, csig, cpf); in has_newer_microcode() 826 unsigned int csig, cpf; in generic_load_microcode() local 866 cpf = uci->cpu_sig.pf; in generic_load_microcode() 867 if (has_newer_microcode(mc, csig, cpf, new_rev)) { in generic_load_microcode()
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | bin_package.bbclass | 34 tar --no-same-owner --exclude='./patches' --exclude='./.pc' -cpf - . \
|
| /OK3568_Linux_fs/buildroot/package/bsdiff/ |
| H A D | 0002-bspatch-adaption-to-embedded-system.patch | 91 if (fclose(cpf) || fclose(dpf) || fclose(epf))
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/webmin/ |
| H A D | webmin_1.850.bb | 94 tar --no-same-owner --exclude='./patches' --exclude='./.pc' -cpf - . \
|