Home
last modified time | relevance | path

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

/u-boot/include/
A D_exports.h7 #ifndef EXPORT_FUNC
8 #define EXPORT_FUNC(a, b, c, ...) macro
11 EXPORT_FUNC(getchar, int, getc, void)
12 EXPORT_FUNC(tstc, int, tstc, void)
13 EXPORT_FUNC(putc, void, putc, const char)
14 EXPORT_FUNC(puts, void, puts, const char *)
23 EXPORT_FUNC(dummy, void, free_hdlr, void)
25 EXPORT_FUNC(malloc, void *, malloc, size_t)
27 EXPORT_FUNC(free, void, free, void *)
48 EXPORT_FUNC(dummy, void, i2c_read, void)
[all …]
A Dexports.h69 #define EXPORT_FUNC(impl, res, func, ...) res(*func)(__VA_ARGS__); macro
71 #undef EXPORT_FUNC
/u-boot/examples/standalone/
A Dstubs.c20 #define EXPORT_FUNC(f, a, x, ...) \ macro
33 #define EXPORT_FUNC(f, a, x, ...) \ macro
48 #define EXPORT_FUNC(f, a, x, ...) \ macro
61 #define EXPORT_FUNC(f, a, x, ...) \ macro
78 #define EXPORT_FUNC(f, a, x, ...) \ macro
94 #define EXPORT_FUNC(f, a, x, ...) \ macro
107 #define EXPORT_FUNC(f, a, x, ...) \ macro
123 #define EXPORT_FUNC(f, a, x, ...) \ macro
169 #define EXPORT_FUNC(f, a, x, ...) \ macro
182 #define EXPORT_FUNC(f, a, x, ...) \ macro
[all …]
/u-boot/common/
A Dexports.c20 #define EXPORT_FUNC(f, a, x, ...) gd->jt->x = f; macro
/u-boot/doc/
A DREADME.standalone75 EXPORT_FUNC(foobar, long, foobar, int, char)
77 Parameters to EXPORT_FUNC:
103 EXPORT_FUNC(foobar, long, foobar, int, char)
105 EXPORT_FUNC(dummy, void, foobar, void)
/u-boot/doc/arch/
A Dxtensa.rst57 (grep for EXPORT_FUNC). The implementation for Xtensa depends on

Completed in 10 milliseconds