Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/
Dxilinx_sdfec.c229 bool state_updated; member
301 xsdfec->state_updated = false; in xsdfec_get_status()
1021 if (xsdfec->state_updated) in xsdfec_poll()
1176 xsdfec->state_updated = true; in xsdfec_irq_thread()
1185 xsdfec->state_updated = true; in xsdfec_irq_thread()
1189 dev_dbg(xsdfec->dev, "state=%x, stats=%x", xsdfec->state_updated, in xsdfec_irq_thread()
1193 if (xsdfec->state_updated || xsdfec->stats_updated) in xsdfec_irq_thread()
/linux-6.1.9/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw.c4641 int state_updated = 0; in pvr2_hdw_state_update() local
4664 state_updated = !0; in pvr2_hdw_state_update()
4671 return state_updated; in pvr2_hdw_state_update()
4907 int state_updated = 0; in pvr2_hdw_state_eval() local
4918 state_updated = pvr2_hdw_state_update(hdw); in pvr2_hdw_state_eval()
4948 state_updated = !0; in pvr2_hdw_state_eval()
4951 if (state_updated) { in pvr2_hdw_state_eval()