Lines Matching refs:powerdomain

35 static struct powerdomain iva2_pwrdm = {
56 static struct powerdomain mpu_3xxx_pwrdm = {
72 static struct powerdomain mpu_am35x_pwrdm = {
98 static struct powerdomain core_3xxx_pre_es3_1_pwrdm = {
115 static struct powerdomain core_3xxx_es3_1_pwrdm = {
137 static struct powerdomain core_am35x_pwrdm = {
154 static struct powerdomain dss_pwrdm = {
169 static struct powerdomain dss_am35x_pwrdm = {
189 static struct powerdomain sgx_pwrdm = {
205 static struct powerdomain sgx_am35x_pwrdm = {
220 static struct powerdomain cam_pwrdm = {
235 static struct powerdomain per_pwrdm = {
250 static struct powerdomain per_am35x_pwrdm = {
265 static struct powerdomain emu_pwrdm = {
271 static struct powerdomain neon_pwrdm = {
279 static struct powerdomain neon_am35x_pwrdm = {
287 static struct powerdomain usbhost_pwrdm = {
309 static struct powerdomain dpll1_pwrdm = {
315 static struct powerdomain dpll2_pwrdm = {
321 static struct powerdomain dpll3_pwrdm = {
327 static struct powerdomain dpll4_pwrdm = {
333 static struct powerdomain dpll5_pwrdm = {
339 static struct powerdomain alwon_81xx_pwrdm = {
346 static struct powerdomain device_81xx_pwrdm = {
352 static struct powerdomain gem_814x_pwrdm = {
359 static struct powerdomain ivahd_814x_pwrdm = {
366 static struct powerdomain hdvpss_814x_pwrdm = {
373 static struct powerdomain sgx_814x_pwrdm = {
380 static struct powerdomain isp_814x_pwrdm = {
387 static struct powerdomain active_816x_pwrdm = {
394 static struct powerdomain default_816x_pwrdm = {
401 static struct powerdomain ivahd0_816x_pwrdm = {
408 static struct powerdomain ivahd1_816x_pwrdm = {
415 static struct powerdomain ivahd2_816x_pwrdm = {
422 static struct powerdomain sgx_816x_pwrdm = {
430 static struct powerdomain *powerdomains_omap3430_common[] __initdata = {
446 static struct powerdomain *powerdomains_omap3430es1[] __initdata = {
453 static struct powerdomain *powerdomains_omap3430es2_es3_0[] __initdata = {
462 static struct powerdomain *powerdomains_omap3430es3_1plus[] __initdata = {
470 static struct powerdomain *powerdomains_am35x[] __initdata = {
486 static struct powerdomain *powerdomains_ti814x[] __initdata = {
497 static struct powerdomain *powerdomains_ti816x[] __initdata = {
514 static int ti81xx_pwrdm_set_next_pwrst(struct powerdomain *pwrdm, u8 pwrst) in ti81xx_pwrdm_set_next_pwrst()
522 static int ti81xx_pwrdm_read_next_pwrst(struct powerdomain *pwrdm) in ti81xx_pwrdm_read_next_pwrst()
529 static int ti81xx_pwrdm_read_pwrst(struct powerdomain *pwrdm) in ti81xx_pwrdm_read_pwrst()
537 static int ti81xx_pwrdm_read_logic_pwrst(struct powerdomain *pwrdm) in ti81xx_pwrdm_read_logic_pwrst()
545 static int ti81xx_pwrdm_wait_transition(struct powerdomain *pwrdm) in ti81xx_pwrdm_wait_transition()