Lines Matching defs:st21nfca_se_info
30 struct st21nfca_se_info { struct
31 u8 atr[ST21NFCA_ESE_MAX_LENGTH];
32 struct completion req_completion;
34 struct timer_list bwi_timer;
35 int wt_timeout; /* in msecs */
36 bool bwi_active;
38 struct timer_list se_active_timer;
39 bool se_active;
40 int expected_pipes;
41 int count_pipes;
43 bool xch_error;
45 se_io_cb_t cb;
46 void *cb_context;