Home
last modified time | relevance | path

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

/linux/drivers/fpga/
H A Daltera-cvp.c85 int (*clear_state)(struct altera_cvp_conf *conf); member
372 if (conf->priv->clear_state) { in altera_cvp_write_init()
373 ret = conf->priv->clear_state(conf); in altera_cvp_write_init()
529 .clear_state = altera_cvp_v2_clear_state,
/linux/drivers/media/platform/raspberrypi/rp1-cfe/
H A Dcfe.c353 static void clear_state(struct cfe_device *cfe, unsigned long state, in clear_state() function
676 clear_state(cfe, FE_INT, node->id); in cfe_sof_isr()
693 clear_state(cfe, FS_INT, node->id); in cfe_eof_isr()
1187 clear_state(cfe, FS_INT | FE_INT, node->id); in cfe_start_streaming()
1262 clear_state(cfe, NODE_STREAMING, node->id); in cfe_start_streaming()
1281 clear_state(cfe, NODE_STREAMING, node->id); in cfe_stop_streaming()
1875 clear_state(cfe, NODE_ENABLED, i); in cfe_video_link_notify()
2065 clear_state(cfe, NODE_REGISTERED, i); in cfe_unregister_nodes()