#include <ccid-internal.h>

Data Fields | |
| libusb_device_handle * | cci_dev | 
| struct _xfr * | cci_xfr | 
| FILE * | cci_tf | 
| int | cci_inp | 
| int | cci_outp | 
| int | cci_intrp | 
| uint16_t | cci_max_in | 
| uint16_t | cci_max_out | 
| uint16_t | cci_max_intr | 
| uint8_t | cci_seq | 
| uint8_t | _pad0 | 
| unsigned int | cci_num_slots | 
| unsigned int | cci_max_slots | 
| struct _chipcard | cci_slot [CCID_MAX_SLOTS] | 
| struct ccid_desc | cci_desc | 
Definition at line 27 of file ccid-internal.h.
| uint8_t _cci::_pad0 | 
Definition at line 43 of file ccid-internal.h.
| struct ccid_desc _cci::cci_desc | 
Definition at line 49 of file ccid-internal.h.
Referenced by fill_ccid_desc().
| libusb_device_handle* _cci::cci_dev | 
Definition at line 28 of file ccid-internal.h.
Referenced by _cci_wait_for_interrupt(), _PC_to_RDR(), cci_close(), cci_probe(), do_recv(), and probe_descriptors().
| int _cci::cci_inp | 
Definition at line 34 of file ccid-internal.h.
Referenced by do_recv(), and get_endpoint().
| int _cci::cci_intrp | 
Definition at line 36 of file ccid-internal.h.
Referenced by _cci_wait_for_interrupt(), and get_endpoint().
| uint16_t _cci::cci_max_in | 
Definition at line 38 of file ccid-internal.h.
Referenced by cci_probe(), and get_endpoint().
| uint16_t _cci::cci_max_intr | 
Definition at line 40 of file ccid-internal.h.
Referenced by get_endpoint().
| uint16_t _cci::cci_max_out | 
Definition at line 39 of file ccid-internal.h.
Referenced by cci_probe(), and get_endpoint().
| unsigned int _cci::cci_max_slots | 
Definition at line 46 of file ccid-internal.h.
Referenced by fill_ccid_desc().
| unsigned int _cci::cci_num_slots | 
Definition at line 45 of file ccid-internal.h.
Referenced by cci_get_slot(), cci_probe(), cci_slots(), and fill_ccid_desc().
| int _cci::cci_outp | 
Definition at line 35 of file ccid-internal.h.
Referenced by _PC_to_RDR(), and get_endpoint().
| uint8_t _cci::cci_seq | 
Definition at line 42 of file ccid-internal.h.
Referenced by _PC_to_RDR(), and _RDR_to_PC().
| struct _chipcard _cci::cci_slot[CCID_MAX_SLOTS] | 
Definition at line 47 of file ccid-internal.h.
Referenced by _cci_wait_for_interrupt(), _RDR_to_PC(), cci_get_slot(), and cci_probe().
| FILE* _cci::cci_tf | 
Definition at line 32 of file ccid-internal.h.
Referenced by _PC_to_RDR_XfrBlock(), _RDR_to_PC_DataBlock(), cci_log(), cci_probe(), and fill_ccid_desc().
| struct _xfr* _cci::cci_xfr | 
Definition at line 30 of file ccid-internal.h.
Referenced by _cci_wait_for_interrupt(), cci_close(), cci_probe(), chipcard_slot_off(), chipcard_slot_on(), chipcard_slot_status(), and chipcard_wait_for_card().
 1.6.3