Home
last modified time | relevance | path

Searched refs:STATE_ERROR (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/media/rc/
H A Dir-imon-decoder.c35 STATE_ERROR, enumerator
117 if (data->state == STATE_ERROR) { in ir_imon_decode()
173 data->state = STATE_ERROR; in ir_imon_decode()
/linux/drivers/scsi/
H A Dxen-scsifront.c109 STATE_ERROR enumerator
236 info->host_active = STATE_ERROR; in scsifront_set_error()
314 if (info->host_active == STATE_ERROR) in scsifront_cdb_cmd_done()
399 if (info->host_active == STATE_ERROR) in scsifront_ring_drain()
438 if (info->host_active == STATE_ERROR) { in scsifront_irq_fn()
614 if (info->host_active == STATE_ERROR) in scsifront_queuecommand()
669 if (info->host_active == STATE_ERROR) in scsifront_action_handler()
744 if (info->host_active == STATE_ERROR) in scsifront_sdev_configure()
1051 if (info->host_active == STATE_ERROR) in scsifront_do_lun_hotplug()
/linux/drivers/media/cec/platform/s5p/
H A Ds5p_cec.h56 STATE_ERROR enumerator
/linux/drivers/media/pci/netup_unidvb/
H A Dnetup_unidvb_i2c.c85 i2c->state = STATE_ERROR; in netup_i2c_interrupt()
91 i2c->state = STATE_ERROR; in netup_i2c_interrupt()
242 case STATE_ERROR: in netup_i2c_xfer()
H A Dnetup_unidvb.h75 STATE_ERROR enumerator
/linux/drivers/i2c/busses/
H A Di2c-xiic.c42 STATE_ERROR, enumerator
666 i2c->atomic_xfer_state = STATE_ERROR; in xiic_error_check()
779 wakeup_code = STATE_ERROR; in xiic_process()
783 wakeup_code = STATE_ERROR; in xiic_process()
882 wakeup_code = STATE_ERROR; in xiic_process()
/linux/drivers/spi/
H A Dspi-pl022.c246 #define STATE_ERROR ((void *) -1) macro