Searched refs:func_base (Results 1 – 3 of 3) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/utf/src/ |
H A D | wlan_cm_utf_main.c | 56 #define DEBUG_FOO(func_base) { .name = #func_base, \ argument 57 .ops = &wlan_cm_utf_##func_base##_ops } 67 #define GENERATE_DEBUG_STRUCTS(func_base) \ argument 68 static int wlan_cm_utf_##func_base##_open(struct inode *inode, \ 71 return single_open(file, wlan_cm_utf_##func_base##_show, \ 75 static const struct file_operations wlan_cm_utf_##func_base##_ops = { \ 76 .open = wlan_cm_utf_##func_base##_open, \ 79 .write = wlan_cm_utf_##func_base##_write, \
|
/wlan-driver/qca-wifi-host-cmn/iot_sim/core/ |
H A D | iot_sim_common.c | 1649 #define GENERATE_IOT_SIM_DEBUG_SHOW_FUNCS(func_base) \ argument 1650 static int iot_sim_debug_##func_base##_show(struct seq_file *m, \ 1669 #define GENERATE_DEBUG_IOT_SIM_STRUCTS(func_base) \ argument 1670 static int debug_##func_base##_open(struct inode *inode, \ 1673 return single_open(file, iot_sim_debug_##func_base##_show, \ 1677 static const struct file_operations debug_##func_base##_ops = { \ 1678 .open = debug_##func_base##_open, \ 1681 .write = iot_sim_debug_##func_base##_write, \ 1695 #define DEBUG_IOT_SIM(func_base) { .name = #func_base, \ argument 1696 .ops = &debug_##func_base##_ops \
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
H A D | wmi_unified.c | 992 #define GENERATE_COMMAND_DEBUG_SHOW_FUNCS(func_base, wmi_ring_size, wmi_record_type)\ argument 993 static int debug_wmi_##func_base##_show(struct seq_file *m, \ 998 &wmi_handle->log_info.wmi_##func_base##_buf_info;\ 1050 #define GENERATE_EVENT_DEBUG_SHOW_FUNCS(func_base, wmi_ring_size) \ argument 1051 static int debug_wmi_##func_base##_show(struct seq_file *m, \ 1056 &wmi_handle->log_info.wmi_##func_base##_buf_info;\ 1175 #define GENERATE_DEBUG_WRITE_FUNCS(func_base, wmi_ring_size, wmi_record_type)\ argument 1176 static ssize_t debug_wmi_##func_base##_write(struct file *file, \ 1184 wmi_##func_base##_buf_info; \ 1279 #define DEBUG_FOO(func_base) { .name = #func_base, \ argument [all …]
|