Home
last modified time | relevance | path

Searched refs:video_pbase (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-osd.c126 fix->smem_start = dev->video_pbase; in vivid_fb_get_fix()
376 dev->video_pbase = virt_to_phys(dev->video_vbase); in vivid_fb_init()
379 dev->video_pbase, dev->video_vbase, in vivid_fb_init()
Dvivid-core.h269 unsigned long video_pbase; member
Dvivid-vid-out.c971 a->base = (void *)dev->video_pbase; in vivid_vid_out_g_fbuf()
/linux-4.1.27/drivers/media/pci/ivtv/
Divtvfb.c150 unsigned long video_pbase; member
635 fix->smem_start = oi->video_pbase; in ivtvfb_get_fix()
1122 oi->video_pbase = itv->base_addr + IVTV_DECODER_OFFSET + oi->video_rbase; in ivtvfb_init_io()
1127 oi->video_buffer_size, oi->video_pbase); in ivtvfb_init_io()
1132 oi->video_pbase, oi->video_vbase, in ivtvfb_init_io()
1144 oi->fb_start_aligned_physaddr = oi->video_pbase & ~((1 << size_shift) - 1); in ivtvfb_init_io()
1145 oi->fb_end_aligned_physaddr = oi->video_pbase + oi->video_buffer_size; in ivtvfb_init_io()
1224 itv->osd_video_pbase = itv->osd_info->video_pbase; in ivtvfb_init_card()