Lines Matching refs:powerdomain

32 static struct powerdomain iva2_pwrdm = {
53 static struct powerdomain mpu_3xxx_pwrdm = {
69 static struct powerdomain mpu_am35x_pwrdm = {
95 static struct powerdomain core_3xxx_pre_es3_1_pwrdm = {
112 static struct powerdomain core_3xxx_es3_1_pwrdm = {
134 static struct powerdomain core_am35x_pwrdm = {
151 static struct powerdomain dss_pwrdm = {
166 static struct powerdomain dss_am35x_pwrdm = {
186 static struct powerdomain sgx_pwrdm = {
202 static struct powerdomain sgx_am35x_pwrdm = {
217 static struct powerdomain cam_pwrdm = {
232 static struct powerdomain per_pwrdm = {
247 static struct powerdomain per_am35x_pwrdm = {
262 static struct powerdomain emu_pwrdm = {
268 static struct powerdomain neon_pwrdm = {
276 static struct powerdomain neon_am35x_pwrdm = {
284 static struct powerdomain usbhost_pwrdm = {
306 static struct powerdomain dpll1_pwrdm = {
312 static struct powerdomain dpll2_pwrdm = {
318 static struct powerdomain dpll3_pwrdm = {
324 static struct powerdomain dpll4_pwrdm = {
330 static struct powerdomain dpll5_pwrdm = {
336 static struct powerdomain alwon_81xx_pwrdm = {
343 static struct powerdomain device_81xx_pwrdm = {
349 static struct powerdomain gem_814x_pwrdm = {
356 static struct powerdomain ivahd_814x_pwrdm = {
363 static struct powerdomain hdvpss_814x_pwrdm = {
370 static struct powerdomain sgx_814x_pwrdm = {
377 static struct powerdomain isp_814x_pwrdm = {
384 static struct powerdomain active_81xx_pwrdm = {
391 static struct powerdomain default_81xx_pwrdm = {
398 static struct powerdomain ivahd0_816x_pwrdm = {
405 static struct powerdomain ivahd1_816x_pwrdm = {
412 static struct powerdomain ivahd2_816x_pwrdm = {
419 static struct powerdomain sgx_816x_pwrdm = {
427 static struct powerdomain *powerdomains_omap3430_common[] __initdata = {
443 static struct powerdomain *powerdomains_omap3430es1[] __initdata = {
450 static struct powerdomain *powerdomains_omap3430es2_es3_0[] __initdata = {
459 static struct powerdomain *powerdomains_omap3430es3_1plus[] __initdata = {
467 static struct powerdomain *powerdomains_am35x[] __initdata = {
483 static struct powerdomain *powerdomains_ti814x[] __initdata = {
496 static struct powerdomain *powerdomains_ti816x[] __initdata = {
513 static int ti81xx_pwrdm_set_next_pwrst(struct powerdomain *pwrdm, u8 pwrst) in ti81xx_pwrdm_set_next_pwrst()
521 static int ti81xx_pwrdm_read_next_pwrst(struct powerdomain *pwrdm) in ti81xx_pwrdm_read_next_pwrst()
528 static int ti81xx_pwrdm_read_pwrst(struct powerdomain *pwrdm) in ti81xx_pwrdm_read_pwrst()
536 static int ti81xx_pwrdm_read_logic_pwrst(struct powerdomain *pwrdm) in ti81xx_pwrdm_read_logic_pwrst()
544 static int ti81xx_pwrdm_wait_transition(struct powerdomain *pwrdm) in ti81xx_pwrdm_wait_transition()