| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | da9034-ts.c | 36 STATE_IDLE, /* wait for pendown */ enumerator 146 case STATE_IDLE: in da9034_event_handler() 198 touch->state = STATE_IDLE; in da9034_event_handler() 211 touch->state = STATE_IDLE; in da9034_event_handler() 218 touch->state = STATE_IDLE; in da9034_event_handler() 240 if ((event & DA9034_EVENT_PEN_DOWN) && touch->state == STATE_IDLE) in da9034_touch_notifier() 271 touch->state = STATE_IDLE; in da9034_touch_open() 286 touch->state = STATE_IDLE; in da9034_touch_close()
|
| /OK3568_Linux_fs/kernel/drivers/media/cec/platform/s5p/ |
| H A D | s5p_cec.c | 114 if (cec->rx != STATE_IDLE) in s5p_cec_irq_handler() 140 cec->tx = STATE_IDLE; in s5p_cec_irq_handler_thread() 146 cec->tx = STATE_IDLE; in s5p_cec_irq_handler_thread() 152 cec->tx = STATE_IDLE; in s5p_cec_irq_handler_thread() 164 cec->rx = STATE_IDLE; in s5p_cec_irq_handler_thread()
|
| H A D | s5p_cec.h | 52 STATE_IDLE, enumerator
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-meson.c | 60 STATE_IDLE, enumerator 239 i2c->state = STATE_IDLE; in meson_i2c_transfer_complete() 248 i2c->state = STATE_IDLE; in meson_i2c_transfer_complete() 266 if (i2c->state == STATE_IDLE) { in meson_i2c_irq() 273 if (i2c->state == STATE_IDLE) { in meson_i2c_irq() 358 i2c->state = STATE_IDLE; in meson_i2c_xfer_msg()
|
| H A D | i2c-digicolor.c | 63 STATE_IDLE, enumerator 204 i2c->state = STATE_IDLE; in dc_i2c_irq() 234 i2c->state = STATE_IDLE; in dc_i2c_xfer_msg()
|
| H A D | i2c-rk3x.c | 175 STATE_IDLE, enumerator 392 i2c->state = STATE_IDLE; in rk3x_i2c_stop() 573 i2c->state = STATE_IDLE; in rk3x_i2c_handle_stop() 587 if (i2c->state == STATE_IDLE) { in rk3x_i2c_irq() 635 case STATE_IDLE: in rk3x_i2c_irq() 1239 i2c->state = STATE_IDLE; in rk3x_i2c_xfer_common() 1282 if (i2c->state != STATE_IDLE) { in rk3x_i2c_restart_notify() 1302 i2c->state = STATE_IDLE; in rk3x_i2c_restart_notify()
|
| H A D | i2c-synquacer.c | 124 STATE_IDLE, enumerator 186 i2c->state = STATE_IDLE; in synquacer_i2c_stop() 590 i2c->state = STATE_IDLE; in synquacer_i2c_probe()
|
| H A D | i2c-s3c2410.c | 88 STATE_IDLE, enumerator 395 case STATE_IDLE: in i2c_s3c_irq_nextbyte() 573 if (i2c->state == STATE_IDLE) { in s3c24xx_i2c_irq() 746 i2c->state = STATE_IDLE; in s3c24xx_i2c_doxfer()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/src/ |
| H A D | rk_ispfec.cpp | 41 STATE_IDLE, enumerator 230 ctx->_state = rk_ispfec_ctx_t::STATE_IDLE; in rk_ispfec_api_init() 328 ctx->_state = rk_ispfec_ctx_t::STATE_IDLE; in rk_ispfec_api_process()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | moveconfig.py | 326 STATE_IDLE = 0 variable 1060 self.state = STATE_IDLE 1074 if self.state != STATE_IDLE: 1092 if self.state != STATE_IDLE: 1117 if self.state == STATE_IDLE: 1143 return True if self.state == STATE_IDLE else False 1263 self.state = STATE_IDLE
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | sh_mmcif.c | 199 STATE_IDLE, enumerator 975 if (host->state != STATE_IDLE) { in sh_mmcif_request() 1032 if (host->state != STATE_IDLE) { in sh_mmcif_set_ios() 1072 host->state = STATE_IDLE; in sh_mmcif_set_ios() 1273 host->state = STATE_IDLE; in sh_mmcif_irqt() 1331 if (host->state == STATE_IDLE) { in sh_mmcif_timeout_work() 1365 host->state = STATE_IDLE; in sh_mmcif_timeout_work()
|
| H A D | atmel-mci.c | 186 STATE_IDLE = 0, enumerator 1335 if (host->state == STATE_IDLE) { in atmci_queue_request() 1591 host->state = STATE_IDLE; in atmci_request_end() 1681 case STATE_IDLE: in atmci_detect_change() 1745 case STATE_IDLE: in atmci_tasklet_func()
|
| H A D | dw_mmc.h | 20 STATE_IDLE = 0, enumerator
|
| H A D | dw_mmc.c | 1419 host->state = STATE_IDLE; in dw_mci_queue_request() 1422 if (host->state == STATE_IDLE) { in dw_mci_queue_request() 1578 slot->host->state = STATE_IDLE; in dw_mci_set_ios() 1887 host->state = STATE_IDLE; in dw_mci_request_end() 2075 case STATE_IDLE: in dw_mci_tasklet_func()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | pxa3xx_nand.c | 140 STATE_IDLE = 0, enumerator 1090 info->state = STATE_IDLE; in nand_cmdfunc() 1222 info->state = STATE_IDLE; in nand_cmdfunc_extended()
|
| /OK3568_Linux_fs/kernel/drivers/net/ieee802154/ |
| H A D | cc2520.c | 28 #define STATE_IDLE 0 macro 963 if (state != STATE_IDLE) in cc2520_hw_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/ |
| H A D | IEEE_types.h | 825 STATE_IDLE, enumerator
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/atmel/ |
| H A D | at76c50x-usb.c | 273 #define STATE_IDLE 0x00 macro
|