Searched refs:NODE_ENABLED (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/platform/raspberrypi/rp1-cfe/ |
H A D | cfe.c | 214 #define NODE_ENABLED BIT(1) macro 587 if (!check_state(cfe, NODE_ENABLED, i)) in cfe_check_job_ready() 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() 1158 if (!check_state(cfe, NODE_ENABLED, node->id)) { in cfe_start_streaming() 1173 !check_state(cfe, NODE_ENABLED, cfe->node[FE_CONFIG].id)) { in cfe_start_streaming() 1195 if (!test_all_nodes(cfe, NODE_ENABLED, NODE_STREAMING)) { in cfe_start_streaming() 1253 is_fe_enabled(cfe) && test_all_nodes(cfe, NODE_ENABLED, in cfe_start_streaming() 1278 test_all_nodes(cfe, NODE_ENABLED, NODE_STREAMIN in cfe_stop_streaming() [all...] |