Searched refs:fb_imageblit (Results 1 – 2 of 2) sorted by relevance
181 void (*fb_imageblit) (fb_info_t *info, const fb_image_t *image); member
324 if (info->fbops->fb_imageblit) { in fb_ioctl()325 info->fbops->fb_imageblit(info, (const fb_image_t *)arg); in fb_ioctl()
Completed in 6 milliseconds