Home
last modified time | relevance | path

Searched refs:comp_priv_obj (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/src/
H A Dwlan_objmgr_pdev_obj.c285 void *comp_priv_obj, in wlan_objmgr_pdev_component_obj_attach() argument
306 pdev->pdev_comp_priv_obj[id] = comp_priv_obj; in wlan_objmgr_pdev_component_obj_attach()
345 void *comp_priv_obj) in wlan_objmgr_pdev_component_obj_detach() argument
355 if (pdev->pdev_comp_priv_obj[id] != comp_priv_obj) { in wlan_objmgr_pdev_component_obj_detach()
642 void *comp_priv_obj; in wlan_objmgr_pdev_get_comp_private_obj() local
655 comp_priv_obj = pdev->pdev_comp_priv_obj[id]; in wlan_objmgr_pdev_get_comp_private_obj()
657 return comp_priv_obj; in wlan_objmgr_pdev_get_comp_private_obj()
H A Dwlan_objmgr_peer_obj.c571 void *comp_priv_obj, in wlan_objmgr_peer_component_obj_attach() argument
591 peer->peer_comp_priv_obj[id] = comp_priv_obj; in wlan_objmgr_peer_component_obj_attach()
629 void *comp_priv_obj) in wlan_objmgr_peer_component_obj_detach() argument
639 if (peer->peer_comp_priv_obj[id] != comp_priv_obj) { in wlan_objmgr_peer_component_obj_detach()
779 void *comp_priv_obj; in wlan_objmgr_peer_get_comp_private_obj() local
792 comp_priv_obj = peer->peer_comp_priv_obj[id]; in wlan_objmgr_peer_get_comp_private_obj()
793 return comp_priv_obj; in wlan_objmgr_peer_get_comp_private_obj()
H A Dwlan_objmgr_vdev_obj.c487 void *comp_priv_obj, in wlan_objmgr_vdev_component_obj_attach() argument
506 vdev->vdev_comp_priv_obj[id] = comp_priv_obj; in wlan_objmgr_vdev_component_obj_attach()
544 void *comp_priv_obj) in wlan_objmgr_vdev_component_obj_detach() argument
554 if (vdev->vdev_comp_priv_obj[id] != comp_priv_obj) { in wlan_objmgr_vdev_component_obj_detach()
1089 void *comp_priv_obj; in wlan_objmgr_vdev_get_comp_private_obj() local
1102 comp_priv_obj = vdev->vdev_comp_priv_obj[id]; in wlan_objmgr_vdev_get_comp_private_obj()
1104 return comp_priv_obj; in wlan_objmgr_vdev_get_comp_private_obj()
H A Dwlan_objmgr_psoc_obj.c286 void *comp_priv_obj, in wlan_objmgr_psoc_component_obj_attach() argument
305 psoc->soc_comp_priv_obj[id] = comp_priv_obj; in wlan_objmgr_psoc_component_obj_attach()
346 void *comp_priv_obj) in wlan_objmgr_psoc_component_obj_detach() argument
356 if (psoc->soc_comp_priv_obj[id] != comp_priv_obj) { in wlan_objmgr_psoc_component_obj_detach()
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/core/src/
H A Dwlan_cp_stats_comp_handler.h50 void *comp_priv_obj);
/wlan-driver/qca-wifi-host-cmn/umac/dfs/dispatcher/inc/
H A Dwlan_dfs_ucfg_api.h85 void *comp_priv_obj,
89 void *comp_priv_obj);
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/inc/
H A Dwlan_objmgr_pdev_obj.h328 void *comp_priv_obj,
346 void *comp_priv_obj);
H A Dwlan_objmgr_peer_obj.h303 void *comp_priv_obj,
321 void *comp_priv_obj);
H A Dwlan_objmgr_psoc_obj.h533 void *comp_priv_obj,
551 void *comp_priv_obj);
H A Dwlan_objmgr_vdev_obj.h543 void *comp_priv_obj,
561 void *comp_priv_obj);