Searched refs:NODE_STREAMING (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/media/platform/raspberrypi/rp1-cfe/ |
| H A D | cfe.c | 216 #define NODE_STREAMING BIT(2) macro 533 if (!check_state(cfe, NODE_STREAMING, i)) in cfe_schedule_next_csi2_job() 566 if (!check_state(cfe, NODE_STREAMING, i)) in cfe_schedule_next_pisp_job() 865 test_all_nodes(cfe, NODE_ENABLED, NODE_STREAMING); in cfe_start_channel() 1192 set_state(cfe, NODE_STREAMING, node->id); in cfe_start_streaming() 1199 if (!test_all_nodes(cfe, NODE_ENABLED, NODE_STREAMING)) { in cfe_start_streaming() 1258 NODE_STREAMING)); in cfe_start_streaming() 1266 clear_state(cfe, NODE_STREAMING, node->id); in cfe_start_streaming() 1282 test_all_nodes(cfe, NODE_ENABLED, NODE_STREAMING); in cfe_stop_streaming() 1285 clear_state(cfe, NODE_STREAMING, node->id); in cfe_stop_streaming() [all …]
|