Searched refs:cuda_state (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/macintosh/
H A Dvia-cuda.c157 static enum cuda_state { enum
164 } cuda_state; variable in typeref:enum:cuda_state
217 cuda_state = idle;
258 cuda_state = idle;
523 if (cuda_state == idle)
534 /* assert cuda_state == idle */
548 cuda_state = sent_first_byte;
593 switch (cuda_state) {
599 cuda_state = reading;
608 cuda_state
[all...]

Completed in 211 milliseconds