Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/halmac/
Drtl_halmac.h81 struct rtl_halmac_ops *rtl_halmac_get_ops_pointer(void);
Drtl_halmac.c23 static struct rtl_halmac_ops rtl_halmac_operation = {
47 struct rtl_halmac_ops *rtl_halmac_get_ops_pointer(void) in rtl_halmac_get_ops_pointer()
/Linux-v4.19/drivers/staging/rtlwifi/rtl8822be/
Dfw.c867 struct rtl_halmac_ops *halmac_ops; in rtl8822be_c2h_content_parsing_ext()
Dhw.c1799 struct rtl_halmac_ops *halmac_ops = rtlpriv->halmac.ops; in _rtl8822be_read_adapter_info()
1954 struct rtl_halmac_ops *halmac_ops = rtlpriv->halmac.ops; in _rtl8822be_read_pa_bias()
/Linux-v4.19/drivers/staging/rtlwifi/
Dwifi.h2686 struct rtl_halmac_ops { struct
2728 struct rtl_halmac_ops *ops; /* halmac ops (halmac.ko own this object) */ argument