Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/
Dxilinx_sdfec.c229 bool state_updated; member
301 xsdfec->state_updated = false; in xsdfec_get_status()
1041 if (xsdfec->state_updated) in xsdfec_poll()
1198 xsdfec->state_updated = true; in xsdfec_irq_thread()
1207 xsdfec->state_updated = true; in xsdfec_irq_thread()
1211 dev_dbg(xsdfec->dev, "state=%x, stats=%x", xsdfec->state_updated, in xsdfec_irq_thread()
1215 if (xsdfec->state_updated || xsdfec->stats_updated) in xsdfec_irq_thread()
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw.c4638 int state_updated = 0; in pvr2_hdw_state_update() local
4661 state_updated = !0; in pvr2_hdw_state_update()
4668 return state_updated; in pvr2_hdw_state_update()
4904 int state_updated = 0; in pvr2_hdw_state_eval() local
4915 state_updated = pvr2_hdw_state_update(hdw); in pvr2_hdw_state_eval()
4945 state_updated = !0; in pvr2_hdw_state_eval()
4948 if (state_updated) { in pvr2_hdw_state_eval()