Searched refs:DEBUG_CMD_ENTRY (Results 1 – 2 of 2) sorted by relevance
238 debugfs_create_file(DEBUG_CMD_ENTRY, S_IRUGO|S_IWUSR, debugfs, NULL, &ssv6xxx_dbg_fops); in ssvdevice_init()243 proc_create(DEBUG_CMD_ENTRY, S_IRUGO|S_IWUGO, procfs, &ssv6xxx_dbg_fops); in ssvdevice_init()273 remove_proc_entry(DEBUG_CMD_ENTRY, procfs); in ssvdevice_exit()
24 #define DEBUG_CMD_ENTRY "ssv_cmd" macro