Searched refs:afc_wfa_version (Results 1 – 4 of 4) sorted by relevance
253 uint32_t afc_wfa_version; member
1459 uint32_t afc_wfa_version; member
38091 …A_UINT32 afc_wfa_version; /* Version defined in AFC spec document. bits 15:0 -- minor version &… member38424 #define WMI_AFC_WFA_MINOR_VERSION_GET(afc_wfa_version) WMI_GET_BITS(afc_wfa_version, 0,… argument38425 #define WMI_AFC_WFA_MINOR_VERSION_SET(afc_wfa_version, value) WMI_SET_BITS(afc_wfa_version, 0,… argument38426 #define WMI_AFC_WFA_MAJOR_VERSION_GET(afc_wfa_version) WMI_GET_BITS(afc_wfa_version, 16… argument38427 #define WMI_AFC_WFA_MAJOR_VERSION_SET(afc_wfa_version, value) WMI_SET_BITS(afc_wfa_version, 16… argument38552 A_UINT32 afc_wfa_version; /* bits 15:0 -- minor version member38566 A_UINT32 afc_wfa_version; /* bits 15:0 -- minor version member
17109 power_info->afc_wfa_version = in copy_afc_event_fixed_hdr_power_info()17110 WMI_AFC_WFA_MINOR_VERSION_GET(afc_power_event_hdr->afc_wfa_version); in copy_afc_event_fixed_hdr_power_info()17111 power_info->afc_wfa_version |= in copy_afc_event_fixed_hdr_power_info()17112 WMI_AFC_WFA_MAJOR_VERSION_GET(afc_power_event_hdr->afc_wfa_version); in copy_afc_event_fixed_hdr_power_info()17132 power_info->afc_wfa_version, in copy_afc_event_fixed_hdr_power_info()