Home
last modified time | relevance | path

Searched refs:pHalFunc (Results 1 – 25 of 212) sorted by relevance

123456789

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/rtl8188f/sdio/
H A Dsdio_halinit.c1450 struct hal_ops *pHalFunc = &padapter->hal_func; in rtl8188fs_set_hal_ops() local
1453 rtl8188f_set_hal_ops(pHalFunc); in rtl8188fs_set_hal_ops()
1455 pHalFunc->hal_power_on = &_InitPowerOn_8188FS; in rtl8188fs_set_hal_ops()
1456 pHalFunc->hal_power_off = &CardDisableRTL8188FSdio; in rtl8188fs_set_hal_ops()
1458 pHalFunc->hal_init = &rtl8188fs_hal_init; in rtl8188fs_set_hal_ops()
1459 pHalFunc->hal_deinit = &rtl8188fs_hal_deinit; in rtl8188fs_set_hal_ops()
1461 pHalFunc->init_xmit_priv = &rtl8188fs_init_xmit_priv; in rtl8188fs_set_hal_ops()
1462 pHalFunc->free_xmit_priv = &rtl8188fs_free_xmit_priv; in rtl8188fs_set_hal_ops()
1464 pHalFunc->init_recv_priv = &rtl8188fs_init_recv_priv; in rtl8188fs_set_hal_ops()
1465 pHalFunc->free_recv_priv = &rtl8188fs_free_recv_priv; in rtl8188fs_set_hal_ops()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/rtl8188f/sdio/
H A Dsdio_halinit.c1494 struct hal_ops *pHalFunc = &padapter->hal_func; in rtl8188fs_set_hal_ops() local
1497 rtl8188f_set_hal_ops(pHalFunc); in rtl8188fs_set_hal_ops()
1499 pHalFunc->hal_power_on = &_InitPowerOn_8188FS; in rtl8188fs_set_hal_ops()
1500 pHalFunc->hal_power_off = &CardDisableRTL8188FSdio; in rtl8188fs_set_hal_ops()
1502 pHalFunc->hal_init = &rtl8188fs_hal_init; in rtl8188fs_set_hal_ops()
1503 pHalFunc->hal_deinit = &rtl8188fs_hal_deinit; in rtl8188fs_set_hal_ops()
1505 pHalFunc->init_xmit_priv = &rtl8188fs_init_xmit_priv; in rtl8188fs_set_hal_ops()
1506 pHalFunc->free_xmit_priv = &rtl8188fs_free_xmit_priv; in rtl8188fs_set_hal_ops()
1508 pHalFunc->init_recv_priv = &rtl8188fs_init_recv_priv; in rtl8188fs_set_hal_ops()
1509 pHalFunc->free_recv_priv = &rtl8188fs_free_recv_priv; in rtl8188fs_set_hal_ops()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/rtl8703b/sdio/
H A Dsdio_halinit.c1611 struct hal_ops *pHalFunc = &padapter->hal_func; in rtl8703bs_set_hal_ops() local
1614 rtl8703b_set_hal_ops(pHalFunc); in rtl8703bs_set_hal_ops()
1616 pHalFunc->hal_power_on = &_InitPowerOn_8703BS; in rtl8703bs_set_hal_ops()
1617 pHalFunc->hal_power_off = &CardDisableRTL8703BSdio; in rtl8703bs_set_hal_ops()
1620 pHalFunc->hal_init = &rtl8703bs_hal_init; in rtl8703bs_set_hal_ops()
1621 pHalFunc->hal_deinit = &rtl8703bs_hal_deinit; in rtl8703bs_set_hal_ops()
1623 pHalFunc->init_xmit_priv = &rtl8703bs_init_xmit_priv; in rtl8703bs_set_hal_ops()
1624 pHalFunc->free_xmit_priv = &rtl8703bs_free_xmit_priv; in rtl8703bs_set_hal_ops()
1626 pHalFunc->init_recv_priv = &rtl8703bs_init_recv_priv; in rtl8703bs_set_hal_ops()
1627 pHalFunc->free_recv_priv = &rtl8703bs_free_recv_priv; in rtl8703bs_set_hal_ops()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/rtl8723d/sdio/
H A Dsdio_halinit.c1712 struct hal_ops *pHalFunc = &padapter->hal_func; in rtl8723ds_set_hal_ops() local
1715 rtl8723d_set_hal_ops(pHalFunc); in rtl8723ds_set_hal_ops()
1717 pHalFunc->hal_power_on = &_InitPowerOn_8723DS; in rtl8723ds_set_hal_ops()
1718 pHalFunc->hal_power_off = &CardDisableRTL8723DSdio; in rtl8723ds_set_hal_ops()
1721 pHalFunc->hal_init = &rtl8723ds_hal_init; in rtl8723ds_set_hal_ops()
1722 pHalFunc->hal_deinit = &rtl8723ds_hal_deinit; in rtl8723ds_set_hal_ops()
1724 pHalFunc->init_xmit_priv = &rtl8723ds_init_xmit_priv; in rtl8723ds_set_hal_ops()
1725 pHalFunc->free_xmit_priv = &rtl8723ds_free_xmit_priv; in rtl8723ds_set_hal_ops()
1727 pHalFunc->init_recv_priv = &rtl8723ds_init_recv_priv; in rtl8723ds_set_hal_ops()
1728 pHalFunc->free_recv_priv = &rtl8723ds_free_recv_priv; in rtl8723ds_set_hal_ops()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/rtl8723d/sdio/
H A Dsdio_halinit.c1705 struct hal_ops *pHalFunc = &padapter->hal_func; in rtl8723ds_set_hal_ops() local
1708 rtl8723d_set_hal_ops(pHalFunc); in rtl8723ds_set_hal_ops()
1710 pHalFunc->hal_power_on = &_InitPowerOn_8723DS; in rtl8723ds_set_hal_ops()
1711 pHalFunc->hal_power_off = &CardDisableRTL8723DSdio; in rtl8723ds_set_hal_ops()
1714 pHalFunc->hal_init = &rtl8723ds_hal_init; in rtl8723ds_set_hal_ops()
1715 pHalFunc->hal_deinit = &rtl8723ds_hal_deinit; in rtl8723ds_set_hal_ops()
1717 pHalFunc->init_xmit_priv = &rtl8723ds_init_xmit_priv; in rtl8723ds_set_hal_ops()
1718 pHalFunc->free_xmit_priv = &rtl8723ds_free_xmit_priv; in rtl8723ds_set_hal_ops()
1720 pHalFunc->init_recv_priv = &rtl8723ds_init_recv_priv; in rtl8723ds_set_hal_ops()
1721 pHalFunc->free_recv_priv = &rtl8723ds_free_recv_priv; in rtl8723ds_set_hal_ops()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/rtl8723b/sdio/
H A Dsdio_halinit.c1662 struct hal_ops *pHalFunc = &padapter->hal_func; in rtl8723bs_set_hal_ops() local
1665 rtl8723b_set_hal_ops(pHalFunc); in rtl8723bs_set_hal_ops()
1667 pHalFunc->hal_power_on = &_InitPowerOn_8723BS; in rtl8723bs_set_hal_ops()
1668 pHalFunc->hal_power_off = &CardDisableRTL8723BSdio; in rtl8723bs_set_hal_ops()
1670 pHalFunc->hal_init = &rtl8723bs_hal_init; in rtl8723bs_set_hal_ops()
1671 pHalFunc->hal_deinit = &rtl8723bs_hal_deinit; in rtl8723bs_set_hal_ops()
1673 pHalFunc->init_xmit_priv = &rtl8723bs_init_xmit_priv; in rtl8723bs_set_hal_ops()
1674 pHalFunc->free_xmit_priv = &rtl8723bs_free_xmit_priv; in rtl8723bs_set_hal_ops()
1676 pHalFunc->init_recv_priv = &rtl8723bs_init_recv_priv; in rtl8723bs_set_hal_ops()
1677 pHalFunc->free_recv_priv = &rtl8723bs_free_recv_priv; in rtl8723bs_set_hal_ops()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/rtl8188e/usb/
H A Dusb_halinit.c2179 struct hal_ops *pHalFunc = &padapter->hal_func; in rtl8188eu_set_hal_ops() local
2182 pHalFunc->hal_power_on = _InitPowerOn_8188EU; in rtl8188eu_set_hal_ops()
2183 pHalFunc->hal_power_off = hal_poweroff_8188eu; in rtl8188eu_set_hal_ops()
2185 pHalFunc->hal_init = &rtl8188eu_hal_init; in rtl8188eu_set_hal_ops()
2186 pHalFunc->hal_deinit = &rtl8188eu_hal_deinit; in rtl8188eu_set_hal_ops()
2188 pHalFunc->inirp_init = &rtl8188eu_inirp_init; in rtl8188eu_set_hal_ops()
2189 pHalFunc->inirp_deinit = &rtl8188eu_inirp_deinit; in rtl8188eu_set_hal_ops()
2191 pHalFunc->init_xmit_priv = &rtl8188eu_init_xmit_priv; in rtl8188eu_set_hal_ops()
2192 pHalFunc->free_xmit_priv = &rtl8188eu_free_xmit_priv; in rtl8188eu_set_hal_ops()
2194 pHalFunc->init_recv_priv = &rtl8188eu_init_recv_priv; in rtl8188eu_set_hal_ops()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dsdio_halinit.c1838 struct hal_ops *pHalFunc = &padapter->HalFunc; in rtl8723bs_set_hal_ops() local
1840 rtl8723b_set_hal_ops(pHalFunc); in rtl8723bs_set_hal_ops()
1842 pHalFunc->hal_init = &rtl8723bs_hal_init; in rtl8723bs_set_hal_ops()
1843 pHalFunc->hal_deinit = &rtl8723bs_hal_deinit; in rtl8723bs_set_hal_ops()
1845 pHalFunc->inirp_init = &rtl8723bs_inirp_init; in rtl8723bs_set_hal_ops()
1846 pHalFunc->inirp_deinit = &rtl8723bs_inirp_deinit; in rtl8723bs_set_hal_ops()
1848 pHalFunc->init_xmit_priv = &rtl8723bs_init_xmit_priv; in rtl8723bs_set_hal_ops()
1849 pHalFunc->free_xmit_priv = &rtl8723bs_free_xmit_priv; in rtl8723bs_set_hal_ops()
1851 pHalFunc->init_recv_priv = &rtl8723bs_init_recv_priv; in rtl8723bs_set_hal_ops()
1852 pHalFunc->free_recv_priv = &rtl8723bs_free_recv_priv; in rtl8723bs_set_hal_ops()
[all …]
H A Drtl8723b_hal_init.c2179 void rtl8723b_set_hal_ops(struct hal_ops *pHalFunc) in rtl8723b_set_hal_ops() argument
2181 pHalFunc->free_hal_data = &rtl8723b_free_hal_data; in rtl8723b_set_hal_ops()
2183 pHalFunc->dm_init = &rtl8723b_init_dm_priv; in rtl8723b_set_hal_ops()
2185 pHalFunc->read_chip_version = &rtl8723b_read_chip_version; in rtl8723b_set_hal_ops()
2187 pHalFunc->UpdateRAMaskHandler = &UpdateHalRAMask8723B; in rtl8723b_set_hal_ops()
2189 pHalFunc->set_bwmode_handler = &PHY_SetBWMode8723B; in rtl8723b_set_hal_ops()
2190 pHalFunc->set_channel_handler = &PHY_SwChnl8723B; in rtl8723b_set_hal_ops()
2191 pHalFunc->set_chnl_bw_handler = &PHY_SetSwChnlBWMode8723B; in rtl8723b_set_hal_ops()
2193 pHalFunc->set_tx_power_level_handler = &PHY_SetTxPowerLevel8723B; in rtl8723b_set_hal_ops()
2194 pHalFunc->get_tx_power_level_handler = &PHY_GetTxPowerLevel8723B; in rtl8723b_set_hal_ops()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/rtl8188e/sdio/
H A Dsdio_halinit.c2300 struct hal_ops *pHalFunc = &padapter->HalFunc; in rtl8188es_set_hal_ops() local
2304 pHalFunc->hal_power_on = _InitPowerOn_8188ES; in rtl8188es_set_hal_ops()
2305 pHalFunc->hal_power_off = hal_poweroff_8188es; in rtl8188es_set_hal_ops()
2307 pHalFunc->hal_init = &rtl8188es_hal_init; in rtl8188es_set_hal_ops()
2308 pHalFunc->hal_deinit = &rtl8188es_hal_deinit; in rtl8188es_set_hal_ops()
2310 pHalFunc->init_xmit_priv = &rtl8188es_init_xmit_priv; in rtl8188es_set_hal_ops()
2311 pHalFunc->free_xmit_priv = &rtl8188es_free_xmit_priv; in rtl8188es_set_hal_ops()
2313 pHalFunc->init_recv_priv = &rtl8188es_init_recv_priv; in rtl8188es_set_hal_ops()
2314 pHalFunc->free_recv_priv = &rtl8188es_free_recv_priv; in rtl8188es_set_hal_ops()
2316 pHalFunc->InitSwLeds = &rtl8188es_InitSwLeds; in rtl8188es_set_hal_ops()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/rtl8188f/usb/
H A Dusb_halinit.c2251 struct hal_ops *pHalFunc = &padapter->hal_func; in rtl8188fu_set_hal_ops() local
2254 rtl8188f_set_hal_ops(pHalFunc); in rtl8188fu_set_hal_ops()
2256 pHalFunc->hal_power_on = &_InitPowerOn_8188FU; in rtl8188fu_set_hal_ops()
2257 pHalFunc->hal_power_off = &CardDisableRTL8188FU; in rtl8188fu_set_hal_ops()
2259 pHalFunc->hal_init = &rtl8188fu_hal_init; in rtl8188fu_set_hal_ops()
2260 pHalFunc->hal_deinit = &rtl8188fu_hal_deinit; in rtl8188fu_set_hal_ops()
2262 pHalFunc->inirp_init = &rtl8188fu_inirp_init; in rtl8188fu_set_hal_ops()
2263 pHalFunc->inirp_deinit = &rtl8188fu_inirp_deinit; in rtl8188fu_set_hal_ops()
2265 pHalFunc->init_xmit_priv = &rtl8188fu_init_xmit_priv; in rtl8188fu_set_hal_ops()
2266 pHalFunc->free_xmit_priv = &rtl8188fu_free_xmit_priv; in rtl8188fu_set_hal_ops()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/rtl8188f/usb/
H A Dusb_halinit.c2220 struct hal_ops *pHalFunc = &padapter->hal_func; in rtl8188fu_set_hal_ops() local
2223 rtl8188f_set_hal_ops(pHalFunc); in rtl8188fu_set_hal_ops()
2225 pHalFunc->hal_power_on = &_InitPowerOn_8188FU; in rtl8188fu_set_hal_ops()
2226 pHalFunc->hal_power_off = &CardDisableRTL8188FU; in rtl8188fu_set_hal_ops()
2228 pHalFunc->hal_init = &rtl8188fu_hal_init; in rtl8188fu_set_hal_ops()
2229 pHalFunc->hal_deinit = &rtl8188fu_hal_deinit; in rtl8188fu_set_hal_ops()
2231 pHalFunc->inirp_init = &rtl8188fu_inirp_init; in rtl8188fu_set_hal_ops()
2232 pHalFunc->inirp_deinit = &rtl8188fu_inirp_deinit; in rtl8188fu_set_hal_ops()
2234 pHalFunc->init_xmit_priv = &rtl8188fu_init_xmit_priv; in rtl8188fu_set_hal_ops()
2235 pHalFunc->free_xmit_priv = &rtl8188fu_free_xmit_priv; in rtl8188fu_set_hal_ops()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/rtl8723b/usb/
H A Dusb_halinit.c2493 struct hal_ops *pHalFunc = &padapter->HalFunc; in rtl8723bu_set_hal_ops() local
2497 rtl8723b_set_hal_ops(pHalFunc); in rtl8723bu_set_hal_ops()
2499 pHalFunc->hal_power_on = &_InitPowerOn_8723BU; in rtl8723bu_set_hal_ops()
2500 pHalFunc->hal_power_off = &CardDisableRTL8723U; in rtl8723bu_set_hal_ops()
2502 pHalFunc->hal_init = &rtl8723bu_hal_init; in rtl8723bu_set_hal_ops()
2503 pHalFunc->hal_deinit = &rtl8723bu_hal_deinit; in rtl8723bu_set_hal_ops()
2505 pHalFunc->inirp_init = &rtl8723bu_inirp_init; in rtl8723bu_set_hal_ops()
2506 pHalFunc->inirp_deinit = &rtl8723bu_inirp_deinit; in rtl8723bu_set_hal_ops()
2508 pHalFunc->init_xmit_priv = &rtl8723bu_init_xmit_priv; in rtl8723bu_set_hal_ops()
2509 pHalFunc->free_xmit_priv = &rtl8723bu_free_xmit_priv; in rtl8723bu_set_hal_ops()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/rtl8188e/
H A Drtl8188e_hal_init.c2652 void rtl8188e_set_hal_ops(struct hal_ops *pHalFunc) in rtl8188e_set_hal_ops() argument
2654 pHalFunc->dm_init = &rtl8188e_init_dm_priv; in rtl8188e_set_hal_ops()
2655 pHalFunc->dm_deinit = &rtl8188e_deinit_dm_priv; in rtl8188e_set_hal_ops()
2657 pHalFunc->read_chip_version = read_chip_version_8188e; in rtl8188e_set_hal_ops()
2659 pHalFunc->set_chnl_bw_handler = &PHY_SetSwChnlBWMode8188E; in rtl8188e_set_hal_ops()
2661 pHalFunc->set_tx_power_level_handler = &PHY_SetTxPowerLevel8188E; in rtl8188e_set_hal_ops()
2662 pHalFunc->set_tx_power_index_handler = PHY_SetTxPowerIndex_8188E; in rtl8188e_set_hal_ops()
2663 pHalFunc->get_tx_power_index_handler = &PHY_GetTxPowerIndex_8188E; in rtl8188e_set_hal_ops()
2665 pHalFunc->hal_dm_watchdog = &rtl8188e_HalDmWatchDog; in rtl8188e_set_hal_ops()
2667 pHalFunc->run_thread = &rtl8188e_start_thread; in rtl8188e_set_hal_ops()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/rtl8723d/
H A Drtl8723d_hal_init.c5424 void rtl8723d_set_hal_ops(struct hal_ops *pHalFunc) argument
5426 pHalFunc->dm_init = &rtl8723d_init_dm_priv;
5427 pHalFunc->dm_deinit = &rtl8723d_deinit_dm_priv;
5428 pHalFunc->read_chip_version = read_chip_version_8723d;
5429 pHalFunc->set_chnl_bw_handler = &PHY_SetSwChnlBWMode8723D;
5430 pHalFunc->set_tx_power_level_handler = &PHY_SetTxPowerLevel8723D;
5431 pHalFunc->set_tx_power_index_handler = PHY_SetTxPowerIndex_8723D;
5432 pHalFunc->get_tx_power_index_handler = hal_com_get_txpwr_idx;
5433 pHalFunc->hal_dm_watchdog = &rtl8723d_HalDmWatchDog;
5435 pHalFunc->SetBeaconRelatedRegistersHandler = &rtl8723d_SetBeaconRelatedRegisters;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/rtl8188e/
H A Drtl8188e_hal_init.c2888 void rtl8188e_set_hal_ops(struct hal_ops *pHalFunc) in rtl8188e_set_hal_ops() argument
2890 pHalFunc->dm_init = &rtl8188e_init_dm_priv; in rtl8188e_set_hal_ops()
2891 pHalFunc->dm_deinit = &rtl8188e_deinit_dm_priv; in rtl8188e_set_hal_ops()
2893 pHalFunc->read_chip_version = read_chip_version_8188e; in rtl8188e_set_hal_ops()
2895 pHalFunc->UpdateRAMaskHandler = &UpdateHalRAMask8188E; in rtl8188e_set_hal_ops()
2897 pHalFunc->set_bwmode_handler = &PHY_SetBWMode8188E; in rtl8188e_set_hal_ops()
2898 pHalFunc->set_channel_handler = &PHY_SwChnl8188E; in rtl8188e_set_hal_ops()
2899 pHalFunc->set_chnl_bw_handler = &PHY_SetSwChnlBWMode8188E; in rtl8188e_set_hal_ops()
2901 pHalFunc->set_tx_power_level_handler = &PHY_SetTxPowerLevel8188E; in rtl8188e_set_hal_ops()
2902 pHalFunc->get_tx_power_level_handler = &PHY_GetTxPowerLevel8188E; in rtl8188e_set_hal_ops()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/rtl8723d/
H A Drtl8723d_hal_init.c5420 void rtl8723d_set_hal_ops(struct hal_ops *pHalFunc) argument
5422 pHalFunc->dm_init = &rtl8723d_init_dm_priv;
5423 pHalFunc->dm_deinit = &rtl8723d_deinit_dm_priv;
5424 pHalFunc->read_chip_version = read_chip_version_8723d;
5425 pHalFunc->set_chnl_bw_handler = &PHY_SetSwChnlBWMode8723D;
5426 pHalFunc->set_tx_power_level_handler = &PHY_SetTxPowerLevel8723D;
5427 pHalFunc->set_tx_power_index_handler = PHY_SetTxPowerIndex_8723D;
5428 pHalFunc->get_tx_power_index_handler = hal_com_get_txpwr_idx;
5429 pHalFunc->hal_dm_watchdog = &rtl8723d_HalDmWatchDog;
5431 pHalFunc->SetBeaconRelatedRegistersHandler = &rtl8723d_SetBeaconRelatedRegisters;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/rtl8188f/
H A Drtl8188f_hal_init.c5633 void rtl8188f_set_hal_ops(struct hal_ops *pHalFunc) in rtl8188f_set_hal_ops() argument
5635 pHalFunc->dm_init = &rtl8188f_init_dm_priv; in rtl8188f_set_hal_ops()
5636 pHalFunc->dm_deinit = &rtl8188f_deinit_dm_priv; in rtl8188f_set_hal_ops()
5638 pHalFunc->read_chip_version = &rtl8188f_read_chip_version; in rtl8188f_set_hal_ops()
5640 pHalFunc->set_chnl_bw_handler = &PHY_SetSwChnlBWMode8188F; in rtl8188f_set_hal_ops()
5642 pHalFunc->set_tx_power_level_handler = &PHY_SetTxPowerLevel8188F; in rtl8188f_set_hal_ops()
5643 pHalFunc->set_txpwr_done = rtl8188f_set_txpwr_done; in rtl8188f_set_hal_ops()
5644 pHalFunc->set_tx_power_index_handler = PHY_SetTxPowerIndex_8188F; in rtl8188f_set_hal_ops()
5645 pHalFunc->get_tx_power_index_handler = &PHY_GetTxPowerIndex_8188F; in rtl8188f_set_hal_ops()
5647 pHalFunc->hal_dm_watchdog = &rtl8188f_HalDmWatchDog; in rtl8188f_set_hal_ops()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/rtl8188f/
H A Drtl8188f_hal_init.c5578 void rtl8188f_set_hal_ops(struct hal_ops *pHalFunc) in rtl8188f_set_hal_ops() argument
5580 pHalFunc->dm_init = &rtl8188f_init_dm_priv; in rtl8188f_set_hal_ops()
5581 pHalFunc->dm_deinit = &rtl8188f_deinit_dm_priv; in rtl8188f_set_hal_ops()
5583 pHalFunc->read_chip_version = &rtl8188f_read_chip_version; in rtl8188f_set_hal_ops()
5585 pHalFunc->set_chnl_bw_handler = &PHY_SetSwChnlBWMode8188F; in rtl8188f_set_hal_ops()
5587 pHalFunc->set_tx_power_level_handler = &PHY_SetTxPowerLevel8188F; in rtl8188f_set_hal_ops()
5588 pHalFunc->set_txpwr_done = rtl8188f_set_txpwr_done; in rtl8188f_set_hal_ops()
5589 pHalFunc->set_tx_power_index_handler = PHY_SetTxPowerIndex_8188F; in rtl8188f_set_hal_ops()
5590 pHalFunc->get_tx_power_index_handler = hal_com_get_txpwr_idx; in rtl8188f_set_hal_ops()
5592 pHalFunc->hal_dm_watchdog = &rtl8188f_HalDmWatchDog; in rtl8188f_set_hal_ops()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/rtl8723b/
H A Drtl8723b_hal_init.c5843 void rtl8723b_set_hal_ops(struct hal_ops *pHalFunc) in rtl8723b_set_hal_ops() argument
5845 pHalFunc->dm_init = &rtl8723b_init_dm_priv; in rtl8723b_set_hal_ops()
5846 pHalFunc->dm_deinit = &rtl8723b_deinit_dm_priv; in rtl8723b_set_hal_ops()
5848 pHalFunc->read_chip_version = read_chip_version_8723b; in rtl8723b_set_hal_ops()
5850 pHalFunc->set_chnl_bw_handler = &PHY_SetSwChnlBWMode8723B; in rtl8723b_set_hal_ops()
5852 pHalFunc->set_tx_power_level_handler = &PHY_SetTxPowerLevel8723B; in rtl8723b_set_hal_ops()
5853 pHalFunc->get_tx_power_level_handler = &PHY_GetTxPowerLevel8723B; in rtl8723b_set_hal_ops()
5855 pHalFunc->get_tx_power_index_handler = &PHY_GetTxPowerIndex_8723B; in rtl8723b_set_hal_ops()
5857 pHalFunc->hal_dm_watchdog = &rtl8723b_HalDmWatchDog; in rtl8723b_set_hal_ops()
5859 pHalFunc->SetBeaconRelatedRegistersHandler = &rtl8723b_SetBeaconRelatedRegisters; in rtl8723b_set_hal_ops()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/rtl8188f/
H A Drtl8188f_hal_init.c5563 void rtl8188f_set_hal_ops(struct hal_ops *pHalFunc) in rtl8188f_set_hal_ops() argument
5565 pHalFunc->dm_init = &rtl8188f_init_dm_priv; in rtl8188f_set_hal_ops()
5566 pHalFunc->dm_deinit = &rtl8188f_deinit_dm_priv; in rtl8188f_set_hal_ops()
5568 pHalFunc->read_chip_version = &rtl8188f_read_chip_version; in rtl8188f_set_hal_ops()
5570 pHalFunc->set_chnl_bw_handler = &PHY_SetSwChnlBWMode8188F; in rtl8188f_set_hal_ops()
5572 pHalFunc->set_tx_power_level_handler = &PHY_SetTxPowerLevel8188F; in rtl8188f_set_hal_ops()
5573 pHalFunc->set_txpwr_done = rtl8188f_set_txpwr_done; in rtl8188f_set_hal_ops()
5574 pHalFunc->set_tx_power_index_handler = PHY_SetTxPowerIndex_8188F; in rtl8188f_set_hal_ops()
5575 pHalFunc->get_tx_power_index_handler = hal_com_get_txpwr_idx; in rtl8188f_set_hal_ops()
5577 pHalFunc->hal_dm_watchdog = &rtl8188f_HalDmWatchDog; in rtl8188f_set_hal_ops()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/rtl8188f/
H A Drtl8188f_hal_init.c5637 void rtl8188f_set_hal_ops(struct hal_ops *pHalFunc) in rtl8188f_set_hal_ops() argument
5639 pHalFunc->dm_init = &rtl8188f_init_dm_priv; in rtl8188f_set_hal_ops()
5640 pHalFunc->dm_deinit = &rtl8188f_deinit_dm_priv; in rtl8188f_set_hal_ops()
5642 pHalFunc->read_chip_version = &rtl8188f_read_chip_version; in rtl8188f_set_hal_ops()
5644 pHalFunc->set_chnl_bw_handler = &PHY_SetSwChnlBWMode8188F; in rtl8188f_set_hal_ops()
5646 pHalFunc->set_tx_power_level_handler = &PHY_SetTxPowerLevel8188F; in rtl8188f_set_hal_ops()
5647 pHalFunc->set_tx_power_index_handler = PHY_SetTxPowerIndex_8188F; in rtl8188f_set_hal_ops()
5648 pHalFunc->get_tx_power_index_handler = &PHY_GetTxPowerIndex_8188F; in rtl8188f_set_hal_ops()
5650 pHalFunc->hal_dm_watchdog = &rtl8188f_HalDmWatchDog; in rtl8188f_set_hal_ops()
5651 pHalFunc->SetBeaconRelatedRegistersHandler = &rtl8188f_SetBeaconRelatedRegisters; in rtl8188f_set_hal_ops()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/rtl8703b/
H A Drtl8703b_hal_init.c5505 void rtl8703b_set_hal_ops(struct hal_ops *pHalFunc) in rtl8703b_set_hal_ops() argument
5507 pHalFunc->dm_init = &rtl8703b_init_dm_priv; in rtl8703b_set_hal_ops()
5508 pHalFunc->dm_deinit = &rtl8703b_deinit_dm_priv; in rtl8703b_set_hal_ops()
5510 pHalFunc->read_chip_version = read_chip_version_8703b; in rtl8703b_set_hal_ops()
5512 pHalFunc->set_chnl_bw_handler = &PHY_SetSwChnlBWMode8703B; in rtl8703b_set_hal_ops()
5514 pHalFunc->set_tx_power_level_handler = &PHY_SetTxPowerLevel8703B; in rtl8703b_set_hal_ops()
5515 pHalFunc->set_tx_power_index_handler = PHY_SetTxPowerIndex_8703B; in rtl8703b_set_hal_ops()
5516 pHalFunc->get_tx_power_index_handler = hal_com_get_txpwr_idx; in rtl8703b_set_hal_ops()
5518 pHalFunc->hal_dm_watchdog = &rtl8703b_HalDmWatchDog; in rtl8703b_set_hal_ops()
5520 pHalFunc->SetBeaconRelatedRegistersHandler = &rtl8703b_SetBeaconRelatedRegisters; in rtl8703b_set_hal_ops()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/rtl8723b/
H A Drtl8723b_hal_init.c3369 void rtl8723b_set_hal_ops(struct hal_ops *pHalFunc) in rtl8723b_set_hal_ops() argument
3371 pHalFunc->dm_init = &rtl8723b_init_dm_priv; in rtl8723b_set_hal_ops()
3372 pHalFunc->dm_deinit = &rtl8723b_deinit_dm_priv; in rtl8723b_set_hal_ops()
3374 pHalFunc->read_chip_version = read_chip_version_8723b; in rtl8723b_set_hal_ops()
3376 pHalFunc->UpdateRAMaskHandler = &UpdateHalRAMask8723B; in rtl8723b_set_hal_ops()
3377 pHalFunc->set_bwmode_handler = &PHY_SetBWMode8723B; in rtl8723b_set_hal_ops()
3378 pHalFunc->set_channel_handler = &PHY_SwChnl8723B; in rtl8723b_set_hal_ops()
3379 pHalFunc->set_chnl_bw_handler = &PHY_SetSwChnlBWMode8723B; in rtl8723b_set_hal_ops()
3381 pHalFunc->set_tx_power_level_handler = &PHY_SetTxPowerLevel8723B; in rtl8723b_set_hal_ops()
3382 pHalFunc->get_tx_power_level_handler = &PHY_GetTxPowerLevel8723B; in rtl8723b_set_hal_ops()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/
H A Dioctl_mp.c369 struct hal_ops *pHalFunc = &padapter->HalFunc; in rtw_mp_start() local
375 pHalFunc->hal_deinit(padapter); in rtw_mp_start()
377 pHalFunc->hal_init(padapter); in rtw_mp_start()
420 struct hal_ops *pHalFunc = &padapter->HalFunc; in rtw_mp_stop() local
425 pHalFunc->hal_deinit(padapter); in rtw_mp_stop()
427 pHalFunc->hal_init(padapter); in rtw_mp_stop()
820 struct hal_ops *pHalFunc = &padapter->HalFunc; in rtw_mp_disable_bt_coexist() local
1308 struct hal_ops *pHalFunc = &padapter->HalFunc; in rtw_mp_mon() local
1338 pHalFunc->hal_deinit(padapter); in rtw_mp_mon()
1340 pHalFunc->hal_init(padapter); in rtw_mp_mon()
[all …]

123456789