Home
last modified time | relevance | path

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

/linux/drivers/media/platform/raspberrypi/rp1-cfe/
H A Dcfe.c962 static void cfe_stop_channel(struct cfe_node *node, bool fe_stop) in cfe_stop_channel() argument
967 node_desc[node->id].name, fe_stop); in cfe_stop_channel()
969 if (fe_stop) { in cfe_stop_channel()
1272 bool fe_stop; in cfe_stop_streaming() local
1277 fe_stop = is_fe_enabled(cfe) && in cfe_stop_streaming()
1284 cfe_stop_channel(node, fe_stop); in cfe_stop_streaming()