Home
last modified time | relevance | path

Searched refs:cmap_work_alloc (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/hpc/
H A Dvideo_subr.h37 int cmap_work_alloc(u_int8_t **, u_int8_t **, u_int8_t **, u_int32_t **, int);
H A Dvideo_subr.c151 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 Dplumvideo.c447 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 Dhd64461video.c532 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 Dtx3912video.c523 error = cmap_work_alloc(&r, &g, &b, &rgb, cnt); in tx3912video_ioctl()