Home
last modified time | relevance | path

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

/openbmc/linux/net/nfc/nci/
H A Dntf.c497 if (ntf->activation_params_len <= 0) in nci_store_general_bytes_nfc_dep()
612 ntf.activation_params_len = *data++; in nci_rf_intf_activated_ntf_packet()
618 pr_debug("activation_params_len %d\n", ntf.activation_params_len); in nci_rf_intf_activated_ntf_packet()
620 if (ntf.activation_params_len > 0) { in nci_rf_intf_activated_ntf_packet()
/openbmc/linux/include/net/nfc/
H A Dnci.h516 __u8 activation_params_len; member