Searched refs:rdebug (Results 1 – 1 of 1) sorted by relevance
76 } rdebug; variable110 for (i = 0; i < rdebug.num_regulators; i++) { in ux500_regulator_status_print()113 info = &rdebug.regulator_array[i]; in ux500_regulator_status_print()119 rdebug.state_before_suspend[i] ? "enabled" : "disabled", in ux500_regulator_status_print()120 rdebug.state_after_suspend[i] ? "enabled" : "disabled"); in ux500_regulator_status_print()153 rdebug.dir = debugfs_create_dir("ux500-regulator", NULL); in ux500_regulator_debug_init()154 if (!rdebug.dir) in ux500_regulator_debug_init()158 rdebug.status_file = debugfs_create_file("status", in ux500_regulator_debug_init()159 S_IRUGO, rdebug.dir, &pdev->dev, in ux500_regulator_debug_init()161 if (!rdebug.status_file) in ux500_regulator_debug_init()[all …]