Searched defs:abuf (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | abuf.h | 29 struct abuf { struct 35 static inline void *abuf_data(const struct abuf *abuf) in abuf_data() 40 static inline size_t abuf_size(const struct abuf *abuf) in abuf_size()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | abuf.c | 15 void abuf_set(struct abuf *abuf, void *data, size_t size) in abuf_set() 22 void abuf_map_sysmem(struct abuf *abuf, ulong addr, size_t size) in abuf_map_sysmem() 27 bool abuf_realloc(struct abuf *abuf, size_t new_size) in abuf_realloc() 64 void *abuf_uninit_move(struct abuf *abuf, size_t *sizep) in abuf_uninit_move() 85 void abuf_init_set(struct abuf *abuf, void *data, size_t size) in abuf_init_set() 91 void abuf_init_move(struct abuf *abuf, void *data, size_t size) in abuf_init_move() 97 void abuf_uninit(struct abuf *abuf) in abuf_uninit() 104 void abuf_init(struct abuf *abuf) in abuf_init()
|
| /rk3399_rockchip-uboot/drivers/i2c/ |
| H A D | adi_i2c.c | 78 u8 *abuf; /* addr buffer */ member
|