Searched refs:GT1X_DEBUG_PROC_FILE (Results 1 – 2 of 2) sorted by relevance
90 gt1x_debug_proc_entry = proc_create(GT1X_DEBUG_PROC_FILE, 0660, NULL, >1x_debug_fops); in gt1x_init_debug_node()92 GTP_ERROR("Create proc entry /proc/%s FAILED!", GT1X_DEBUG_PROC_FILE); in gt1x_init_debug_node()95 GTP_INFO("Created proc entry /proc/%s.", GT1X_DEBUG_PROC_FILE); in gt1x_init_debug_node()102 remove_proc_entry(GT1X_DEBUG_PROC_FILE, NULL); in gt1x_deinit_debug_node()
278 #define GT1X_DEBUG_PROC_FILE "gt1x_debug" macro