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

/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_hsit.c26 static inline void vsp1_hsit_write(struct vsp1_hsit *hsit, argument
40 struct vsp1_hsit *hsit = to_hsit(subdev); local
45 if ((code->pad == HSIT_PAD_SINK && !hsit->inverse) |
46 (code->pad == HSIT_PAD_SOURCE && hsit->inverse))
68 struct vsp1_hsit *hsit = to_hsit(subdev); local
73 mutex_lock(&hsit->entity.lock);
75 state = vsp1_entity_get_state(&hsit->entity, sd_state, fmt->which);
81 format = vsp1_entity_get_pad_format(&hsit->entity, state, fmt->pad);
92 format->code = hsit->inverse ? MEDIA_BUS_FMT_AHSV8888_1X32
104 format = vsp1_entity_get_pad_format(&hsit
135 struct vsp1_hsit *hsit = to_hsit(&entity->subdev); local
153 struct vsp1_hsit *hsit; local
[all...]

Completed in 130 milliseconds