Searched refs:isr_ops (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/ |
D | camss-vfe-4-1.c | 943 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()
|
D | camss-vfe-4-7.c | 1065 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()
|
D | camss-vfe.h | 165 struct vfe_isr_ops isr_ops; member
|
D | camss-vfe.c | 1987 vfe->isr_ops.reset_ack = vfe_isr_reset_ack; in msm_vfe_subdev_init() 1988 vfe->isr_ops.halt_ack = vfe_isr_halt_ack; in msm_vfe_subdev_init() 1989 vfe->isr_ops.reg_update = vfe_isr_reg_update; in msm_vfe_subdev_init() 1990 vfe->isr_ops.sof = vfe_isr_sof; in msm_vfe_subdev_init() 1991 vfe->isr_ops.comp_done = vfe_isr_comp_done; in msm_vfe_subdev_init() 1992 vfe->isr_ops.wm_done = vfe_isr_wm_done; in msm_vfe_subdev_init()
|