Searched refs:isr_ops (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/ |
H A D | camss-vfe-170.c | 367 vfe->isr_ops.reset_ack(vfe); in vfe_isr() 371 vfe->isr_ops.reg_update(vfe, i); in vfe_isr() 375 vfe->isr_ops.sof(vfe, i); in vfe_isr() 379 vfe->isr_ops.comp_done(vfe, i); in vfe_isr() 384 vfe->isr_ops.wm_done(vfe, wm); in vfe_isr() 754 vfe->isr_ops = vfe_isr_ops_170; in vfe_subdev_init()
|
H A D | camss-vfe-4-7.c | 1059 vfe->isr_ops.reset_ack(vfe); in vfe_isr() 1065 vfe->isr_ops.halt_ack(vfe); in vfe_isr() 1069 vfe->isr_ops.reg_update(vfe, i); in vfe_isr() 1072 vfe->isr_ops.sof(vfe, VFE_LINE_PIX); in vfe_isr() 1076 vfe->isr_ops.sof(vfe, i); in vfe_isr() 1080 vfe->isr_ops.comp_done(vfe, i); in vfe_isr() 1088 vfe->isr_ops.wm_done(vfe, i); in vfe_isr() 1188 vfe->isr_ops = vfe_isr_ops_gen1; in vfe_subdev_init()
|
H A D | camss-vfe-4-8.c | 989 vfe->isr_ops.reset_ack(vfe); in vfe_isr() 995 vfe->isr_ops.halt_ack(vfe); in vfe_isr() 999 vfe->isr_ops.reg_update(vfe, i); in vfe_isr() 1002 vfe->isr_ops.sof(vfe, VFE_LINE_PIX); in vfe_isr() 1006 vfe->isr_ops.sof(vfe, i); in vfe_isr() 1010 vfe->isr_ops.comp_done(vfe, i); in vfe_isr() 1018 vfe->isr_ops.wm_done(vfe, i); in vfe_isr() 1173 vfe->isr_ops = vfe_isr_ops_gen1; in vfe_subdev_init()
|
H A D | camss-vfe-4-1.c | 901 vfe->isr_ops.reset_ack(vfe); in vfe_isr() 907 vfe->isr_ops.halt_ack(vfe); in vfe_isr() 911 vfe->isr_ops.reg_update(vfe, i); in vfe_isr() 914 vfe->isr_ops.sof(vfe, VFE_LINE_PIX); in vfe_isr() 918 vfe->isr_ops.sof(vfe, i); in vfe_isr() 922 vfe->isr_ops.comp_done(vfe, i); in vfe_isr() 930 vfe->isr_ops.wm_done(vfe, i); in vfe_isr() 992 vfe->isr_ops = vfe_isr_ops_gen1; in vfe_subdev_init()
|
H A D | camss-vfe.h | 152 struct vfe_isr_ops isr_ops; member
|
H A D | camss-vfe.c | 421 vfe->isr_ops.wm_done(vfe, i); in vfe_isr_comp_done()
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/ |
H A 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()
|
H A 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()
|
H A D | camss-vfe.h | 165 struct vfe_isr_ops isr_ops; member
|
H A 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()
|
Completed in 17 milliseconds