Home
last modified time | relevance | path

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

/hardware/st/secure_element2/secure_element/esehal/src/
Diso7816_t1.c270 t1->state.halt = 1; r = -EIO; in parse_rblock()
281 t1->state.halt = 1; r = -EOPNOTSUPP; in parse_rblock()
488 while (!t1->state.halt && t1->retries) { in t1_loop()
574 t1->state.halt = 1, n = 0; in t1_loop()
585 t1->state.halt = 1; in t1_loop()
605 t1->state.halt = 1; in t1_loop()
609 t1->state.halt = 1; in t1_loop()
624 t1->state.halt = 1; in t1_loop()
635 t1->state.halt = 0; in t1_clear_states()
682 t1->state.halt = 1; in t1_release()
Diso7816_t1.h33 unsigned halt : 1; /* Halt dispatch loop */ member