Searched refs:NODE_STREAMING (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/media/platform/raspberrypi/rp1-cfe/ |
| H A D | cfe.c | 215 #define NODE_STREAMING BIT(2) macro 532 if (!check_state(cfe, NODE_STREAMING, i)) in cfe_schedule_next_csi2_job() 565 if (!check_state(cfe, NODE_STREAMING, i)) in cfe_schedule_next_pisp_job() 653 if (!check_state(cfe, NODE_STREAMING, i) || i == node->id) in cfe_sof_isr() 721 if (!check_state(cfe, NODE_STREAMING, i) || !(sof[i] || eof[i])) in cfe_isr() 864 test_all_nodes(cfe, NODE_ENABLED, NODE_STREAMING); in cfe_start_channel() 955 if (cfe->job_ready && test_all_nodes(cfe, NODE_ENABLED, NODE_STREAMING)) in cfe_start_channel() 1089 test_all_nodes(cfe, NODE_ENABLED, NODE_STREAMING); in cfe_buffer_queue() 1188 set_state(cfe, NODE_STREAMING, node->id); in cfe_start_streaming() 1195 if (!test_all_nodes(cfe, NODE_ENABLED, NODE_STREAMING)) { in cfe_start_streaming() [all …]
|