Searched refs:vsp1_read (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/media/platform/vsp1/ |
D | vsp1.h | 82 static inline u32 vsp1_read(struct vsp1_device *vsp1, u32 reg) in vsp1_read() function
|
D | vsp1_drv.c | 52 status = vsp1_read(vsp1, VI6_WPF_IRQ_STA(i)); in vsp1_irq_handler() 295 status = vsp1_read(vsp1, VI6_STATUS); in vsp1_device_init() 305 status = vsp1_read(vsp1, VI6_STATUS); in vsp1_device_init()
|
D | vsp1_lut.c | 32 return vsp1_read(lut->entity.vsp1, reg); in vsp1_lut_read()
|
D | vsp1_lif.c | 31 return vsp1_read(lif->entity.vsp1, reg); in vsp1_lif_read()
|
D | vsp1_rpf.c | 31 return vsp1_read(rpf->entity.vsp1, in vsp1_rpf_read()
|
D | vsp1_wpf.c | 31 return vsp1_read(wpf->entity.vsp1, in vsp1_wpf_read()
|
D | vsp1_uds.c | 34 return vsp1_read(uds->entity.vsp1, in vsp1_uds_read()
|
D | vsp1_sru.c | 31 return vsp1_read(sru->entity.vsp1, reg); in vsp1_sru_read()
|
D | vsp1_bru.c | 32 return vsp1_read(bru->entity.vsp1, reg); in vsp1_bru_read()
|