Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dmt9m114.c786 struct v4l2_subdev_state *ifp_state) in mt9m114_configure() argument
802 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() argument
928 ret = mt9m114_configure(sensor, pa_state, ifp_state); in mt9m114_start_streaming()
1571 struct v4l2_subdev_state *ifp_state; in mt9m114_ifp_s_stream() local
1577 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()