| /linux/arch/arm/mach-omap2/ |
| H A D | powerdomains7xx_data.c | 36 .pwrsts = PWRSTS_OFF_ON, 52 .pwrsts = PWRSTS_ON, 60 .pwrsts = PWRSTS_OFF_ON, 69 .pwrsts = PWRSTS_ON, 77 .pwrsts = PWRSTS_OFF_ON, 91 .pwrsts = PWRSTS_OFF_ON, 104 .pwrsts = PWRSTS_ON, 118 .pwrsts = PWRSTS_OFF_ON, 131 .pwrsts = PWRSTS_ON, 143 .pwrsts = PWRSTS_ON, [all …]
|
| H A D | powerdomains3xxx_data.c | 35 .pwrsts = PWRSTS_OFF_RET_ON, 56 .pwrsts = PWRSTS_OFF_RET_ON, 72 .pwrsts = PWRSTS_ON, 98 .pwrsts = PWRSTS_OFF_RET_ON, 115 .pwrsts = PWRSTS_OFF_RET_ON, 137 .pwrsts = PWRSTS_ON, 154 .pwrsts = PWRSTS_OFF_RET_ON, 169 .pwrsts = PWRSTS_ON, 190 .pwrsts = PWRSTS_OFF_ON, 205 .pwrsts = PWRSTS_ON, [all …]
|
| H A D | powerdomains44xx_data.c | 36 .pwrsts = PWRSTS_RET_ON, 62 .pwrsts = PWRSTS_OFF_ON, 79 .pwrsts = PWRSTS_OFF_RET_ON, 99 .pwrsts = PWRSTS_OFF_RET_ON, 117 .pwrsts = PWRSTS_OFF_RET_ON, 139 .pwrsts = PWRSTS_ON, 155 .pwrsts = PWRSTS_OFF_RET_ON, 172 .pwrsts = PWRSTS_OFF_RET_ON, 189 .pwrsts = PWRSTS_OFF_ON, 205 .pwrsts = PWRSTS_RET_ON, [all …]
|
| H A D | powerdomains54xx_data.c | 34 .pwrsts = PWRSTS_RET_ON, 60 .pwrsts = PWRSTS_OFF_RET_ON, 80 .pwrsts = PWRSTS_ON, 89 .pwrsts = PWRSTS_OFF_RET_ON, 107 .pwrsts = PWRSTS_RET_ON, 124 .pwrsts = PWRSTS_RET_ON, 141 .pwrsts = PWRSTS_OFF_ON, 157 .pwrsts = PWRSTS_RET_ON, 176 .pwrsts = PWRSTS_OFF_ON, 186 .pwrsts = PWRSTS_OFF_RET_ON, [all …]
|
| H A D | powerdomains43xx_data.c | 22 .pwrsts = PWRSTS_OFF_ON, 35 .pwrsts = PWRSTS_OFF_RET_ON, 56 .pwrsts = PWRSTS_ON, 64 .pwrsts = PWRSTS_ON, 76 .pwrsts = PWRSTS_ON, 84 .pwrsts = PWRSTS_OFF_ON, 93 .pwrsts = PWRSTS_OFF_RET_ON,
|
| H A D | powerdomains33xx_data.c | 22 .pwrsts = PWRSTS_OFF_RET_ON, 53 .pwrsts = PWRSTS_ON, 63 .pwrsts = PWRSTS_ON, 73 .pwrsts = PWRSTS_OFF_RET_ON, 116 .pwrsts = PWRSTS_OFF_RET_ON, 159 .pwrsts = PWRSTS_OFF_ON,
|
| H A D | powerdomains2xxx_data.c | 29 .pwrsts = PWRSTS_OFF_RET_ON, 44 .pwrsts = PWRSTS_OFF_RET_ON, 59 .pwrsts = PWRSTS_OFF_RET_ON, 85 .pwrsts = PWRSTS_OFF_RET_ON,
|
| H A D | powerdomains2xxx_3xxx_data.c | 45 .pwrsts = PWRSTS_OFF_RET_ON, 60 .pwrsts = PWRSTS_ON,
|
| H A D | powerdomain.c | 536 if (!(pwrdm->pwrsts & (1 << pwrst))) in pwrdm_set_next_pwrst() 590 if (pwrdm->pwrsts == PWRSTS_ON) in pwrdm_read_pwrst() 1046 pwrdm->pwrsts; in pwrdm_get_valid_lp_state() 1117 while (!(pwrdm->pwrsts & (1 << pwrst))) { in omap_set_pwrdm_state()
|
| /linux/drivers/clk/qcom/ |
| H A D | gdsc.c | 264 if (sc->pwrsts == PWRSTS_ON) in gdsc_enable() 283 if (sc->pwrsts & PWRSTS_OFF) in gdsc_enable() 322 if (sc->pwrsts == PWRSTS_ON) in gdsc_disable() 343 if (sc->pwrsts & PWRSTS_OFF) in gdsc_disable() 353 if (sc->pwrsts == PWRSTS_RET_ON) in gdsc_disable() 432 if (sc->pwrsts == PWRSTS_ON) { in gdsc_init() 481 if (on || (sc->pwrsts & PWRSTS_RET)) in gdsc_init()
|
| H A D | videocc-sm8250.c | 279 .pwrsts = PWRSTS_OFF_ON, 288 .pwrsts = PWRSTS_OFF_ON, 297 .pwrsts = PWRSTS_OFF_ON, 306 .pwrsts = PWRSTS_OFF_ON,
|
| H A D | videocc-sm8150.c | 174 .pwrsts = PWRSTS_OFF_ON, 183 .pwrsts = PWRSTS_OFF_ON, 192 .pwrsts = PWRSTS_OFF_ON,
|
| H A D | videocc-sm8450.c | 337 .pwrsts = PWRSTS_OFF_ON, 349 .pwrsts = PWRSTS_OFF_ON, 362 .pwrsts = PWRSTS_OFF_ON, 374 .pwrsts = PWRSTS_OFF_ON,
|
| H A D | videocc-sdm845.c | 252 .pwrsts = PWRSTS_OFF_ON, 264 .pwrsts = PWRSTS_OFF_ON, 275 .pwrsts = PWRSTS_OFF_ON,
|
| H A D | videocc-sm7150.c | 263 .pwrsts = PWRSTS_OFF_ON, 275 .pwrsts = PWRSTS_OFF_ON, 286 .pwrsts = PWRSTS_OFF_ON,
|
| H A D | videocc-sa8775p.c | 427 .pwrsts = PWRSTS_OFF_ON, 439 .pwrsts = PWRSTS_OFF_ON, 452 .pwrsts = PWRSTS_OFF_ON, 464 .pwrsts = PWRSTS_OFF_ON,
|
| H A D | videocc-sm8350.c | 438 .pwrsts = PWRSTS_OFF_ON, 447 .pwrsts = PWRSTS_OFF_ON, 456 .pwrsts = PWRSTS_OFF_ON, 465 .pwrsts = PWRSTS_OFF_ON,
|
| H A D | gpucc-sdm845.c | 127 .pwrsts = PWRSTS_OFF_ON, 138 .pwrsts = PWRSTS_OFF_ON,
|
| H A D | videocc-sm8550.c | 458 .pwrsts = PWRSTS_OFF_ON, 470 .pwrsts = PWRSTS_OFF_ON, 483 .pwrsts = PWRSTS_OFF_ON, 495 .pwrsts = PWRSTS_OFF_ON,
|
| H A D | lpasscorecc-sc7180.c | 303 .pwrsts = PWRSTS_OFF_ON, 312 .pwrsts = PWRSTS_OFF_ON, 320 .pwrsts = PWRSTS_OFF_ON,
|
| H A D | gpucc-sc7180.c | 166 .pwrsts = PWRSTS_OFF_ON, 177 .pwrsts = PWRSTS_OFF_ON,
|
| H A D | videocc-sc7180.c | 161 .pwrsts = PWRSTS_OFF_ON, 170 .pwrsts = PWRSTS_OFF_ON,
|
| H A D | mmcc-msm8996.c | 3162 .pwrsts = PWRSTS_OFF_ON, 3172 .pwrsts = PWRSTS_OFF_ON, 3182 .pwrsts = PWRSTS_OFF_ON, 3192 .pwrsts = PWRSTS_OFF_ON, 3204 .pwrsts = PWRSTS_OFF_ON, 3215 .pwrsts = PWRSTS_OFF_ON, 3227 .pwrsts = PWRSTS_OFF_ON, 3239 .pwrsts = PWRSTS_OFF_ON, 3250 .pwrsts = PWRSTS_OFF_ON, 3261 .pwrsts = PWRSTS_OFF_ON, [all …]
|
| H A D | mmcc-msm8994.c | 2264 .pwrsts = PWRSTS_OFF_ON, 2274 .pwrsts = PWRSTS_OFF_ON, 2285 .pwrsts = PWRSTS_OFF_ON, 2296 .pwrsts = PWRSTS_OFF_ON, 2307 .pwrsts = PWRSTS_OFF_ON, 2317 .pwrsts = PWRSTS_OFF_ON, 2328 .pwrsts = PWRSTS_OFF_ON, 2339 .pwrsts = PWRSTS_OFF_ON, 2350 .pwrsts = PWRSTS_OFF_ON, 2359 .pwrsts = PWRSTS_OFF_ON, [all …]
|
| H A D | videocc-sc7280.c | 242 .pwrsts = PWRSTS_OFF_ON, 255 .pwrsts = PWRSTS_OFF_ON,
|