HomeSort by: relevance | last modified time | path
    Searched refs:cmap_work_alloc (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/hpc/
video_subr.h 37 int cmap_work_alloc(u_int8_t **, u_int8_t **, u_int8_t **, u_int32_t **, int);
video_subr.c 151 cmap_work_alloc(u_int8_t **r, u_int8_t **g, u_int8_t **b, u_int32_t **rgb, function in typeref:typename:int
  /src/sys/arch/hpcmips/dev/
plumvideo.c 447 error = cmap_work_alloc(&r, &g, &b, &rgb, cnt);
477 error = cmap_work_alloc(&r, &g, &b, &rgb, cnt);
  /src/sys/arch/hpcmips/tx/
tx3912video.c 523 error = cmap_work_alloc(&r, &g, &b, &rgb, cnt);
  /src/sys/arch/hpcsh/dev/hd64461/
hd64461video.c 532 error = cmap_work_alloc(&r, &g, &b, 0, cnt);
560 error = cmap_work_alloc(&r, &g, &b, 0, cnt);

Completed in 47 milliseconds