Home
last modified time | relevance | path

Searched refs:STATE_IDLE (Results 1 – 14 of 14) sorted by relevance

/drivers/input/touchscreen/
Dda9034-ts.c39 STATE_IDLE, /* wait for pendown */ enumerator
149 case STATE_IDLE: in da9034_event_handler()
201 touch->state = STATE_IDLE; in da9034_event_handler()
214 touch->state = STATE_IDLE; in da9034_event_handler()
221 touch->state = STATE_IDLE; in da9034_event_handler()
243 if ((event & DA9034_EVENT_PEN_DOWN) && touch->state == STATE_IDLE) in da9034_touch_notifier()
274 touch->state = STATE_IDLE; in da9034_touch_open()
289 touch->state = STATE_IDLE; in da9034_touch_close()
/drivers/media/platform/s5p-cec/
Ds5p_cec.c115 if (cec->rx != STATE_IDLE) in s5p_cec_irq_handler()
139 cec->tx = STATE_IDLE; in s5p_cec_irq_handler_thread()
145 cec->tx = STATE_IDLE; in s5p_cec_irq_handler_thread()
151 cec->tx = STATE_IDLE; in s5p_cec_irq_handler_thread()
163 cec->rx = STATE_IDLE; in s5p_cec_irq_handler_thread()
Ds5p_cec.h56 STATE_IDLE, enumerator
/drivers/i2c/busses/
Di2c-meson.c55 STATE_IDLE, enumerator
226 if (i2c->state == STATE_IDLE) { in meson_i2c_irq()
240 i2c->state = STATE_IDLE; in meson_i2c_irq()
251 i2c->state = STATE_IDLE; in meson_i2c_irq()
318 i2c->state = STATE_IDLE; in meson_i2c_xfer_msg()
Di2c-digicolor.c67 STATE_IDLE, enumerator
208 i2c->state = STATE_IDLE; in dc_i2c_irq()
238 i2c->state = STATE_IDLE; in dc_i2c_xfer_msg()
Di2c-rk3x.c156 STATE_IDLE, enumerator
286 i2c->state = STATE_IDLE; in rk3x_i2c_stop()
470 i2c->state = STATE_IDLE; in rk3x_i2c_handle_stop()
484 if (i2c->state == STATE_IDLE) { in rk3x_i2c_irq()
526 case STATE_IDLE: in rk3x_i2c_irq()
1095 i2c->state = STATE_IDLE; in rk3x_i2c_xfer()
Di2c-s3c2410.c97 STATE_IDLE, enumerator
407 case STATE_IDLE: in i2c_s3c_irq_nextbyte()
582 if (i2c->state == STATE_IDLE) { in s3c24xx_i2c_irq()
758 i2c->state = STATE_IDLE; in s3c24xx_i2c_doxfer()
/drivers/mmc/host/
Dsh_mmcif.c210 STATE_IDLE, enumerator
982 if (host->state != STATE_IDLE) { in sh_mmcif_request()
1039 if (host->state != STATE_IDLE) { in sh_mmcif_set_ios()
1079 host->state = STATE_IDLE; in sh_mmcif_set_ios()
1280 host->state = STATE_IDLE; in sh_mmcif_irqt()
1338 if (host->state == STATE_IDLE) { in sh_mmcif_timeout_work()
1372 host->state = STATE_IDLE; in sh_mmcif_timeout_work()
Datmel-mci.c188 STATE_IDLE = 0, enumerator
1377 if (host->state == STATE_IDLE) { in atmci_queue_request()
1628 host->state = STATE_IDLE; in atmci_request_end()
1720 case STATE_IDLE: in atmci_detect_change()
1784 case STATE_IDLE: in atmci_tasklet_func()
Ddw_mmc.h24 STATE_IDLE = 0, enumerator
Ddw_mmc.c1416 host->state = STATE_IDLE; in dw_mci_queue_request()
1419 if (host->state == STATE_IDLE) { in dw_mci_queue_request()
1555 slot->host->state = STATE_IDLE; in dw_mci_set_ios()
1865 host->state = STATE_IDLE; in dw_mci_request_end()
2007 case STATE_IDLE: in dw_mci_tasklet_func()
/drivers/net/ieee802154/
Dcc2520.c33 #define STATE_IDLE 0 macro
971 if (state != STATE_IDLE) in cc2520_hw_init()
/drivers/mtd/nand/
Dpxa3xx_nand.c162 STATE_IDLE = 0, enumerator
1214 info->state = STATE_IDLE; in nand_cmdfunc()
1334 info->state = STATE_IDLE; in nand_cmdfunc_extended()
/drivers/net/wireless/atmel/
Dat76c50x-usb.c278 #define STATE_IDLE 0x00 macro