Home
last modified time | relevance | path

Searched refs:cpf (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/recovery/update_engine/
H A Ddo_patch.c97 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 Dtas2552.c241 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 Dintel.c65 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 Dbin_package.bbclass34 tar --no-same-owner --exclude='./patches' --exclude='./.pc' -cpf - . \
/OK3568_Linux_fs/buildroot/package/bsdiff/
H A D0002-bspatch-adaption-to-embedded-system.patch91 if (fclose(cpf) || fclose(dpf) || fclose(epf))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/webmin/
H A Dwebmin_1.850.bb94 tar --no-same-owner --exclude='./patches' --exclude='./.pc' -cpf - . \