Home
last modified time | relevance | path

Searched refs:ocb_set_utc_time (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/ocb/dispatcher/src/
H A Dwlan_ocb_ucfg_api.c335 if (!tx_ops->ocb_set_utc_time) { in ucfg_ocb_set_utc_time()
340 status = tx_ops->ocb_set_utc_time(psoc, utc); in ucfg_ocb_set_utc_time()
/wlan-driver/qcacld-3.0/components/ocb/dispatcher/inc/
H A Dwlan_ocb_public_structs.h291 QDF_STATUS (*ocb_set_utc_time)(struct wlan_objmgr_psoc *psoc, member
/wlan-driver/qcacld-3.0/components/target_if/ocb/src/
H A Dtarget_if_ocb.c691 ocb_txops->ocb_set_utc_time = target_if_ocb_set_utc_time; in target_if_ocb_register_tx_ops()