Searched refs:dest_params (Results 1 – 1 of 1) sorted by relevance
505 struct core_conn_create_dest_spec_params *dest_params; in st21nfcb_hci_network_init() local510 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()