Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/i2c/busses/
Dscx200_acb.c55 state_idle, enumerator
132 iface->state = state_idle; in scx200_acb_machine()
144 case state_idle: in scx200_acb_machine()
193 iface->state = state_idle; in scx200_acb_machine()
205 iface->state = state_idle; in scx200_acb_machine()
224 iface->state = state_idle; in scx200_acb_machine()
254 iface->state = state_idle; in scx200_acb_poll()
349 while (iface->state != state_idle) in scx200_acb_smbus_xfer()
/linux-2.6.39/arch/powerpc/platforms/powermac/
Dlow_i2c.c174 state_idle, enumerator
250 if (host->state == state_idle) { in kw_i2c_handle_interrupt()
267 host->state = state_idle; in kw_i2c_handle_interrupt()
335 host->state = state_idle; in kw_i2c_handle_interrupt()
355 if (host->state != state_idle) { in kw_i2c_irq()
370 if (host->state != state_idle) { in kw_i2c_timeout()
463 while(host->state != state_idle) { in kw_i2c_xfer()