Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dit6616.c466 struct it6616 { struct
936 static struct it6616 *g_it6616;
942 static inline struct it6616 *to_it6616(struct v4l2_subdev *sd) in to_it6616()
944 return container_of(sd, struct it6616, sd); in to_it6616()
1011 static bool it6616_mipi_tx_get_video_stable(struct it6616 *it6616) in it6616_mipi_tx_get_video_stable() argument
1013 struct regmap *mipi = it6616->mipi_regmap; in it6616_mipi_tx_get_video_stable()
1021 static void it6616_mipitx_init_bus_para(struct it6616 *it6616) in it6616_mipitx_init_bus_para() argument
1023 struct bus_para *bus_para = &it6616->mipi.bus_para_config; in it6616_mipitx_init_bus_para()
1031 it6616->mipi_tx_enable_manual_adjusted_d_phy ? MIPI_TX_LPX : lpx; in it6616_mipitx_init_bus_para()
1033 it6616->mipi_tx_enable_manual_adjusted_d_phy ? in it6616_mipitx_init_bus_para()
[all …]
H A DMakefile168 obj-$(CONFIG_VIDEO_IT6616) += it6616.o