Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 8 of 8) sorted by relevance

/include/
A Dxilinx.h85 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 Dstdio.h16 void flush(void);
18 static inline void flush(void) {} in flush() function
31 static inline void flush(void) in flush() function
A Daltera.h94 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 Dstdio_dev.h43 void (*flush)(struct stdio_dev *dev); member
44 #define STDIO_DEV_ASSIGN_FLUSH(dev, flush_func) ((dev)->flush = (flush_func))
A D_exports.h16 EXPORT_FUNC(flush, void, flush, void)
A Dvideo.h358 void video_set_flush_dcache(struct udevice *dev, bool flush);
A Defi_api.h2038 efi_status_t (EFIAPI *flush)(struct efi_file_handle *this);
/include/u-boot/
A Dzlib.h519 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