Home
last modified time | relevance | path

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

/hardware/st/secure_element2/secure_element/1.0/esehal/src/
Diso7816_t1.c271 t1->state.halt = 1; r = -EIO; in parse_rblock()
282 t1->state.halt = 1; r = -EOPNOTSUPP; in parse_rblock()
489 while (!t1->state.halt && t1->retries) { in t1_loop()
575 t1->state.halt = 1, n = 0; in t1_loop()
586 t1->state.halt = 1; in t1_loop()
606 t1->state.halt = 1; in t1_loop()
610 t1->state.halt = 1; in t1_loop()
625 t1->state.halt = 1; in t1_loop()
636 t1->state.halt = 0; in t1_clear_states()
683 t1->state.halt = 1; in t1_release()
Diso7816_t1.h33 unsigned halt : 1; /* Halt dispatch loop */ member