Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/i2c/busses/
Dscx200_acb.c43 state_idle, enumerator
120 iface->state = state_idle; in scx200_acb_machine()
132 case state_idle: in scx200_acb_machine()
181 iface->state = state_idle; in scx200_acb_machine()
193 iface->state = state_idle; in scx200_acb_machine()
212 iface->state = state_idle; in scx200_acb_machine()
242 iface->state = state_idle; in scx200_acb_poll()
337 while (iface->state != state_idle) in scx200_acb_smbus_xfer()
/linux-6.1.9/arch/powerpc/platforms/powermac/
Dlow_i2c.c171 state_idle, enumerator
247 if (host->state == state_idle) { in kw_i2c_handle_interrupt()
264 host->state = state_idle; in kw_i2c_handle_interrupt()
332 host->state = state_idle; in kw_i2c_handle_interrupt()
352 if (host->state != state_idle) { in kw_i2c_irq()
375 if (host->state != state_idle) { in kw_i2c_timeout()
469 while(host->state != state_idle) { in kw_i2c_xfer()