Searched refs:NODE_ENABLED (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/media/platform/raspberrypi/rp1-cfe/ |
| H A D | cfe.c | 215 #define NODE_ENABLED BIT(1) macro 588 if (!check_state(cfe, NODE_ENABLED, i)) in cfe_check_job_ready() 865 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() 1162 if (!check_state(cfe, NODE_ENABLED, node->id)) { in cfe_start_streaming() 1177 !check_state(cfe, NODE_ENABLED, cfe->node[FE_CONFIG].id)) { in cfe_start_streaming() 1199 if (!test_all_nodes(cfe, NODE_ENABLED, NODE_STREAMING)) { in cfe_start_streaming() 1257 is_fe_enabled(cfe) && test_all_nodes(cfe, NODE_ENABLED, in cfe_start_streaming() 1282 test_all_nodes(cfe, NODE_ENABLED, NODE_STREAMING); in cfe_stop_streaming() 1877 set_state(cfe, NODE_ENABLED, i); in cfe_video_link_notify() [all …]
|