Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/nfc/st21nfcb/
Dst21nfcb_se.c505 struct core_conn_create_dest_spec_params *dest_params; in st21nfcb_hci_network_init() local
510 dest_params = in st21nfcb_hci_network_init()
513 if (dest_params == NULL) { in st21nfcb_hci_network_init()
518 dest_params->type = NCI_DESTINATION_SPECIFIC_PARAM_NFCEE_TYPE; in st21nfcb_hci_network_init()
519 dest_params->length = sizeof(struct dest_spec_params); in st21nfcb_hci_network_init()
522 memcpy(dest_params->value, &spec_params, sizeof(struct dest_spec_params)); in st21nfcb_hci_network_init()
526 dest_params); in st21nfcb_hci_network_init()
561 kfree(dest_params); in st21nfcb_hci_network_init()