Searched refs:inited (Results 1 - 7 of 7) sorted by relevance

/drivers/macintosh/
H A Dwindfarm_lm75_sensor.c38 int inited : 1; member in struct:wf_lm75_sensor
53 if (!lm->inited) {
64 lm->inited = 1;
101 lm->inited = 0;
/drivers/scsi/
H A Dst.h151 unsigned char inited; member in struct:scsi_tape
H A Dosst.h577 unsigned char inited; member in struct:osst_tape
H A Dst.c1065 if ( DEB( debugging || ) !STp->inited)
1121 STp->inited = 1;
4109 tpnt->inited = 0;
/drivers/clk/
H A Dclk.c34 static int inited = 0; variable
127 if (!inited)
188 inited = 1;
1033 if (!inited)
/drivers/net/wireless/bcmdhd/include/
H A Dbcmutils.h157 #define POOL_ENAB(pool) ((pool) && (pool)->inited)
205 bool inited; member in struct:pktpool
/drivers/tty/
H A Dmoxa.c1369 unsigned int inited = p->port.flags & ASYNC_INITIALIZED; local
1384 if (inited && !test_bit(TTY_THROTTLED, &tty->flags) &&
1407 if (!inited)

Completed in 558 milliseconds