Searched refs:wl_size (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/nfc/st-nci/
H A Dse.c620 int r, wl_size = 0; local
632 white_list[wl_size++] = ST_NCI_UICC_HOST_ID;
634 white_list[wl_size++] = ST_NCI_ESE_HOST_ID;
636 if (wl_size) {
639 white_list, wl_size);
/linux-master/drivers/nfc/st21nfca/
H A Dcore.c250 int wl_size = 0; local
254 white_list[wl_size++] = NFC_HCI_UICC_HOST_ID;
256 white_list[wl_size++] = ST21NFCA_ESE_HOST_ID;
258 if (wl_size) {
261 (u8 *) &white_list, wl_size);

Completed in 177 milliseconds