Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/comedi/drivers/
Ddt2801.c81 #define DT_S_COMPOSITE_ERROR (1<<7) macro
228 if (stat & (DT_S_COMPOSITE_ERROR | DT_S_READY)) in dt2801_readdata()
264 if (stat & DT_S_COMPOSITE_ERROR) in dt2801_writedata()
300 if (stat & DT_S_COMPOSITE_ERROR) in dt2801_wait_for_ready()
316 if (stat & DT_S_COMPOSITE_ERROR) { in dt2801_writecmd()