Searched refs:hsit (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_hsit.c | 26 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 in hsit_set_format() 135 struct vsp1_hsit *hsit = to_hsit(&entity->subdev); hsit_configure_stream() local 153 struct vsp1_hsit *hsit; vsp1_hsit_create() local [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_hsit.c | 26 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() 68 struct vsp1_hsit *hsit = to_hsit(subdev); in hsit_set_format() local 73 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 in hsit_set_format() 137 struct vsp1_hsit *hsit = to_hsit(&entity->subdev); hsit_configure_stream() local 155 struct vsp1_hsit *hsit; vsp1_hsit_create() local [all...] |
Completed in 1 milliseconds