Searched refs:cmap_work_alloc (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/dev/hpc/ |
H A D | video_subr.h | 37 int cmap_work_alloc(u_int8_t **, u_int8_t **, u_int8_t **, u_int32_t **, int);
|
H A D | video_subr.c | 151 cmap_work_alloc(u_int8_t **r, u_int8_t **g, u_int8_t **b, u_int32_t **rgb, in cmap_work_alloc() function
|
/netbsd-src/sys/arch/hpcmips/dev/ |
H A D | plumvideo.c | 447 error = cmap_work_alloc(&r, &g, &b, &rgb, cnt); in plumvideo_ioctl() 477 error = cmap_work_alloc(&r, &g, &b, &rgb, cnt); in plumvideo_ioctl()
|
/netbsd-src/sys/arch/hpcsh/dev/hd64461/ |
H A D | hd64461video.c | 532 error = cmap_work_alloc(&r, &g, &b, 0, cnt); in hd64461video_ioctl() 560 error = cmap_work_alloc(&r, &g, &b, 0, cnt); in hd64461video_ioctl()
|
/netbsd-src/sys/arch/hpcmips/tx/ |
H A D | tx3912video.c | 523 error = cmap_work_alloc(&r, &g, &b, &rgb, cnt); in tx3912video_ioctl()
|