Searched refs:userdata (Results 1 – 11 of 11) sorted by relevance
| /u-boot/include/ |
| A D | pxe_utils.h | 112 void *userdata; member 220 pxe_getfile_func getfile, void *userdata,
|
| /u-boot/drivers/video/ |
| A D | stb_truetype.h | 635 void * userdata; member 1553 STBTT_free(v, info->userdata); in stbtt_FreeShape() 1642 STBTT_free(c, userdata); in stbtt__hheap_cleanup() 1859 stbtt__hheap_cleanup(&hh, userdata); in stbtt__rasterize_sorted_edges() 1862 STBTT_free(scanline, userdata); in stbtt__rasterize_sorted_edges() 2155 stbtt__hheap_cleanup(&hh, userdata); in stbtt__rasterize_sorted_edges() 2158 STBTT_free(scanline, userdata); in stbtt__rasterize_sorted_edges() 2311 STBTT_free(e, userdata); in stbtt__rasterize() 2405 STBTT_free(points, userdata); in stbtt_FlattenCurves() 2420 STBTT_free(windings, userdata); in stbtt_Rasterize() [all …]
|
| /u-boot/board/ge/mx53ppd/ |
| A D | mx53ppd.c | 168 static int vpd_callback(struct vpd_cache *userdata, u8 id, u8 version, in vpd_callback() argument 171 struct vpd_cache *vpd = userdata; in vpd_callback()
|
| /u-boot/board/ge/common/ |
| A D | vpd_reader.c | 113 int vpd_reader(size_t size, u8 *data, struct vpd_cache *userdata, in vpd_reader() argument 196 ret = fn(userdata, data[ID], data[VER], data[TYP], in vpd_reader()
|
| /u-boot/cmd/ |
| A D | sysboot.c | 28 struct sysboot_info *info = ctx->userdata; in sysboot_read_file()
|
| /u-boot/drivers/fastboot/ |
| A D | Kconfig | 142 on eMMC userdata. Define this to enable the special commands to 170 bool "Enable eMMC userdata partition flash/erase" 174 eMMC userdata. The "flash" command only update the MBR and GPT 176 The "erase" command erase all the userdata.
|
| /u-boot/boot/ |
| A D | bootmeth_extlinux.c | 41 struct extlinux_info *info = ctx->userdata; in extlinux_getfile()
|
| A D | bootmeth_pxe.c | 29 struct extlinux_info *info = ctx->userdata; in extlinux_pxe_getfile()
|
| A D | pxe_utils.c | 1580 pxe_getfile_func getfile, void *userdata, in pxe_setup_ctx() argument 1589 ctx->userdata = userdata; in pxe_setup_ctx()
|
| /u-boot/fs/erofs/ |
| A D | erofs_fs.h | 44 u8 userdata[64]; /* digest(sha256), etc. */ member
|
| /u-boot/arch/sandbox/cpu/ |
| A D | sdl.c | 488 wanted.userdata = NULL; in sandbox_sdl_sound_init()
|
Completed in 41 milliseconds