Searched refs:rdebug (Results 1 – 1 of 1) sorted by relevance
74 } rdebug; variable94 for (i = 0; i < rdebug.num_regulators; i++) { in ux500_regulator_status_show()97 info = &rdebug.regulator_array[i]; in ux500_regulator_status_show()103 rdebug.state_before_suspend[i] ? "enabled" : "disabled", in ux500_regulator_status_show()104 rdebug.state_after_suspend[i] ? "enabled" : "disabled"); in ux500_regulator_status_show()117 rdebug.dir = debugfs_create_dir("ux500-regulator", NULL); in ux500_regulator_debug_init()120 debugfs_create_file("status", 0444, rdebug.dir, &pdev->dev, in ux500_regulator_debug_init()124 debugfs_create_file("power-state-count", 0444, rdebug.dir, in ux500_regulator_debug_init()127 rdebug.regulator_array = regulator_info; in ux500_regulator_debug_init()128 rdebug.num_regulators = num_regulators; in ux500_regulator_debug_init()[all …]