Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/misc/
Dxilinx_sdfec.c230 bool state_updated; member
302 xsdfec->state_updated = false; in xsdfec_get_status()
1012 if (xsdfec->state_updated) in xsdfec_poll()
1165 xsdfec->state_updated = true; in xsdfec_irq_thread()
1174 xsdfec->state_updated = true; in xsdfec_irq_thread()
1178 dev_dbg(xsdfec->dev, "state=%x, stats=%x", xsdfec->state_updated, in xsdfec_irq_thread()
1182 if (xsdfec->state_updated || xsdfec->stats_updated) in xsdfec_irq_thread()
/linux-6.12.1/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw.c4643 int state_updated = 0; in pvr2_hdw_state_update() local
4666 state_updated = !0; in pvr2_hdw_state_update()
4673 return state_updated; in pvr2_hdw_state_update()
4909 int state_updated = 0; in pvr2_hdw_state_eval() local
4920 state_updated = pvr2_hdw_state_update(hdw); in pvr2_hdw_state_eval()
4950 state_updated = !0; in pvr2_hdw_state_eval()
4953 if (state_updated) { in pvr2_hdw_state_eval()