Searched refs:lif (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/drivers/media/platform/vsp1/
H A Dvsp1_lif.c29 static inline u32 vsp1_lif_read(struct vsp1_lif *lif, u32 reg) vsp1_lif_read() argument
31 return vsp1_read(lif->entity.vsp1, reg); vsp1_lif_read()
34 static inline void vsp1_lif_write(struct vsp1_lif *lif, u32 reg, u32 data) vsp1_lif_write() argument
36 vsp1_write(lif->entity.vsp1, reg, data); vsp1_lif_write()
46 struct vsp1_lif *lif = to_lif(subdev); lif_s_stream() local
52 vsp1_lif_write(lif, VI6_LIF_CTRL, 0); lif_s_stream()
56 format = &lif->entity.formats[LIF_PAD_SOURCE]; lif_s_stream()
60 vsp1_lif_write(lif, VI6_LIF_CSBTH, lif_s_stream()
64 vsp1_lif_write(lif, VI6_LIF_CTRL, lif_s_stream()
84 struct vsp1_lif *lif = to_lif(subdev); lif_enum_mbus_code() local
100 format = vsp1_entity_get_pad_format(&lif->entity, cfg, lif_enum_mbus_code()
112 struct vsp1_lif *lif = to_lif(subdev); lif_enum_frame_size() local
115 format = vsp1_entity_get_pad_format(&lif->entity, cfg, LIF_PAD_SINK, lif_enum_frame_size()
139 struct vsp1_lif *lif = to_lif(subdev); lif_get_format() local
141 fmt->format = *vsp1_entity_get_pad_format(&lif->entity, cfg, fmt->pad, lif_get_format()
150 struct vsp1_lif *lif = to_lif(subdev); lif_set_format() local
158 format = vsp1_entity_get_pad_format(&lif->entity, cfg, fmt->pad, lif_set_format()
180 format = vsp1_entity_get_pad_format(&lif->entity, cfg, LIF_PAD_SOURCE, lif_set_format()
214 struct vsp1_lif *lif; vsp1_lif_create() local
217 lif = devm_kzalloc(vsp1->dev, sizeof(*lif), GFP_KERNEL); vsp1_lif_create()
218 if (lif == NULL) vsp1_lif_create()
221 lif->entity.type = VSP1_ENTITY_LIF; vsp1_lif_create()
223 ret = vsp1_entity_init(vsp1, &lif->entity, 2); vsp1_lif_create()
228 subdev = &lif->entity.subdev; vsp1_lif_create()
233 snprintf(subdev->name, sizeof(subdev->name), "%s lif", vsp1_lif_create()
235 v4l2_set_subdevdata(subdev, lif); vsp1_lif_create()
240 return lif; vsp1_lif_create()
H A Dvsp1_drv.c185 vsp1->lif = vsp1_lif_create(vsp1); vsp1_create_entities()
186 if (IS_ERR(vsp1->lif)) { vsp1_create_entities()
187 ret = PTR_ERR(vsp1->lif); vsp1_create_entities()
191 list_add_tail(&vsp1->lif->entity.list_dev, &vsp1->entities); vsp1_create_entities()
267 &vsp1->lif->entity.subdev.entity, LIF_PAD_SINK, 0); vsp1_create_entities()
436 if (of_property_read_bool(np, "renesas,has-lif")) vsp1_parse_dt()
H A Dvsp1.h66 struct vsp1_lif *lif; member in struct:vsp1_device
H A Dvsp1_video.h81 struct vsp1_entity *lif; member in struct:vsp1_pipeline
H A Dvsp1_wpf.c114 if (!pipe->lif) { wpf_s_stream()
132 if (!pipe->lif) { wpf_s_stream()
H A Dvsp1_video.c403 pipe->lif = NULL; __vsp1_pipeline_cleanup()
444 pipe->lif = e; vsp1_pipeline_validate()
548 if (!pipe->lif) vsp1_pipeline_ready()
588 if (pipe->lif && list_is_singular(&video->irqqueue)) { vsp1_video_complete_buffer()
641 if (!pipe->lif) vsp1_pipeline_frame_end()
/linux-4.1.27/drivers/net/ethernet/cisco/enic/
H A Dvnic_resource.h63 u16 lif; /* loopback lif for mgmt frames */ member in struct:mgmt_barmap_hdr
/linux-4.1.27/drivers/scsi/fnic/
H A Dfcpio.h405 * used by the host to notify the firmware of the lif's s_id
441 * used by the host to notify the firmware of the lif's s_id
/linux-4.1.27/drivers/media/rc/
H A Dati_remote.c23 * Vincent Vanackere <vanackere@lif.univ-mrs.fr>

Completed in 242 milliseconds