Lines Matching full:mt9m114

3  * mt9m114.c onsemi MT9M114 sensor driver
351 /* Indices into the mt9m114.ifp.tpg array. */
372 struct mt9m114 { struct
472 mt9m114_default_format_info(struct mt9m114 *sensor) in mt9m114_default_format_info()
481 mt9m114_format_info(struct mt9m114 *sensor, unsigned int pad, u32 code) in mt9m114_format_info()
656 static int mt9m114_poll_command(struct mt9m114 *sensor, u32 command) in mt9m114_poll_command()
689 static int mt9m114_poll_state(struct mt9m114 *sensor, u32 state) in mt9m114_poll_state()
712 static int mt9m114_set_state(struct mt9m114 *sensor, u8 next_state) in mt9m114_set_state()
732 static int mt9m114_initialize(struct mt9m114 *sensor) in mt9m114_initialize()
784 static int mt9m114_configure(struct mt9m114 *sensor, in mt9m114_configure()
905 static int mt9m114_set_frame_rate(struct mt9m114 *sensor) in mt9m114_set_frame_rate()
918 static int mt9m114_start_streaming(struct mt9m114 *sensor, in mt9m114_start_streaming()
963 static int mt9m114_stop_streaming(struct mt9m114 *sensor) in mt9m114_stop_streaming()
989 static inline struct mt9m114 *pa_ctrl_to_mt9m114(struct v4l2_ctrl *ctrl) in pa_ctrl_to_mt9m114()
991 return container_of(ctrl->handler, struct mt9m114, pa.hdl); in pa_ctrl_to_mt9m114()
996 struct mt9m114 *sensor = pa_ctrl_to_mt9m114(ctrl); in mt9m114_pa_g_ctrl()
1037 struct mt9m114 *sensor = pa_ctrl_to_mt9m114(ctrl); in mt9m114_pa_s_ctrl()
1107 static void mt9m114_pa_ctrl_update_exposure(struct mt9m114 *sensor, bool manual) in mt9m114_pa_ctrl_update_exposure()
1129 static void mt9m114_pa_ctrl_update_blanking(struct mt9m114 *sensor, in mt9m114_pa_ctrl_update_blanking()
1150 static inline struct mt9m114 *pa_to_mt9m114(struct v4l2_subdev *sd) in pa_to_mt9m114()
1152 return container_of(sd, struct mt9m114, pa.sd); in pa_to_mt9m114()
1217 struct mt9m114 *sensor = pa_to_mt9m114(sd); in mt9m114_pa_set_fmt()
1267 struct mt9m114 *sensor = pa_to_mt9m114(sd); in mt9m114_pa_set_selection()
1323 static int mt9m114_pa_init(struct mt9m114 *sensor) in mt9m114_pa_init()
1423 static void mt9m114_pa_cleanup(struct mt9m114 *sensor) in mt9m114_pa_cleanup()
1453 static inline struct mt9m114 *ifp_ctrl_to_mt9m114(struct v4l2_ctrl *ctrl) in ifp_ctrl_to_mt9m114()
1455 return container_of(ctrl->handler, struct mt9m114, ifp.hdl); in ifp_ctrl_to_mt9m114()
1460 struct mt9m114 *sensor = ifp_ctrl_to_mt9m114(ctrl); in mt9m114_ifp_s_ctrl()
1562 static inline struct mt9m114 *ifp_to_mt9m114(struct v4l2_subdev *sd) in ifp_to_mt9m114()
1564 return container_of(sd, struct mt9m114, ifp.sd); in ifp_to_mt9m114()
1569 struct mt9m114 *sensor = ifp_to_mt9m114(sd); in mt9m114_ifp_s_stream()
1593 struct mt9m114 *sensor = ifp_to_mt9m114(sd); in mt9m114_ifp_get_frame_interval()
1617 struct mt9m114 *sensor = ifp_to_mt9m114(sd); in mt9m114_ifp_set_frame_interval()
1650 struct mt9m114 *sensor = ifp_to_mt9m114(sd); in mt9m114_ifp_init_state()
1699 struct mt9m114 *sensor = ifp_to_mt9m114(sd); in mt9m114_ifp_enum_mbus_code()
1743 struct mt9m114 *sensor = ifp_to_mt9m114(sd); in mt9m114_ifp_enum_framesizes()
1777 struct mt9m114 *sensor = ifp_to_mt9m114(sd); in mt9m114_ifp_enum_frameintervals()
1797 struct mt9m114 *sensor = ifp_to_mt9m114(sd); in mt9m114_ifp_set_fmt()
1953 struct mt9m114 *sensor = ifp_to_mt9m114(sd); in mt9m114_ifp_unregistered()
1960 struct mt9m114 *sensor = ifp_to_mt9m114(sd); in mt9m114_ifp_registered()
2011 static int mt9m114_ifp_init(struct mt9m114 *sensor) in mt9m114_ifp_init()
2099 static void mt9m114_ifp_cleanup(struct mt9m114 *sensor) in mt9m114_ifp_cleanup()
2109 static int mt9m114_power_on(struct mt9m114 *sensor) in mt9m114_power_on()
2195 static void mt9m114_power_off(struct mt9m114 *sensor) in mt9m114_power_off()
2204 struct mt9m114 *sensor = ifp_to_mt9m114(sd); in mt9m114_runtime_resume()
2223 struct mt9m114 *sensor = ifp_to_mt9m114(sd); in mt9m114_runtime_suspend()
2238 static int mt9m114_clk_init(struct mt9m114 *sensor) in mt9m114_clk_init()
2267 static int mt9m114_identify(struct mt9m114 *sensor) in mt9m114_identify()
2301 static int mt9m114_parse_dt(struct mt9m114 *sensor) in mt9m114_parse_dt()
2343 struct mt9m114 *sensor; in mt9m114_probe()
2462 struct mt9m114 *sensor = ifp_to_mt9m114(sd); in mt9m114_remove()
2482 { .compatible = "onnn,mt9m114" },
2489 .name = "mt9m114",
2499 MODULE_DESCRIPTION("onsemi MT9M114 Sensor Driver");