HomeSort by: relevance | last modified time | path
    Searched refs:ccid (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xf86-video-qxl/dist/src/spiceccid/
spiceccid.c 82 static void push_apdu(smartcard_ccid_t *ccid, void *data, int len)
92 pthread_mutex_lock(&ccid->apdu_lock);
93 for (p = &ccid->apdu_list; *p; p = &(*p)->next)
97 pthread_mutex_unlock(&ccid->apdu_lock);
100 static apdu_t * pop_apdu(smartcard_ccid_t *ccid)
103 pthread_mutex_lock(&ccid->apdu_lock);
104 p = ccid->apdu_list;
105 if (ccid->apdu_list)
106 ccid->apdu_list = p->next;
107 pthread_mutex_unlock(&ccid->apdu_lock)
267 smartcard_ccid_t *ccid = (smartcard_ccid_t *) arg; local
    [all...]
  /xsrc/external/mit/xf86-video-qxl/dist/
configure 1544 --enable-ccid Build the spiceccid SmartCard driver (default is no)
1559 --with-ccid-module-dir=DIR
20244 # Check whether --enable-ccid was given.
20253 # Check whether --with-ccid-module-dir was given.
20447 as_fn_error $? "Building with ccid requires xspice, but xspice is not enabled" "$LINENO" 5

Completed in 16 milliseconds