Searched refs:ifp_state (Results 1 – 1 of 1) sorted by relevance
786 struct v4l2_subdev_state *ifp_state) in mt9m114_configure() argument802 ifp_format = v4l2_subdev_state_get_format(ifp_state, 1); in mt9m114_configure()804 ifp_crop = v4l2_subdev_state_get_crop(ifp_state, 0); in mt9m114_configure()805 ifp_compose = v4l2_subdev_state_get_compose(ifp_state, 0); in mt9m114_configure()920 struct v4l2_subdev_state *ifp_state) in mt9m114_start_streaming() argument928 ret = mt9m114_configure(sensor, pa_state, ifp_state); in mt9m114_start_streaming()1571 struct v4l2_subdev_state *ifp_state; in mt9m114_ifp_s_stream() local1577 ifp_state = v4l2_subdev_lock_and_get_active_state(&sensor->ifp.sd); in mt9m114_ifp_s_stream()1580 ret = mt9m114_start_streaming(sensor, pa_state, ifp_state); in mt9m114_ifp_s_stream()1583 v4l2_subdev_unlock_state(ifp_state); in mt9m114_ifp_s_stream()