Searched refs:flush (Results 1 – 8 of 8) sorted by relevance
| /include/ |
| A D | xilinx.h | 85 typedef int (*xilinx_pgm_fn)(int assert_pgm, int flush, int cookie); 89 typedef int (*xilinx_clk_fn)(int assert_clk, int flush, int cookie); 90 typedef int (*xilinx_cs_fn)(int assert_cs, int flush, int cookie); 91 typedef int (*xilinx_wr_fn)(int assert_write, int flush, int cookie); 93 typedef int (*xilinx_wdata_fn)(unsigned char data, int flush, int cookie); 98 typedef int (*xilinx_bwr_fn)(void *buf, size_t len, int flush, int cookie);
|
| A D | stdio.h | 16 void flush(void); 18 static inline void flush(void) {} in flush() function 31 static inline void flush(void) in flush() function
|
| A D | altera.h | 94 typedef int (*Altera_config_fn)( int assert_config, int flush, int cookie ); 97 typedef int (*Altera_clk_fn)( int assert_clk, int flush, int cookie ); 98 typedef int (*Altera_data_fn)( int assert_data, int flush, int cookie ); 99 typedef int(*Altera_write_fn)(const void *buf, size_t len, int flush, int cookie);
|
| A D | stdio_dev.h | 43 void (*flush)(struct stdio_dev *dev); member 44 #define STDIO_DEV_ASSIGN_FLUSH(dev, flush_func) ((dev)->flush = (flush_func))
|
| A D | _exports.h | 16 EXPORT_FUNC(flush, void, flush, void)
|
| A D | video.h | 358 void video_set_flush_dcache(struct udevice *dev, bool flush);
|
| A D | efi_api.h | 2038 efi_status_t (EFIAPI *flush)(struct efi_file_handle *this);
|
| /include/u-boot/ |
| A D | zlib.h | 519 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush)); 551 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
|
Completed in 24 milliseconds