|
@@ -6409,12 +6409,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] = {
|
|
@@ -6428,7 +6422,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,
|
|
@@ -6440,7 +6433,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,
|
|
@@ -6460,7 +6452,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,
|
|
@@ -6478,7 +6469,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,
|
|
@@ -6495,7 +6485,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,
|