Searched refs:clear_int_flags (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/media/platform/samsung/s5p-mfc/ |
D | s5p_mfc.c | 381 s5p_mfc_hw_call(dev->mfc_ops, clear_int_flags, dev); in s5p_mfc_handle_frame() 453 s5p_mfc_hw_call(dev->mfc_ops, clear_int_flags, dev); in s5p_mfc_handle_frame() 497 s5p_mfc_hw_call(dev->mfc_ops, clear_int_flags, dev); in s5p_mfc_handle_error() 550 s5p_mfc_hw_call(dev->mfc_ops, clear_int_flags, dev); in s5p_mfc_handle_seq_done() 568 s5p_mfc_hw_call(dev->mfc_ops, clear_int_flags, dev); in s5p_mfc_handle_init_buffers() 670 s5p_mfc_hw_call(dev->mfc_ops, clear_int_flags, dev); in s5p_mfc_irq() 674 s5p_mfc_hw_call(dev->mfc_ops, clear_int_flags, dev); in s5p_mfc_irq() 704 s5p_mfc_hw_call(dev->mfc_ops, clear_int_flags, dev); in s5p_mfc_irq() 715 s5p_mfc_hw_call(dev->mfc_ops, clear_int_flags, dev); in s5p_mfc_irq() 727 s5p_mfc_hw_call(dev->mfc_ops, clear_int_flags, dev); in s5p_mfc_irq() [all …]
|
D | s5p_mfc_opr.h | 300 void (*clear_int_flags)(struct s5p_mfc_dev *dev); member
|
D | s5p_mfc_opr_v5.c | 1609 .clear_int_flags = s5p_mfc_clear_int_flags_v5,
|
D | s5p_mfc_opr_v6.c | 2504 .clear_int_flags = s5p_mfc_clear_int_flags_v6,
|