Searched refs:isr_ops (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/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-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-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.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()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-pci.c | 1822 static const MemoryRegionOps isr_ops = { in virtio_pci_modern_regions_init() local 1869 &isr_ops, in virtio_pci_modern_regions_init()
|