Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/vsp1/
Dvsp1_hsit.c26 static inline void vsp1_hsit_write(struct vsp1_hsit *hsit, in vsp1_hsit_write() argument
40 struct vsp1_hsit *hsit = to_hsit(subdev); in hsit_enum_mbus_code() local
45 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()
67 struct vsp1_hsit *hsit = to_hsit(subdev); in hsit_set_format() local
72 mutex_lock(&hsit->entity.lock); in hsit_set_format()
74 config = vsp1_entity_get_pad_config(&hsit->entity, cfg, fmt->which); in hsit_set_format()
80 format = vsp1_entity_get_pad_format(&hsit->entity, config, fmt->pad); in hsit_set_format()
91 format->code = hsit->inverse ? MEDIA_BUS_FMT_AHSV8888_1X32 in hsit_set_format()
103 format = vsp1_entity_get_pad_format(&hsit->entity, config, in hsit_set_format()
[all …]