Lines Matching refs:psoc

205 static QDF_STATUS cp_stats_psoc_open(struct wlan_objmgr_psoc *psoc)  in cp_stats_psoc_open()  argument
207 return wlan_cp_stats_open(psoc); in cp_stats_psoc_open()
210 static QDF_STATUS cp_stats_psoc_close(struct wlan_objmgr_psoc *psoc) in cp_stats_psoc_close() argument
212 return wlan_cp_stats_close(psoc); in cp_stats_psoc_close()
215 static QDF_STATUS cp_stats_psoc_enable(struct wlan_objmgr_psoc *psoc) in cp_stats_psoc_enable() argument
217 return wlan_cp_stats_enable(psoc); in cp_stats_psoc_enable()
220 static QDF_STATUS cp_stats_psoc_disable(struct wlan_objmgr_psoc *psoc) in cp_stats_psoc_disable() argument
222 return wlan_cp_stats_disable(psoc); in cp_stats_psoc_disable()
235 static QDF_STATUS cp_stats_psoc_open(struct wlan_objmgr_psoc *psoc) in cp_stats_psoc_open() argument
240 static QDF_STATUS cp_stats_psoc_close(struct wlan_objmgr_psoc *psoc) in cp_stats_psoc_close() argument
245 static QDF_STATUS cp_stats_psoc_enable(struct wlan_objmgr_psoc *psoc) in cp_stats_psoc_enable() argument
250 static QDF_STATUS cp_stats_psoc_disable(struct wlan_objmgr_psoc *psoc) in cp_stats_psoc_disable() argument
267 static QDF_STATUS dcs_psoc_enable(struct wlan_objmgr_psoc *psoc) in dcs_psoc_enable() argument
269 return wlan_dcs_enable(psoc); in dcs_psoc_enable()
272 static QDF_STATUS dcs_psoc_disable(struct wlan_objmgr_psoc *psoc) in dcs_psoc_disable() argument
274 return wlan_dcs_disable(psoc); in dcs_psoc_disable()
277 static QDF_STATUS dcs_psoc_open(struct wlan_objmgr_psoc *psoc) in dcs_psoc_open() argument
279 return wlan_dcs_psoc_open(psoc); in dcs_psoc_open()
282 static QDF_STATUS dcs_psoc_close(struct wlan_objmgr_psoc *psoc) in dcs_psoc_close() argument
297 static QDF_STATUS dcs_psoc_enable(struct wlan_objmgr_psoc *psoc) in dcs_psoc_enable() argument
302 static QDF_STATUS dcs_psoc_disable(struct wlan_objmgr_psoc *psoc) in dcs_psoc_disable() argument
307 static QDF_STATUS dcs_psoc_open(struct wlan_objmgr_psoc *psoc) in dcs_psoc_open() argument
312 static QDF_STATUS dcs_psoc_close(struct wlan_objmgr_psoc *psoc) in dcs_psoc_close() argument
323 static QDF_STATUS son_psoc_open(struct wlan_objmgr_psoc *psoc) in son_psoc_open() argument
325 return wlan_son_psoc_open(psoc); in son_psoc_open()
332 static QDF_STATUS son_psoc_close(struct wlan_objmgr_psoc *psoc) in son_psoc_close() argument
334 return wlan_son_psoc_close(psoc); in son_psoc_close()
347 static QDF_STATUS son_psoc_open(struct wlan_objmgr_psoc *psoc) in son_psoc_open() argument
352 static QDF_STATUS son_psoc_close(struct wlan_objmgr_psoc *psoc) in son_psoc_close() argument
370 *psoc) in dispatcher_regulatory_psoc_open()
372 return regulatory_psoc_open(psoc); in dispatcher_regulatory_psoc_open()
376 *psoc) in dispatcher_regulatory_psoc_close()
378 return regulatory_psoc_close(psoc); in dispatcher_regulatory_psoc_close()
404 static QDF_STATUS spectral_psoc_open(struct wlan_objmgr_psoc *psoc) in spectral_psoc_open() argument
406 return ops_spectral.spectral_psoc_open_handler(psoc); in spectral_psoc_open()
409 static QDF_STATUS spectral_psoc_close(struct wlan_objmgr_psoc *psoc) in spectral_psoc_close() argument
411 return ops_spectral.spectral_psoc_close_handler(psoc); in spectral_psoc_close()
414 static QDF_STATUS spectral_psoc_enable(struct wlan_objmgr_psoc *psoc) in spectral_psoc_enable() argument
416 return ops_spectral.spectral_psoc_enable_handler(psoc); in spectral_psoc_enable()
419 static QDF_STATUS spectral_psoc_disable(struct wlan_objmgr_psoc *psoc) in spectral_psoc_disable() argument
421 return ops_spectral.spectral_psoc_disable_handler(psoc); in spectral_psoc_disable()
435 static QDF_STATUS spectral_psoc_open(struct wlan_objmgr_psoc *psoc) in spectral_psoc_open() argument
437 return wlan_spectral_psoc_open(psoc); in spectral_psoc_open()
440 static QDF_STATUS spectral_psoc_close(struct wlan_objmgr_psoc *psoc) in spectral_psoc_close() argument
442 return wlan_spectral_psoc_close(psoc); in spectral_psoc_close()
445 static QDF_STATUS spectral_psoc_enable(struct wlan_objmgr_psoc *psoc) in spectral_psoc_enable() argument
447 return wlan_spectral_psoc_enable(psoc); in spectral_psoc_enable()
450 static QDF_STATUS spectral_psoc_disable(struct wlan_objmgr_psoc *psoc) in spectral_psoc_disable() argument
452 return wlan_spectral_psoc_disable(psoc); in spectral_psoc_disable()
467 static QDF_STATUS spectral_psoc_open(struct wlan_objmgr_psoc *psoc) in spectral_psoc_open() argument
472 static QDF_STATUS spectral_psoc_close(struct wlan_objmgr_psoc *psoc) in spectral_psoc_close() argument
477 static QDF_STATUS spectral_psoc_enable(struct wlan_objmgr_psoc *psoc) in spectral_psoc_enable() argument
482 static QDF_STATUS spectral_psoc_disable(struct wlan_objmgr_psoc *psoc) in spectral_psoc_disable() argument
511 static QDF_STATUS sa_api_psoc_enable(struct wlan_objmgr_psoc *psoc) in sa_api_psoc_enable() argument
513 return wlan_sa_api_enable(psoc); in sa_api_psoc_enable()
516 static QDF_STATUS sa_api_psoc_disable(struct wlan_objmgr_psoc *psoc) in sa_api_psoc_disable() argument
518 return wlan_sa_api_disable(psoc); in sa_api_psoc_disable()
531 static QDF_STATUS sa_api_psoc_enable(struct wlan_objmgr_psoc *psoc) in sa_api_psoc_enable() argument
536 static QDF_STATUS sa_api_psoc_disable(struct wlan_objmgr_psoc *psoc) in sa_api_psoc_disable() argument
554 static QDF_STATUS atf_psoc_open(struct wlan_objmgr_psoc *psoc) in atf_psoc_open() argument
556 return wlan_atf_open(psoc); in atf_psoc_open()
559 static QDF_STATUS atf_psoc_close(struct wlan_objmgr_psoc *psoc) in atf_psoc_close() argument
561 return wlan_atf_close(psoc); in atf_psoc_close()
564 static QDF_STATUS atf_psoc_enable(struct wlan_objmgr_psoc *psoc) in atf_psoc_enable() argument
566 return wlan_atf_enable(psoc); in atf_psoc_enable()
569 static QDF_STATUS atf_psoc_disable(struct wlan_objmgr_psoc *psoc) in atf_psoc_disable() argument
571 return wlan_atf_disable(psoc); in atf_psoc_disable()
584 static QDF_STATUS atf_psoc_open(struct wlan_objmgr_psoc *psoc) in atf_psoc_open() argument
589 static QDF_STATUS atf_psoc_close(struct wlan_objmgr_psoc *psoc) in atf_psoc_close() argument
594 static QDF_STATUS atf_psoc_enable(struct wlan_objmgr_psoc *psoc) in atf_psoc_enable() argument
599 static QDF_STATUS atf_psoc_disable(struct wlan_objmgr_psoc *psoc) in atf_psoc_disable() argument
615 static QDF_STATUS dispatcher_crypto_psoc_enable(struct wlan_objmgr_psoc *psoc) in dispatcher_crypto_psoc_enable() argument
617 return wlan_crypto_psoc_enable(psoc); in dispatcher_crypto_psoc_enable()
620 static QDF_STATUS dispatcher_crypto_psoc_disable(struct wlan_objmgr_psoc *psoc) in dispatcher_crypto_psoc_disable() argument
622 return wlan_crypto_psoc_disable(psoc); in dispatcher_crypto_psoc_disable()
636 static QDF_STATUS dispatcher_wifi_pos_enable(struct wlan_objmgr_psoc *psoc) in dispatcher_wifi_pos_enable() argument
638 return wifi_pos_psoc_enable(psoc); in dispatcher_wifi_pos_enable()
641 static QDF_STATUS dispatcher_wifi_pos_disable(struct wlan_objmgr_psoc *psoc) in dispatcher_wifi_pos_disable() argument
643 return wifi_pos_psoc_disable(psoc); in dispatcher_wifi_pos_disable()
656 static QDF_STATUS dispatcher_wifi_pos_enable(struct wlan_objmgr_psoc *psoc) in dispatcher_wifi_pos_enable() argument
661 static QDF_STATUS dispatcher_wifi_pos_disable(struct wlan_objmgr_psoc *psoc) in dispatcher_wifi_pos_disable() argument
678 static QDF_STATUS dispatcher_dfs_psoc_enable(struct wlan_objmgr_psoc *psoc) in dispatcher_dfs_psoc_enable() argument
680 return wifi_dfs_psoc_enable(psoc); in dispatcher_dfs_psoc_enable()
683 static QDF_STATUS dispatcher_dfs_psoc_disable(struct wlan_objmgr_psoc *psoc) in dispatcher_dfs_psoc_disable() argument
685 return wifi_dfs_psoc_disable(psoc); in dispatcher_dfs_psoc_disable()
698 static QDF_STATUS dispatcher_dfs_psoc_enable(struct wlan_objmgr_psoc *psoc) in dispatcher_dfs_psoc_enable() argument
703 static QDF_STATUS dispatcher_dfs_psoc_disable(struct wlan_objmgr_psoc *psoc) in dispatcher_dfs_psoc_disable() argument
710 static QDF_STATUS dispatcher_twt_psoc_enable(struct wlan_objmgr_psoc *psoc) in dispatcher_twt_psoc_enable() argument
712 return twt_psoc_enable(psoc); in dispatcher_twt_psoc_enable()
715 static QDF_STATUS dispatcher_twt_psoc_disable(struct wlan_objmgr_psoc *psoc) in dispatcher_twt_psoc_disable() argument
717 return twt_psoc_disable(psoc); in dispatcher_twt_psoc_disable()
731 static QDF_STATUS dispatcher_twt_psoc_enable(struct wlan_objmgr_psoc *psoc) in dispatcher_twt_psoc_enable() argument
736 static QDF_STATUS dispatcher_twt_psoc_disable(struct wlan_objmgr_psoc *psoc) in dispatcher_twt_psoc_disable() argument
831 static QDF_STATUS dispatcher_dbr_psoc_enable(struct wlan_objmgr_psoc *psoc) in dispatcher_dbr_psoc_enable() argument
835 tx_ops = wlan_psoc_get_lmac_if_txops(psoc); in dispatcher_dbr_psoc_enable()
842 return tx_ops->dbr_tx_ops.direct_buf_rx_register_events(psoc); in dispatcher_dbr_psoc_enable()
847 static QDF_STATUS dispatcher_dbr_psoc_disable(struct wlan_objmgr_psoc *psoc) in dispatcher_dbr_psoc_disable() argument
851 tx_ops = wlan_psoc_get_lmac_if_txops(psoc); in dispatcher_dbr_psoc_disable()
858 return tx_ops->dbr_tx_ops.direct_buf_rx_unregister_events(psoc); in dispatcher_dbr_psoc_disable()
863 static QDF_STATUS dispatcher_dbr_psoc_enable(struct wlan_objmgr_psoc *psoc) in dispatcher_dbr_psoc_enable() argument
868 static QDF_STATUS dispatcher_dbr_psoc_disable(struct wlan_objmgr_psoc *psoc) in dispatcher_dbr_psoc_disable() argument
930 static QDF_STATUS fd_psoc_enable(struct wlan_objmgr_psoc *psoc) in fd_psoc_enable() argument
932 return wlan_fd_enable(psoc); in fd_psoc_enable()
935 static QDF_STATUS fd_psoc_disable(struct wlan_objmgr_psoc *psoc) in fd_psoc_disable() argument
937 return wlan_fd_disable(psoc); in fd_psoc_disable()
950 static QDF_STATUS fd_psoc_enable(struct wlan_objmgr_psoc *psoc) in fd_psoc_enable() argument
955 static QDF_STATUS fd_psoc_disable(struct wlan_objmgr_psoc *psoc) in fd_psoc_disable() argument
982 static QDF_STATUS dispatcher_coex_psoc_open(struct wlan_objmgr_psoc *psoc) in dispatcher_coex_psoc_open() argument
984 return wlan_coex_psoc_open(psoc); in dispatcher_coex_psoc_open()
987 static QDF_STATUS dispatcher_coex_psoc_close(struct wlan_objmgr_psoc *psoc) in dispatcher_coex_psoc_close() argument
989 return wlan_coex_psoc_close(psoc); in dispatcher_coex_psoc_close()
1003 dispatcher_coex_psoc_open(struct wlan_objmgr_psoc *psoc) in dispatcher_coex_psoc_open() argument
1009 dispatcher_coex_psoc_close(struct wlan_objmgr_psoc *psoc) in dispatcher_coex_psoc_close() argument
1016 static QDF_STATUS dbam_psoc_enable(struct wlan_objmgr_psoc *psoc) in dbam_psoc_enable() argument
1018 return wlan_dbam_psoc_enable(psoc); in dbam_psoc_enable()
1021 static QDF_STATUS dbam_psoc_disable(struct wlan_objmgr_psoc *psoc) in dbam_psoc_disable() argument
1023 return wlan_dbam_psoc_disable(psoc); in dbam_psoc_disable()
1026 static QDF_STATUS dbam_psoc_enable(struct wlan_objmgr_psoc *psoc) in dbam_psoc_enable() argument
1031 static QDF_STATUS dbam_psoc_disable(struct wlan_objmgr_psoc *psoc) in dbam_psoc_disable() argument
1038 static QDF_STATUS mlo_mgr_psoc_enable(struct wlan_objmgr_psoc *psoc) in mlo_mgr_psoc_enable() argument
1040 return wlan_mlo_mgr_psoc_enable(psoc); in mlo_mgr_psoc_enable()
1043 static QDF_STATUS mlo_mgr_psoc_disable(struct wlan_objmgr_psoc *psoc) in mlo_mgr_psoc_disable() argument
1045 return wlan_mlo_mgr_psoc_disable(psoc); in mlo_mgr_psoc_disable()
1048 static QDF_STATUS mlo_mgr_psoc_enable(struct wlan_objmgr_psoc *psoc) in mlo_mgr_psoc_enable() argument
1053 static QDF_STATUS mlo_mgr_psoc_disable(struct wlan_objmgr_psoc *psoc) in mlo_mgr_psoc_disable() argument
1070 static QDF_STATUS coap_psoc_enable(struct wlan_objmgr_psoc *psoc) in coap_psoc_enable() argument
1072 return wlan_coap_enable(psoc); in coap_psoc_enable()
1075 static QDF_STATUS coap_psoc_disable(struct wlan_objmgr_psoc *psoc) in coap_psoc_disable() argument
1077 return wlan_coap_disable(psoc); in coap_psoc_disable()
1090 static QDF_STATUS coap_psoc_enable(struct wlan_objmgr_psoc *psoc) in coap_psoc_enable() argument
1095 static QDF_STATUS coap_psoc_disable(struct wlan_objmgr_psoc *psoc) in coap_psoc_disable() argument
1358 QDF_STATUS dispatcher_psoc_open(struct wlan_objmgr_psoc *psoc) in dispatcher_psoc_open() argument
1362 if (QDF_STATUS_SUCCESS != wlan_mgmt_txrx_psoc_open(psoc)) in dispatcher_psoc_open()
1365 if (QDF_STATUS_SUCCESS != ucfg_scan_psoc_open(psoc)) in dispatcher_psoc_open()
1368 if (QDF_STATUS_SUCCESS != cp_stats_psoc_open(psoc)) in dispatcher_psoc_open()
1371 if (QDF_STATUS_SUCCESS != atf_psoc_open(psoc)) in dispatcher_psoc_open()
1374 if (QDF_STATUS_SUCCESS != dispatcher_regulatory_psoc_open(psoc)) in dispatcher_psoc_open()
1377 if (QDF_STATUS_SUCCESS != son_psoc_open(psoc)) in dispatcher_psoc_open()
1380 if (QDF_STATUS_SUCCESS != dispatcher_ftm_psoc_open(psoc)) in dispatcher_psoc_open()
1383 if (QDF_STATUS_SUCCESS != dispatcher_coex_psoc_open(psoc)) in dispatcher_psoc_open()
1386 if (QDF_STATUS_SUCCESS != dcs_psoc_open(psoc)) in dispatcher_psoc_open()
1389 status = spectral_psoc_open(psoc); in dispatcher_psoc_open()
1393 if (QDF_IS_STATUS_ERROR(mlme_psoc_open(psoc))) in dispatcher_psoc_open()
1399 spectral_psoc_close(psoc); in dispatcher_psoc_open()
1401 dcs_psoc_close(psoc); in dispatcher_psoc_open()
1403 dispatcher_coex_psoc_close(psoc); in dispatcher_psoc_open()
1405 dispatcher_ftm_psoc_close(psoc); in dispatcher_psoc_open()
1407 son_psoc_close(psoc); in dispatcher_psoc_open()
1409 regulatory_psoc_close(psoc); in dispatcher_psoc_open()
1411 atf_psoc_close(psoc); in dispatcher_psoc_open()
1413 cp_stats_psoc_close(psoc); in dispatcher_psoc_open()
1415 ucfg_scan_psoc_close(psoc); in dispatcher_psoc_open()
1417 wlan_mgmt_txrx_psoc_close(psoc); in dispatcher_psoc_open()
1424 QDF_STATUS dispatcher_psoc_close(struct wlan_objmgr_psoc *psoc) in dispatcher_psoc_close() argument
1428 QDF_BUG(QDF_STATUS_SUCCESS == mlme_psoc_close(psoc)); in dispatcher_psoc_close()
1430 QDF_BUG(QDF_STATUS_SUCCESS == dcs_psoc_close(psoc)); in dispatcher_psoc_close()
1432 QDF_BUG(QDF_STATUS_SUCCESS == dispatcher_coex_psoc_close(psoc)); in dispatcher_psoc_close()
1434 QDF_BUG(QDF_STATUS_SUCCESS == dispatcher_ftm_psoc_close(psoc)); in dispatcher_psoc_close()
1436 QDF_BUG(QDF_STATUS_SUCCESS == son_psoc_close(psoc)); in dispatcher_psoc_close()
1438 QDF_BUG(QDF_STATUS_SUCCESS == dispatcher_regulatory_psoc_close(psoc)); in dispatcher_psoc_close()
1440 QDF_BUG(QDF_STATUS_SUCCESS == atf_psoc_close(psoc)); in dispatcher_psoc_close()
1442 QDF_BUG(QDF_STATUS_SUCCESS == cp_stats_psoc_close(psoc)); in dispatcher_psoc_close()
1444 QDF_BUG(QDF_STATUS_SUCCESS == ucfg_scan_psoc_close(psoc)); in dispatcher_psoc_close()
1446 QDF_BUG(QDF_STATUS_SUCCESS == wlan_mgmt_txrx_psoc_close(psoc)); in dispatcher_psoc_close()
1448 status = spectral_psoc_close(psoc); in dispatcher_psoc_close()
1456 QDF_STATUS dispatcher_psoc_enable(struct wlan_objmgr_psoc *psoc) in dispatcher_psoc_enable() argument
1460 if (QDF_STATUS_SUCCESS != wlan_serialization_psoc_enable(psoc)) in dispatcher_psoc_enable()
1463 if (QDF_STATUS_SUCCESS != ucfg_scan_psoc_enable(psoc)) in dispatcher_psoc_enable()
1466 if (QDF_STATUS_SUCCESS != sa_api_psoc_enable(psoc)) in dispatcher_psoc_enable()
1469 if (QDF_STATUS_SUCCESS != cp_stats_psoc_enable(psoc)) in dispatcher_psoc_enable()
1472 if (QDF_STATUS_SUCCESS != dcs_psoc_enable(psoc)) in dispatcher_psoc_enable()
1475 if (QDF_STATUS_SUCCESS != atf_psoc_enable(psoc)) in dispatcher_psoc_enable()
1478 if (QDF_STATUS_SUCCESS != dispatcher_wifi_pos_enable(psoc)) in dispatcher_psoc_enable()
1481 if (QDF_STATUS_SUCCESS != dispatcher_dfs_psoc_enable(psoc)) in dispatcher_psoc_enable()
1484 if (QDF_STATUS_SUCCESS != fd_psoc_enable(psoc)) in dispatcher_psoc_enable()
1487 if (QDF_STATUS_SUCCESS != dispatcher_dbr_psoc_enable(psoc)) in dispatcher_psoc_enable()
1490 if (QDF_STATUS_SUCCESS != dispatcher_crypto_psoc_enable(psoc)) in dispatcher_psoc_enable()
1493 if (QDF_STATUS_SUCCESS != wlan_mlme_psoc_enable(psoc)) in dispatcher_psoc_enable()
1496 status = spectral_psoc_enable(psoc); in dispatcher_psoc_enable()
1500 if (QDF_STATUS_SUCCESS != wlan_mgmt_txrx_psoc_enable(psoc)) in dispatcher_psoc_enable()
1503 if (QDF_STATUS_SUCCESS != mlo_mgr_psoc_enable(psoc)) in dispatcher_psoc_enable()
1506 if (QDF_STATUS_SUCCESS != dispatcher_twt_psoc_enable(psoc)) in dispatcher_psoc_enable()
1509 if (QDF_STATUS_SUCCESS != dbam_psoc_enable(psoc)) in dispatcher_psoc_enable()
1512 if (QDF_STATUS_SUCCESS != coap_psoc_enable(psoc)) in dispatcher_psoc_enable()
1518 dbam_psoc_disable(psoc); in dispatcher_psoc_enable()
1520 dispatcher_twt_psoc_disable(psoc); in dispatcher_psoc_enable()
1522 mlo_mgr_psoc_disable(psoc); in dispatcher_psoc_enable()
1524 wlan_mgmt_txrx_psoc_disable(psoc); in dispatcher_psoc_enable()
1526 spectral_psoc_disable(psoc); in dispatcher_psoc_enable()
1528 wlan_mlme_psoc_disable(psoc); in dispatcher_psoc_enable()
1530 dispatcher_crypto_psoc_disable(psoc); in dispatcher_psoc_enable()
1532 dispatcher_dbr_psoc_disable(psoc); in dispatcher_psoc_enable()
1534 fd_psoc_disable(psoc); in dispatcher_psoc_enable()
1536 dispatcher_dfs_psoc_disable(psoc); in dispatcher_psoc_enable()
1538 dispatcher_wifi_pos_disable(psoc); in dispatcher_psoc_enable()
1540 atf_psoc_disable(psoc); in dispatcher_psoc_enable()
1542 dcs_psoc_disable(psoc); in dispatcher_psoc_enable()
1544 cp_stats_psoc_disable(psoc); in dispatcher_psoc_enable()
1546 sa_api_psoc_disable(psoc); in dispatcher_psoc_enable()
1548 ucfg_scan_psoc_disable(psoc); in dispatcher_psoc_enable()
1550 wlan_serialization_psoc_disable(psoc); in dispatcher_psoc_enable()
1556 QDF_STATUS dispatcher_psoc_disable(struct wlan_objmgr_psoc *psoc) in dispatcher_psoc_disable() argument
1560 QDF_BUG(QDF_STATUS_SUCCESS == coap_psoc_disable(psoc)); in dispatcher_psoc_disable()
1562 QDF_BUG(QDF_STATUS_SUCCESS == dbam_psoc_disable(psoc)); in dispatcher_psoc_disable()
1564 QDF_BUG(QDF_STATUS_SUCCESS == dispatcher_twt_psoc_disable(psoc)); in dispatcher_psoc_disable()
1566 QDF_BUG(QDF_STATUS_SUCCESS == mlo_mgr_psoc_disable(psoc)); in dispatcher_psoc_disable()
1568 QDF_BUG(QDF_STATUS_SUCCESS == wlan_mgmt_txrx_psoc_disable(psoc)); in dispatcher_psoc_disable()
1570 QDF_BUG(QDF_STATUS_SUCCESS == wlan_mlme_psoc_disable(psoc)); in dispatcher_psoc_disable()
1572 QDF_BUG(QDF_STATUS_SUCCESS == dispatcher_crypto_psoc_disable(psoc)); in dispatcher_psoc_disable()
1574 QDF_BUG(QDF_STATUS_SUCCESS == dispatcher_dbr_psoc_disable(psoc)); in dispatcher_psoc_disable()
1576 QDF_BUG(QDF_STATUS_SUCCESS == fd_psoc_disable(psoc)); in dispatcher_psoc_disable()
1578 QDF_BUG(QDF_STATUS_SUCCESS == dispatcher_dfs_psoc_disable(psoc)); in dispatcher_psoc_disable()
1580 QDF_BUG(QDF_STATUS_SUCCESS == dispatcher_wifi_pos_disable(psoc)); in dispatcher_psoc_disable()
1582 QDF_BUG(QDF_STATUS_SUCCESS == atf_psoc_disable(psoc)); in dispatcher_psoc_disable()
1584 QDF_BUG(QDF_STATUS_SUCCESS == cp_stats_psoc_disable(psoc)); in dispatcher_psoc_disable()
1586 QDF_BUG(QDF_STATUS_SUCCESS == sa_api_psoc_disable(psoc)); in dispatcher_psoc_disable()
1588 QDF_BUG(QDF_STATUS_SUCCESS == ucfg_scan_psoc_disable(psoc)); in dispatcher_psoc_disable()
1590 QDF_BUG(QDF_STATUS_SUCCESS == wlan_serialization_psoc_disable(psoc)); in dispatcher_psoc_disable()
1592 status = spectral_psoc_disable(psoc); in dispatcher_psoc_disable()