Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/ocb/dispatcher/inc/
Dwlan_ocb_public_structs.h46 uint8_t utc_time[OCB_SIZE_UTC_TIME]; member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_ocb_tlv.c56 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/
Dwlan_hdd_ocb.c1048 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/
Dwmi_unified.h31490 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…