Searched refs:rdebug (Results 1 – 1 of 1) sorted by relevance
76 } rdebug; variable96 for (i = 0; i < rdebug.num_regulators; i++) { in ux500_regulator_status_show()99 info = &rdebug.regulator_array[i]; in ux500_regulator_status_show()105 rdebug.state_before_suspend[i] ? "enabled" : "disabled", in ux500_regulator_status_show()106 rdebug.state_after_suspend[i] ? "enabled" : "disabled"); in ux500_regulator_status_show()126 rdebug.dir = debugfs_create_dir("ux500-regulator", NULL); in ux500_regulator_debug_init()127 if (!rdebug.dir) in ux500_regulator_debug_init()131 rdebug.status_file = debugfs_create_file("status", in ux500_regulator_debug_init()132 S_IRUGO, rdebug.dir, &pdev->dev, in ux500_regulator_debug_init()134 if (!rdebug.status_file) in ux500_regulator_debug_init()[all …]