Searched refs:clear_state (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/fpga/ |
| H A D | altera-cvp.c | 88 int (*clear_state)(struct altera_cvp_conf *conf); member 375 if (conf->priv->clear_state) { in altera_cvp_write_init() 376 ret = conf->priv->clear_state(conf); in altera_cvp_write_init() 532 .clear_state = altera_cvp_v2_clear_state,
|
| /linux-6.15/drivers/media/platform/raspberrypi/rp1-cfe/ |
| H A D | cfe.c | 354 static void clear_state(struct cfe_device *cfe, unsigned long state, in clear_state() function 677 clear_state(cfe, FE_INT, node->id); in cfe_sof_isr() 694 clear_state(cfe, FS_INT, node->id); in cfe_eof_isr() 1191 clear_state(cfe, FS_INT | FE_INT, node->id); in cfe_start_streaming() 1266 clear_state(cfe, NODE_STREAMING, node->id); in cfe_start_streaming() 1285 clear_state(cfe, NODE_STREAMING, node->id); in cfe_stop_streaming() 1879 clear_state(cfe, NODE_ENABLED, i); in cfe_video_link_notify() 2068 clear_state(cfe, NODE_REGISTERED, i); in cfe_unregister_nodes()
|