Searched refs:utc_time (Results 1 – 4 of 4) sorted by relevance
/wlan-driver/qcacld-3.0/components/ocb/dispatcher/inc/ |
D | wlan_ocb_public_structs.h | 46 uint8_t utc_time[OCB_SIZE_UTC_TIME]; member
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_ocb_tlv.c | 56 WMI_UTC_TIME_SET(cmd, i, utc->utc_time[i]); in send_ocb_set_utc_time_cmd_tlv()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_ocb.c | 1048 qdf_mem_copy(utc->utc_time, nla_data(utc_attr), SIZE_UTC_TIME); in __wlan_hdd_cfg80211_ocb_set_utc_time()
|
/wlan-driver/fw-api/fw/ |
D | wmi_unified.h | 31490 A_UINT32 utc_time[WMI_PACKED_ARR_SIZE(SIZE_UTC_TIME,SIZE_BYTE)]; member 31495 #define WMI_UTC_TIME_GET(ptr,byte_index) wmi_packed_arr_get_bits((ptr)->utc_time, byte_index… 31496 #define WMI_UTC_TIME_SET(ptr,byte_index,val) wmi_packed_arr_set_bits((ptr)->utc_time, byte_index…
|