Home
last modified time | relevance | path

Searched refs:drvr_state (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/staging/cxt1e1/
Dfunctions.c58 extern int drvr_state;
119 if (drvr_state != SBE_DRVR_AVAILABLE) in watchdog_func()
122 pr_warning("%s: drvr not available (%x)\n", __func__, drvr_state); in watchdog_func()
Dhwprobe.c42 extern int drvr_state;
359 drvr_state = SBE_DRVR_AVAILABLE; in c4hw_attach_all()
369 drvr_state = SBE_DRVR_DOWN; in c4hw_attach_all()
383 drvr_state = SBE_DRVR_DOWN; in c4hw_attach_all()
Dmusycc.c99 extern int drvr_state;
1388 if ((drvr_state != SBE_DRVR_AVAILABLE) || (ci->state == C_INIT)) in musycc_intr_bh_tasklet()
1397 if (drvr_state != SBE_DRVR_AVAILABLE) in musycc_intr_bh_tasklet()
Dpmcc4_drv.c149 int drvr_state = SBE_DRVR_INIT; variable
534 if (drvr_state != SBE_DRVR_AVAILABLE) in c4_watchdog()
537 pr_info("drvr not available (%x)\n", drvr_state); in c4_watchdog()