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 config = vsp1_entity_get_pad_config(&hsit->entity, sd_state, in hsit_set_format()82 format = vsp1_entity_get_pad_format(&hsit->entity, config, fmt->pad); in hsit_set_format()93 format->code = hsit->inverse ? MEDIA_BUS_FMT_AHSV8888_1X32 in hsit_set_format()105 format = vsp1_entity_get_pad_format(&hsit->entity, config, in hsit_set_format()[all …]