Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/qcom/camss/
Dcamss-vfe-4-1.c943 vfe->isr_ops.reset_ack(vfe); in vfe_isr()
949 vfe->isr_ops.halt_ack(vfe); in vfe_isr()
953 vfe->isr_ops.reg_update(vfe, i); in vfe_isr()
956 vfe->isr_ops.sof(vfe, VFE_LINE_PIX); in vfe_isr()
960 vfe->isr_ops.sof(vfe, i); in vfe_isr()
964 vfe->isr_ops.comp_done(vfe, i); in vfe_isr()
972 vfe->isr_ops.wm_done(vfe, i); in vfe_isr()
Dcamss-vfe-4-7.c1065 vfe->isr_ops.reset_ack(vfe); in vfe_isr()
1071 vfe->isr_ops.halt_ack(vfe); in vfe_isr()
1075 vfe->isr_ops.reg_update(vfe, i); in vfe_isr()
1078 vfe->isr_ops.sof(vfe, VFE_LINE_PIX); in vfe_isr()
1082 vfe->isr_ops.sof(vfe, i); in vfe_isr()
1086 vfe->isr_ops.comp_done(vfe, i); in vfe_isr()
1094 vfe->isr_ops.wm_done(vfe, i); in vfe_isr()
Dcamss-vfe.h165 struct vfe_isr_ops isr_ops; member
Dcamss-vfe.c1976 vfe->isr_ops.reset_ack = vfe_isr_reset_ack; in msm_vfe_subdev_init()
1977 vfe->isr_ops.halt_ack = vfe_isr_halt_ack; in msm_vfe_subdev_init()
1978 vfe->isr_ops.reg_update = vfe_isr_reg_update; in msm_vfe_subdev_init()
1979 vfe->isr_ops.sof = vfe_isr_sof; in msm_vfe_subdev_init()
1980 vfe->isr_ops.comp_done = vfe_isr_comp_done; in msm_vfe_subdev_init()
1981 vfe->isr_ops.wm_done = vfe_isr_wm_done; in msm_vfe_subdev_init()