Searched refs:test_all_nodes (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/drivers/media/platform/raspberrypi/rp1-cfe/ |
D | cfe.c | 373 static bool test_all_nodes(struct cfe_device *cfe, unsigned long precond, in test_all_nodes() function 865 test_all_nodes(cfe, NODE_ENABLED, NODE_STREAMING); in cfe_start_channel() 956 if (cfe->job_ready && test_all_nodes(cfe, NODE_ENABLED, NODE_STREAMING)) in cfe_start_channel() 1093 test_all_nodes(cfe, NODE_ENABLED, NODE_STREAMING); in cfe_buffer_queue() 1197 if (!test_all_nodes(cfe, NODE_ENABLED, NODE_STREAMING)) { in cfe_start_streaming() 1255 is_fe_enabled(cfe) && test_all_nodes(cfe, NODE_ENABLED, in cfe_start_streaming() 1280 test_all_nodes(cfe, NODE_ENABLED, NODE_STREAMING); in cfe_stop_streaming()
|