Searched refs:hsit (Results 1 – 1 of 1) sorted by relevance
26 static inline void vsp1_hsit_write(struct vsp1_hsit *hsit, in vsp1_hsit_write() argument40 struct vsp1_hsit *hsit = to_hsit(subdev); in hsit_enum_mbus_code() local45 if ((code->pad == HSIT_PAD_SINK && !hsit->inverse) | in hsit_enum_mbus_code()46 (code->pad == HSIT_PAD_SOURCE && hsit->inverse)) in hsit_enum_mbus_code()68 struct vsp1_hsit *hsit = to_hsit(subdev); in hsit_set_format() local73 mutex_lock(&hsit->entity.lock); in hsit_set_format()75 state = vsp1_entity_get_state(&hsit->entity, sd_state, fmt->which); in hsit_set_format()92 format->code = hsit->inverse ? MEDIA_BUS_FMT_AHSV8888_1X32 in hsit_set_format()106 format->code = hsit->inverse ? MEDIA_BUS_FMT_ARGB8888_1X32 in hsit_set_format()110 mutex_unlock(&hsit->entity.lock); in hsit_set_format()[all …]