Home
last modified time | relevance | path

Searched refs:update_cache (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dspinand.h336 const struct spinand_op_variants *update_cache; member
353 .update_cache = __update, \
417 const struct spi_mem_op *update_cache; member
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dspinand.h340 const struct spinand_op_variants *update_cache; member
357 .update_cache = __update, \
422 const struct spi_mem_op *update_cache; member
/OK3568_Linux_fs/kernel/arch/openrisc/mm/
H A Dcache.c42 void update_cache(struct vm_area_struct *vma, unsigned long address, in update_cache() function
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dpgtable.h394 extern void update_cache(struct vm_area_struct *vma,
401 update_cache(vma, address, pte); in update_mmu_cache()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dhw.h71 u32 update_cache; member
H A Dcapture.c10045 sync_config->update_cache, in rkcif_check_group_sync_state()
10107 sync_config->update_cache = sync_config->sync_mask; in rkcif_deal_sof()
10109 sync_config->update_code = sync_config->update_cache; in rkcif_deal_sof()
10110 sync_config->update_cache = 0; in rkcif_deal_sof()
10192 sync_config->update_cache) { in rkcif_check_buffer_prepare()
10193 sync_config->update_code = sync_config->update_cache; in rkcif_check_buffer_prepare()
10194 sync_config->update_cache = 0; in rkcif_check_buffer_prepare()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/spi/
H A Dcore.c207 spinand->op_templates.update_cache->data.buswidth == 4) in spinand_init_quad_enable()
389 op = *spinand->op_templates.update_cache; in spinand_write_to_cache_op()
1045 info->op_variants.update_cache); in spinand_match_and_init()
1046 spinand->op_templates.update_cache = op; in spinand_match_and_init()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/spi/
H A Dcore.c183 spinand->op_templates.update_cache->data.buswidth == 4) in spinand_init_quad_enable()
812 info.op_tmpl = *spinand->op_templates.update_cache; in spinand_create_dirmap()
1042 info->op_variants.update_cache); in spinand_match_and_init()
1043 spinand->op_templates.update_cache = op; in spinand_match_and_init()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/
H A D__init__.py72 def update_cache(f): function
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/microcode/
H A Damd.c612 static void update_cache(struct ucode_patch *new_patch) in update_cache() function
809 update_cache(patch); in verify_and_add_patch()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcooker.py1617 bb.parse.update_cache(p)