Searched refs:CNSS_FS_NAME (Results 1 – 3 of 3) sorted by relevance
/wlan-driver/platform/cnss2/ |
H A D | debug.c | 1041 snprintf(name, CNSS_FS_NAME_SIZE, CNSS_FS_NAME "_%d", in cnss_debugfs_create() 1044 snprintf(name, CNSS_FS_NAME_SIZE, CNSS_FS_NAME); in cnss_debugfs_create()
|
H A D | main.h | 70 #define CNSS_FS_NAME "cnss" macro
|
H A D | main.c | 4637 CNSS_FS_NAME "_%d", plat_priv->plat_idx); in cnss_create_sysfs_link() 4641 snprintf(cnss_name, CNSS_FS_NAME_SIZE, CNSS_FS_NAME); in cnss_create_sysfs_link() 4676 CNSS_FS_NAME "_%d", plat_priv->plat_idx); in cnss_remove_sysfs_link() 4680 snprintf(cnss_name, CNSS_FS_NAME_SIZE, CNSS_FS_NAME); in cnss_remove_sysfs_link()
|