Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dmeegopad_anx7428.c53 #define STATUS_ERROR BIT(1) macro
/linux/drivers/media/usb/hdpvr/
H A Dhdpvr.h160 STATUS_ERROR, enumerator
H A Dhdpvr-video.c267 dev->status = STATUS_ERROR; in hdpvr_transmit_buffers()
/linux/drivers/net/usb/
H A Dcx82310_eth.c29 STATUS_ERROR, enumerator
/linux/drivers/input/touchscreen/
H A Dst1232.c33 #define STATUS_ERROR 0x02 macro
/linux/drivers/atm/
H A Dfore200e.h243 STATUS_ERROR = (1<<3) /* completion status (written by cp) */ enumerator
H A Dfore200e.c243 if ((ok = (*addr == val)) || (*addr & STATUS_ERROR)) in fore200e_poll()
840 if (*entry->status & STATUS_ERROR) in fore200e_tx_irq()
1110 if ((*entry->status & STATUS_ERROR) == 0) { in fore200e_rx_irq()