Home
last modified time | relevance | path

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

/drivers/media/platform/vsp1/
Dvsp1_hsit.c30 static inline void vsp1_hsit_write(struct vsp1_hsit *hsit, in vsp1_hsit_write() argument
44 struct vsp1_hsit *hsit = to_hsit(subdev); in hsit_enum_mbus_code() local
49 if ((code->pad == HSIT_PAD_SINK && !hsit->inverse) | in hsit_enum_mbus_code()
50 (code->pad == HSIT_PAD_SOURCE && hsit->inverse)) in hsit_enum_mbus_code()
71 struct vsp1_hsit *hsit = to_hsit(subdev); in hsit_set_format() local
76 mutex_lock(&hsit->entity.lock); in hsit_set_format()
78 config = vsp1_entity_get_pad_config(&hsit->entity, cfg, fmt->which); in hsit_set_format()
84 format = vsp1_entity_get_pad_format(&hsit->entity, config, fmt->pad); in hsit_set_format()
94 format->code = hsit->inverse ? MEDIA_BUS_FMT_AHSV8888_1X32 in hsit_set_format()
106 format = vsp1_entity_get_pad_format(&hsit->entity, config, in hsit_set_format()
[all …]