Home
last modified time | relevance | path

Searched defs:dry_run (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/dma/
H A Dpl330.c581 static inline u32 _emit_ADDH(unsigned dry_run, u8 buf[], in _emit_ADDH()
597 static inline u32 _emit_END(unsigned dry_run, u8 buf[]) in _emit_END()
609 static inline u32 _emit_FLUSHP(unsigned dry_run, u8 buf[], u8 peri) in _emit_FLUSHP()
625 static inline u32 _emit_LD(unsigned dry_run, u8 buf[], enum pl330_cond cond) in _emit_LD()
643 static inline u32 _emit_LDP(unsigned dry_run, u8 buf[], in _emit_LDP()
664 static inline u32 _emit_LP(unsigned dry_run, u8 buf[], in _emit_LP()
690 static inline u32 _emit_LPEND(unsigned dry_run, u8 buf[], in _emit_LPEND()
725 static inline u32 _emit_KILL(unsigned dry_run, u8 buf[]) in _emit_KILL()
735 static inline u32 _emit_MOV(unsigned dry_run, u8 buf[], in _emit_MOV()
754 static inline u32 _emit_RMB(unsigned dry_run, u8 buf[]) in _emit_RMB()
[all …]
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dgitutil.py335 def EmailPatches(series, cover_fname, args, dry_run, raise_on_error, cc_fname, argument
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dstandard.py1264 def _remove_source_files(append, files, destpath, no_report_remove=False, dry_run=False): argument
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-record.c2410 static bool dry_run; variable