Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dfsl_iim.c101 static int prepare_access(struct fsl_iim **regs, u32 bank, u32 word, int assert, in prepare_access() function
134 ret = prepare_access(regs, bank, word, val != NULL, caller); in prepare_read()
232 return prepare_access(regs, bank, word, !(val & ~0xff), caller); in prepare_write()
H A Dmxc_ocotp.c164 static int prepare_access(struct ocotp_regs **regs, u32 bank, u32 word, in prepare_access() function
214 return prepare_access(regs, bank, word, val != NULL, caller); in prepare_read()
345 return prepare_access(regs, bank, word, true, caller); in prepare_write()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dunwind.h21 int (*prepare_access)(struct maps *maps); member
H A Dunwind-libunwind.c63 err = maps->unwind_libunwind_ops->prepare_access(maps); in unwind__prepare_access()
H A Dunwind-libunwind-local.c726 .prepare_access = _unwind__prepare_access,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog49026 prepare_access() and then pop those mappings back off in each set of
55183 prepare_access: Don't use fbo after it was downloaded.
55190 layer between a prepare_access/finish_access. Actually, fbCopyPlane
88117 glamor: Fix prepare_access on 1bpp data.
88173 glamor: Fix the row length of 1bpp prepare_access.
88203 glamor: Use GL_MESA_pack_invert to avoid complexity in prepare_access.