Home
last modified time | relevance | path

Searched refs:inited (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/drivers/macintosh/
Dwindfarm_lm75_sensor.c38 int inited : 1; member
53 if (!lm->inited) { in wf_lm75_get()
64 lm->inited = 1; in wf_lm75_get()
101 lm->inited = 0; in wf_lm75_probe()
/linux-3.4.99/arch/frv/kernel/
Ddebug-stub.c57 static u8 inited = 0; in debug_stub() local
58 if (!inited) { in debug_stub()
61 inited = 1; in debug_stub()
/linux-3.4.99/drivers/scsi/
Dst.h151 unsigned char inited; member
Dosst.h577 unsigned char inited; member
Dst.c1061 if ( DEB( debugging || ) !STp->inited) in check_tape()
1117 STp->inited = 1; in check_tape()
4093 tpnt->inited = 0; in st_probe()
/linux-3.4.99/drivers/clk/
Dclk.c34 static int inited = 0; variable
127 if (!inited) in clk_debug_register()
188 inited = 1; in clk_debug_init()
1036 if (!inited) in __clk_reparent()
/linux-3.4.99/scripts/kconfig/
Dsymbol.c49 static bool inited = false; in sym_init() local
51 if (inited) in sym_init()
53 inited = true; in sym_init()
/linux-3.4.99/drivers/tty/
Dmoxa.c1369 unsigned int inited = p->port.flags & ASYNC_INITIALIZED; in moxa_poll_port() local
1384 if (inited && !test_bit(TTY_THROTTLED, &tty->flags) && in moxa_poll_port()
1407 if (!inited) in moxa_poll_port()
/linux-3.4.99/Documentation/video4linux/
Dv4l2-framework.txt149 /* test if this device was inited */