Home
last modified time | relevance | path

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

/linux-4.4.14/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.c979 a->base = (void *)dev->video_pbase; in vivid_vid_out_g_fbuf()
/linux-4.4.14/drivers/media/pci/ivtv/
Divtvfb.c152 unsigned long video_pbase; member
636 fix->smem_start = oi->video_pbase; in ivtvfb_get_fix()
1125 oi->video_pbase = itv->base_addr + IVTV_DECODER_OFFSET + oi->video_rbase; in ivtvfb_init_io()
1130 oi->video_buffer_size, oi->video_pbase); in ivtvfb_init_io()
1135 oi->video_pbase, oi->video_vbase, in ivtvfb_init_io()
1141 oi->fb_start_aligned_physaddr = oi->video_pbase & ~((1 << size_shift) - 1); in ivtvfb_init_io()
1142 oi->fb_end_aligned_physaddr = oi->video_pbase + oi->video_buffer_size; in ivtvfb_init_io()
1214 itv->osd_video_pbase = itv->osd_info->video_pbase; in ivtvfb_init_card()