Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/vivid/
Dvivid-osd.c114 fix->smem_start = dev->video_pbase; in vivid_fb_get_fix()
364 dev->video_pbase = virt_to_phys(dev->video_vbase); in vivid_fb_init()
367 dev->video_pbase, dev->video_vbase, in vivid_fb_init()
Dvivid-core.h276 unsigned long video_pbase; member
Dvivid-vid-out.c993 a->base = (void *)dev->video_pbase; in vivid_vid_out_g_fbuf()
/Linux-v5.4/drivers/media/pci/ivtv/
Divtvfb.c140 unsigned long video_pbase; member
621 fix->smem_start = oi->video_pbase; in ivtvfb_get_fix()
1110 oi->video_pbase = itv->base_addr + IVTV_DECODER_OFFSET + oi->video_rbase; in ivtvfb_init_io()
1115 oi->video_buffer_size, oi->video_pbase); in ivtvfb_init_io()
1120 oi->video_pbase, oi->video_vbase, in ivtvfb_init_io()
1126 oi->fb_start_aligned_physaddr = oi->video_pbase & ~((1 << size_shift) - 1); in ivtvfb_init_io()
1127 oi->fb_end_aligned_physaddr = oi->video_pbase + oi->video_buffer_size; in ivtvfb_init_io()
1206 itv->osd_video_pbase = itv->osd_info->video_pbase; in ivtvfb_init_card()