Home
last modified time | relevance | path

Searched refs:dev_type (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/global_lmac_if/src/
Dwlan_global_lmac_if.c190 WLAN_DEV_TYPE dev_type; in wlan_global_lmac_if_open() local
216 dev_type = psoc->soc_nif.phy_type; in wlan_global_lmac_if_open()
218 if (dev_type == WLAN_DEV_OL) { in wlan_global_lmac_if_open()
219 wlan_global_lmac_if_tx_ops_register[dev_type] in wlan_global_lmac_if_open()
281 QDF_STATUS wlan_global_lmac_if_set_txops_registration_cb(WLAN_DEV_TYPE dev_type, in wlan_global_lmac_if_set_txops_registration_cb() argument
284 wlan_global_lmac_if_tx_ops_register[dev_type] = handler; in wlan_global_lmac_if_set_txops_registration_cb()
/wlan-driver/qca-wifi-host-cmn/global_lmac_if/inc/
Dwlan_global_lmac_if_api.h69 QDF_STATUS wlan_global_lmac_if_set_txops_registration_cb(WLAN_DEV_TYPE dev_type,
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/core/src/
Dwlan_cp_stats_obj_mgr_handler.c150 WLAN_DEV_TYPE dev_type; in wlan_cp_stats_psoc_obj_create_handler() local
168 dev_type = wlan_objmgr_psoc_get_dev_type(csc->psoc_obj); in wlan_cp_stats_psoc_obj_create_handler()
169 if (dev_type == WLAN_DEV_INVALID) { in wlan_cp_stats_psoc_obj_create_handler()
173 } else if (WLAN_DEV_OL == dev_type) { in wlan_cp_stats_psoc_obj_create_handler()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/inc/
Dwlan_objmgr_psoc_obj.h500 WLAN_DEV_TYPE dev_type);
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/src/
Dwlan_objmgr_psoc_obj.c114 WLAN_DEV_TYPE dev_type) in wlan_objmgr_psoc_obj_create() argument
142 wlan_psoc_set_dev_type(psoc, dev_type); in wlan_objmgr_psoc_obj_create()