Lines Matching refs:rtl_debugfs_priv
45 struct rtl_debugfs_priv { struct
57 struct rtl_debugfs_priv *debugfs_priv = m->private; in rtl_debug_get_common() argument
76 struct rtl_debugfs_priv *debugfs_priv = m->private; in rtl_debug_get_mac_page()
93 static struct rtl_debugfs_priv rtl_debug_priv_mac_ ##page = { \
117 struct rtl_debugfs_priv *debugfs_priv = m->private; in rtl_debug_get_bb_page()
135 static struct rtl_debugfs_priv rtl_debug_priv_bb_ ##page = { \
159 struct rtl_debugfs_priv *debugfs_priv = m->private; in rtl_debug_get_reg_rf()
182 static struct rtl_debugfs_priv rtl_debug_priv_rf_ ##page = { \
192 struct rtl_debugfs_priv *debugfs_priv = m->private; in rtl_debug_get_cam_register()
237 static struct rtl_debugfs_priv rtl_debug_priv_cam_ ##page = { \
248 struct rtl_debugfs_priv *debugfs_priv = m->private; in rtl_debug_get_btcoex()
260 static struct rtl_debugfs_priv rtl_debug_priv_btcoex = {
269 struct rtl_debugfs_priv *debugfs_priv = filp->private_data; in rtl_debugfs_set_write_reg()
310 static struct rtl_debugfs_priv rtl_debug_priv_write_reg = {
318 struct rtl_debugfs_priv *debugfs_priv = filp->private_data; in rtl_debugfs_set_write_h2c()
356 static struct rtl_debugfs_priv rtl_debug_priv_write_h2c = {
364 struct rtl_debugfs_priv *debugfs_priv = filp->private_data; in rtl_debugfs_set_write_rfreg()
397 static struct rtl_debugfs_priv rtl_debug_priv_write_rfreg = {
410 struct rtl_debugfs_priv *debugfs_priv = filp->private_data; in rtl_debugfs_common_write()