Searched refs:CF_SG_RESTART (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/marvell-ccic/ |
H A D | mcam-core.c | 90 #define CF_SG_RESTART 6 /* SG restart needed */ macro 635 set_bit(CF_SG_RESTART, &cam->flags); in mcam_ctlr_dma_sg() 675 * Otherwise set CF_SG_RESTART and the controller will in mcam_dma_sg_done() 679 set_bit(CF_SG_RESTART, &cam->flags); in mcam_dma_sg_done() 701 clear_bit(CF_SG_RESTART, &cam->flags); in mcam_sg_restart() 803 clear_bit(CF_SG_RESTART, &cam->flags); in mcam_ctlr_configure() 840 clear_bit(CF_SG_RESTART, &cam->flags); in mcam_ctlr_stop_dma() 1063 if (!test_bit(CF_SG_RESTART, &cam->flags)) in mcam_read_setup() 1105 if (cam->state == S_STREAMING && test_bit(CF_SG_RESTART, &cam->flags)) in mcam_vb_buf_queue()
|
/kernel/linux/linux-6.6/drivers/media/platform/marvell/ |
H A D | mcam-core.c | 90 #define CF_SG_RESTART 6 /* SG restart needed */ macro 635 set_bit(CF_SG_RESTART, &cam->flags); in mcam_ctlr_dma_sg() 675 * Otherwise set CF_SG_RESTART and the controller will in mcam_dma_sg_done() 679 set_bit(CF_SG_RESTART, &cam->flags); in mcam_dma_sg_done() 701 clear_bit(CF_SG_RESTART, &cam->flags); in mcam_sg_restart() 803 clear_bit(CF_SG_RESTART, &cam->flags); in mcam_ctlr_configure() 840 clear_bit(CF_SG_RESTART, &cam->flags); in mcam_ctlr_stop_dma() 1063 if (!test_bit(CF_SG_RESTART, &cam->flags)) in mcam_read_setup() 1105 if (cam->state == S_STREAMING && test_bit(CF_SG_RESTART, &cam->flags)) in mcam_vb_buf_queue()
|
Completed in 6 milliseconds