Home
last modified time | relevance | path

Searched refs:fe_stop (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/media/platform/raspberrypi/rp1-cfe/
H A Dcfe.c963 static void cfe_stop_channel(struct cfe_node *node, bool fe_stop) in cfe_stop_channel() argument
968 node_desc[node->id].name, fe_stop); in cfe_stop_channel()
970 if (fe_stop) { in cfe_stop_channel()
1276 bool fe_stop; in cfe_stop_streaming() local
1281 fe_stop = is_fe_enabled(cfe) && in cfe_stop_streaming()
1288 cfe_stop_channel(node, fe_stop); in cfe_stop_streaming()