Searched defs:lif (Results 1 - 4 of 4) sorted by relevance

/drivers/media/platform/vsp1/
H A Dvsp1.h56 struct vsp1_lif *lif; member in struct:vsp1_device
H A Dvsp1_lif.c29 static inline u32 vsp1_lif_read(struct vsp1_lif *lif, u32 reg) argument
31 return vsp1_read(lif->entity.vsp1, reg);
34 static inline void vsp1_lif_write(struct vsp1_lif *lif, u32 reg, u32 data) argument
36 vsp1_write(lif->entity.vsp1, reg, data);
46 struct vsp1_lif *lif = to_lif(subdev); local
52 vsp1_lif_write(lif, VI6_LIF_CTRL, 0);
56 format = &lif->entity.formats[LIF_PAD_SOURCE];
60 vsp1_lif_write(lif, VI6_LIF_CSBTH,
64 vsp1_lif_write(lif, VI6_LIF_CTRL,
135 struct vsp1_lif *lif local
146 struct vsp1_lif *lif = to_lif(subdev); local
210 struct vsp1_lif *lif; local
[all...]
H A Dvsp1_video.h81 struct vsp1_entity *lif; member in struct:vsp1_pipeline
/drivers/net/ethernet/cisco/enic/
H A Dvnic_resource.h63 u16 lif; /* loopback lif for mgmt frames */ member in struct:mgmt_barmap_hdr

Completed in 87 milliseconds