Searched refs:__is_pwr_off (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/pmdomain/amlogic/ |
H A D | meson-ee-pwrc.c | 248 #define VPU_PD(__name, __top_pd, __mem, __is_pwr_off, __resets, __clks) \ argument 256 .is_powered_off = __is_pwr_off, \ 259 #define TOP_PD(__name, __top_pd, __mem, __is_pwr_off) \ argument 265 .is_powered_off = __is_pwr_off, \
|