Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/vsp1/
Dvsp1_hsit.c29 static inline void vsp1_hsit_write(struct vsp1_hsit *hsit, u32 reg, u32 data) in vsp1_hsit_write() argument
31 vsp1_write(hsit->entity.vsp1, reg, data); in vsp1_hsit_write()
40 struct vsp1_hsit *hsit = to_hsit(subdev); in hsit_s_stream() local
45 if (hsit->inverse) in hsit_s_stream()
46 vsp1_hsit_write(hsit, VI6_HSI_CTRL, VI6_HSI_CTRL_EN); in hsit_s_stream()
48 vsp1_hsit_write(hsit, VI6_HST_CTRL, VI6_HST_CTRL_EN); in hsit_s_stream()
61 struct vsp1_hsit *hsit = to_hsit(subdev); in hsit_enum_mbus_code() local
66 if ((code->pad == HSIT_PAD_SINK && !hsit->inverse) | in hsit_enum_mbus_code()
67 (code->pad == HSIT_PAD_SOURCE && hsit->inverse)) in hsit_enum_mbus_code()
79 struct vsp1_hsit *hsit = to_hsit(subdev); in hsit_enum_frame_size() local
[all …]