Home
last modified time | relevance | path

Searched refs:rvmalloc (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/staging/media/deprecated/meye/
Dmeye.c63 static void *rvmalloc(unsigned long size) in rvmalloc() function
1235 meye.grab_fbuffer = rvmalloc(gbuffers * gbufsize); in vidioc_reqbufs()
1453 meye.grab_fbuffer = rvmalloc(gbuffers*gbufsize); in meye_mmap()
/Linux-v6.1/drivers/staging/media/deprecated/cpia2/
Dcpia2_core.c80 static void *rvmalloc(unsigned long size) in rvmalloc() function
2264 cam->frame_buffer = rvmalloc(cam->frame_size*cam->num_frames); in cpia2_allocate_buffers()