Searched refs:rockchip_read_resource_file (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/ |
| H A D | resource_img.h | 54 int rockchip_read_resource_file(void *buf, const char *name, int blk_offset, int len);
|
| /rk3399_rockchip-uboot/drivers/sound/ |
| H A D | rockchip-sound.c | 25 ret = rockchip_read_resource_file(buf, wav_name, 0, size); in load_audio_wav()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | resource_img.c | 437 int rockchip_read_resource_file(void *buf, const char *name, int blk_offset, int len) in rockchip_read_resource_file() function 509 ret = rockchip_read_resource_file(fdt_addr, f->name, 0, 0); in rockchip_read_resource_dtb()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_display.c | 1231 len = rockchip_read_resource_file(header, bmp_name, 0, RK_BLK_SIZE); in load_kernel_bmp_logo() 1238 len = rockchip_read_resource_file(dst, bmp_name, 0, size); in load_kernel_bmp_logo() 1278 len = rockchip_read_resource_file(header, bmp_name, 0, RK_BLK_SIZE); in load_bmp_logo_legacy() 1305 len = rockchip_read_resource_file(pdst, bmp_name, 0, size); in load_bmp_logo_legacy() 1507 len = rockchip_read_resource_file(bmp_data, bmp_name, 0, MAX_IMAGE_BYTES); in load_bmp_logo()
|