Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/halmac/
Drtl_halmac.c542 status = api->halmac_cfg_operation_mode( in init_mac_flow()
545 status = api->halmac_cfg_operation_mode(halmac, in init_mac_flow()
548 status = api->halmac_cfg_operation_mode(halmac, in init_mac_flow()
551 status = api->halmac_cfg_operation_mode(halmac, in init_mac_flow()
Dhalmac_type.h1606 enum halmac_ret_status (*halmac_cfg_operation_mode)( member
/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/
Dhalmac_api_88xx.c193 halmac_api->halmac_cfg_operation_mode = halmac_cfg_operation_mode_88xx; in halmac_mount_api_88xx()