Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
Dath_procfs.c48 #define PROCFS_DIR "cld" MULTI_IF_NAME macro
50 #define PROCFS_DIR "cld" macro
583 proc_dir = proc_mkdir(PROCFS_DIR, NULL); in athdiag_procfs_init()
585 remove_proc_entry(PROCFS_DIR, NULL); in athdiag_procfs_init()
586 hif_err("Could not initialize /proc/%s", PROCFS_DIR); in athdiag_procfs_init()
598 hif_debug("/proc/%s/%s created", PROCFS_DIR, PROCFS_NAME); in athdiag_procfs_init()
610 hif_debug("/proc/%s/%s removed", PROCFS_DIR, PROCFS_NAME); in athdiag_procfs_remove()
611 remove_proc_entry(PROCFS_DIR, NULL); in athdiag_procfs_remove()
612 hif_debug("/proc/%s removed", PROCFS_DIR); in athdiag_procfs_remove()