Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dmax96717.c119 struct max96717_priv { struct
137 static inline struct max96717_priv *sd_to_max96717(struct v4l2_subdev *sd) in sd_to_max96717() argument
139 return container_of(sd, struct max96717_priv, sd); in sd_to_max96717()
142 static inline struct max96717_priv *clk_hw_to_max96717(struct clk_hw *hw) in clk_hw_to_max96717()
144 return container_of(hw, struct max96717_priv, clk_hw); in clk_hw_to_max96717()
152 static int max96717_i2c_mux_init(struct max96717_priv *priv) in max96717_i2c_mux_init()
163 static inline int max96717_start_csi(struct max96717_priv *priv, bool start) in max96717_start_csi()
170 static int max96717_apply_patgen_timing(struct max96717_priv *priv, in max96717_apply_patgen_timing()
223 static int max96717_apply_patgen(struct max96717_priv *priv, in max96717_apply_patgen()
243 struct max96717_priv *priv = in max96717_s_ctrl()
[all …]