Searched refs:pdst (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | bmp_helper.c | 51 static void decode_rle8_bitmap(void *psrc, void *pdst, uint16_t *cmap, in decode_rle8_bitmap() argument 60 uint8_t *dst = pdst; in decode_rle8_bitmap() 64 dst = pdst + y * linesize; in decode_rle8_bitmap() 144 int bmpdecoder(void *bmp_addr, void *pdst, int dst_bpp) in bmpdecoder() argument 149 uint8_t *dst = pdst; in bmpdecoder()
|
| H A D | rockchip_display.c | 1257 void *dst = NULL, *pdst; in load_bmp_logo_legacy() local 1298 pdst = get_display_buffer(size); in load_bmp_logo_legacy() 1301 pdst = get_display_buffer(size); in load_bmp_logo_legacy() 1302 dst = pdst; in load_bmp_logo_legacy() 1305 len = rockchip_read_resource_file(pdst, bmp_name, 0, size); in load_bmp_logo_legacy() 1323 if (bmpdecoder(pdst, dst, logo->bpp)) { in load_bmp_logo_legacy() 1378 u8 *pdst = (u8 *)dst; in bmp_copy() local 1385 *pdst++ = image[z + 2]; in bmp_copy() 1386 *pdst++ = image[z + 1]; in bmp_copy() 1387 *pdst++ = image[z + 0]; in bmp_copy() [all …]
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | ethtool.h | 339 __be16 pdst; member
|