Searched defs:uv_offset (Results 1 - 3 of 3) sorted by relevance

/drivers/media/video/ivtv/
H A Divtv-irq.c309 u32 uv_offset = offset + IVTV_YUV_BUFFER_UV_OFFSET; local
335 offset = uv_offset;
/drivers/staging/crystalhd/
H A Dcrystalhd_misc.h67 uint32_t uv_offset; member in struct:crystalhd_dio_user_info
H A Dcrystalhd_misc.c664 * @uv_offset: UV buffer offset.
676 uint32_t ubuff_sz, uint32_t uv_offset,
723 if (uv_offset) {
724 uv_start = (uaddr + (unsigned long)uv_offset) >> PAGE_SHIFT;
726 dio->uinfo.uv_sg_off = ((uaddr + (unsigned long)uv_offset) & ~PAGE_MASK);
803 dio->uinfo.uv_offset = uv_offset;
675 crystalhd_map_dio(struct crystalhd_adp *adp, void *ubuff, uint32_t ubuff_sz, uint32_t uv_offset, bool en_422mode, bool dir_tx, struct crystalhd_dio_req **dio_hnd) argument

Completed in 304 milliseconds