|
@@ -6410,12 +6410,6 @@ static int __cam_isp_ctx_handle_irq_in_activated(void *context,
|
|
|
return rc;
|
|
|
}
|
|
|
|
|
|
-static int __cam_isp_shutdown_dev(
|
|
|
- struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh)
|
|
|
-{
|
|
|
- return cam_isp_subdev_close_internal(sd, fh);
|
|
|
-}
|
|
|
-
|
|
|
/* top state machine */
|
|
|
static struct cam_ctx_ops
|
|
|
cam_isp_ctx_top_state_machine[CAM_CTX_STATE_MAX] = {
|
|
@@ -6429,7 +6423,6 @@ static struct cam_ctx_ops
|
|
|
{
|
|
|
.ioctl_ops = {
|
|
|
.acquire_dev = __cam_isp_ctx_acquire_dev_in_available,
|
|
|
- .shutdown_dev = __cam_isp_shutdown_dev,
|
|
|
},
|
|
|
.crm_ops = {},
|
|
|
.irq_ops = NULL,
|
|
@@ -6441,7 +6434,6 @@ static struct cam_ctx_ops
|
|
|
.release_dev = __cam_isp_ctx_release_dev_in_top_state,
|
|
|
.config_dev = __cam_isp_ctx_config_dev_in_acquired,
|
|
|
.release_hw = __cam_isp_ctx_release_hw_in_top_state,
|
|
|
- .shutdown_dev = __cam_isp_shutdown_dev,
|
|
|
},
|
|
|
.crm_ops = {
|
|
|
.link = __cam_isp_ctx_link_in_acquired,
|
|
@@ -6461,7 +6453,6 @@ static struct cam_ctx_ops
|
|
|
.release_dev = __cam_isp_ctx_release_dev_in_top_state,
|
|
|
.config_dev = __cam_isp_ctx_config_dev_in_top_state,
|
|
|
.release_hw = __cam_isp_ctx_release_hw_in_top_state,
|
|
|
- .shutdown_dev = __cam_isp_shutdown_dev,
|
|
|
},
|
|
|
.crm_ops = {
|
|
|
.unlink = __cam_isp_ctx_unlink_in_ready,
|
|
@@ -6479,7 +6470,6 @@ static struct cam_ctx_ops
|
|
|
.release_dev = __cam_isp_ctx_release_dev_in_activated,
|
|
|
.config_dev = __cam_isp_ctx_config_dev_in_flushed,
|
|
|
.release_hw = __cam_isp_ctx_release_hw_in_activated,
|
|
|
- .shutdown_dev = __cam_isp_shutdown_dev,
|
|
|
},
|
|
|
.crm_ops = {
|
|
|
.unlink = __cam_isp_ctx_unlink_in_ready,
|
|
@@ -6496,7 +6486,6 @@ static struct cam_ctx_ops
|
|
|
.release_dev = __cam_isp_ctx_release_dev_in_activated,
|
|
|
.config_dev = __cam_isp_ctx_config_dev_in_top_state,
|
|
|
.release_hw = __cam_isp_ctx_release_hw_in_activated,
|
|
|
- .shutdown_dev = __cam_isp_shutdown_dev,
|
|
|
},
|
|
|
.crm_ops = {
|
|
|
.unlink = __cam_isp_ctx_unlink_in_activated,
|