Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/test-drivers/vivid/
A Dvivid-osd.c114 fix->smem_start = dev->video_pbase; in vivid_fb_get_fix()
363 dev->video_pbase = virt_to_phys(dev->video_vbase); in vivid_fb_init()
366 dev->video_pbase, dev->video_vbase, in vivid_fb_init()
A Dvivid-core.h293 unsigned long video_pbase; member
A Dvivid-core.c353 if (!dev || !dev->video_pbase) in vivid_validate_fb()
355 if ((unsigned long)a->base == dev->video_pbase && in vivid_validate_fb()
A Dvivid-vid-out.c986 a->base = (void *)dev->video_pbase; in vivid_vid_out_g_fbuf()
/linux-6.3-rc2/drivers/media/pci/ivtv/
A Divtvfb.c140 unsigned long video_pbase; member
621 fix->smem_start = oi->video_pbase; in ivtvfb_get_fix()
1109 oi->video_pbase = itv->base_addr + IVTV_DECODER_OFFSET + oi->video_rbase; in ivtvfb_init_io()
1114 oi->video_buffer_size, oi->video_pbase); in ivtvfb_init_io()
1119 oi->video_pbase, oi->video_vbase, in ivtvfb_init_io()
1125 oi->fb_start_aligned_physaddr = oi->video_pbase & ~((1 << size_shift) - 1); in ivtvfb_init_io()
1126 oi->fb_end_aligned_physaddr = oi->video_pbase + oi->video_buffer_size; in ivtvfb_init_io()
1205 itv->osd_video_pbase = itv->osd_info->video_pbase; in ivtvfb_init_card()

Completed in 19 milliseconds