Lines Matching defs:res
32 DEB_D("res: get 0x%02x, cur:0x%02x\n", bit, vv->resources);
45 DEB_D("res: put 0x%02x, cur:0x%02x\n", bits, vv->resources);
294 int res;
317 res = videobuf_mmap_mapper(q, vma);
319 return res;
328 __poll_t res = v4l2_ctrl_poll(file, wait);
334 return res | EPOLLOUT | EPOLLWRNORM;
336 return res | videobuf_poll_stream(file, &fh->vbi_q, wait);
348 return res | EPOLLERR;
354 return res | EPOLLIN | EPOLLRDNORM;
358 return res;
364 __poll_t res;
367 res = __fops_poll(file, wait);
369 return res;