Searched refs:ppm_domain_t (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | ppmvar.h | 251 typedef struct ppm_domain ppm_domain_t; typedef 303 extern ppm_domain_t *ppm_domain_p; 306 extern ppm_domain_t *ppm_domains[]; /* (s10) */ 314 extern ppm_dev_t *ppm_get_dev(dev_info_t *, ppm_domain_t *); 317 extern ppm_domain_t *ppm_lookup_dev(dev_info_t *); 318 extern ppm_domain_t *ppm_lookup_domain(char *); 319 extern ppm_dc_t *ppm_lookup_dc(ppm_domain_t *, int); 321 extern ppm_domain_t *ppm_get_domain_by_dev(const char *); 322 extern boolean_t ppm_none_else_holds_power(ppm_domain_t *); 323 extern ppm_owned_t *ppm_add_owned(dev_info_t *, ppm_domain_t *); [all …]
|
/titanic_41/usr/src/uts/sun4u/io/ |
H A D | ppm_xgsubr.c | 158 ppm_domain_t **dompp; in ppm_attach_err() 186 ppm_domain_t * 189 ppm_domain_t **dompp; in ppm_lookup_domain() 210 ppm_domain_t *domp; in ppm_create_db() 272 ppm_domain_t * 276 ppm_domain_t **dompp; in ppm_lookup_dev() 300 ppm_domain_t *domp; in ppm_claim_dev() 322 ppm_add_dev(dev_info_t *dip, ppm_domain_t *domp) in ppm_add_dev() 372 ppm_get_dev(dev_info_t *dip, ppm_domain_t *domp) in ppm_get_dev() 395 ppm_domain_t *domp; in ppm_rem_dev()
|
H A D | ppm_plat.c | 46 ppm_cpu_next(ppm_domain_t *domp, int level) in ppm_cpu_next() 78 ppm_cpu_pre_chng(ppm_domain_t *domp, int oldl, int speedup) in ppm_cpu_pre_chng() 124 ppm_cpu_go(ppm_domain_t *domp, int level) in ppm_cpu_go() 150 ppm_cpu_post_chng(ppm_domain_t *domp, int newl, int speedup) in ppm_cpu_post_chng() 208 ppm_domain_t *domp; in ppm_change_cpu_power()
|
/titanic_41/usr/src/uts/common/io/ppm/ |
H A D | ppm_subr.c | 112 ppm_domain_t *domp; in ppm_attach_err() 132 ppm_domain_t * 135 ppm_domain_t *domp; in ppm_lookup_domain() 157 ppm_domain_t *domp; in ppm_lookup_hndl() 228 ppm_domain_t *domp; in ppm_create_db() 394 ppm_domain_t * 398 ppm_domain_t *domp; in ppm_lookup_dev() 592 ppm_domain_t *domp; in ppm_claim_dev() 643 ppm_add_owned(dev_info_t *dip, ppm_domain_t *domp) in ppm_add_owned() 667 ppm_add_dev(dev_info_t *dip, ppm_domain_t *domp) in ppm_add_dev() [all …]
|
H A D | ppm.c | 170 ppm_domain_t *ppm_domain_p; 190 static int ppm_fetset(ppm_domain_t *, uint8_t); 191 static int ppm_fetget(ppm_domain_t *, uint8_t *); 192 static int ppm_gpioset(ppm_domain_t *, int); 198 static void ppm_set_led(ppm_domain_t *, int); 204 static int ppm_switch_clock(ppm_domain_t *, int); 205 static int ppm_pcie_pwr(ppm_domain_t *, int); 452 ppm_domain_t *domp = NULL; in ppm_ioctl() 761 ppm_domain_t *domp; in ppm_ctlops() 1202 ppm_domain_t *domp; in ppm_svc_resume_ctlop() [all …]
|
/titanic_41/usr/src/uts/i86pc/io/ |
H A D | ppm_plat.c | 124 ppm_domain_t *domp; in ppm_change_cpu_power() 181 ppm_domain_t *domp; in ppm_alloc_pstate_domains() 263 ppm_domain_t *domp; in ppm_free_pstate_domains()
|
/titanic_41/usr/src/uts/sun4u/excalibur/io/ |
H A D | xcalppm.c | 90 static ppm_domain_t xcppm_1394 = { "domain_1394", PPMD_LOCK_ONE }; 91 static ppm_domain_t xcppm_cpu = { "domain_cpu", PPMD_LOCK_ALL }; 92 static ppm_domain_t xcppm_fet = { "domain_powerfet", PPMD_LOCK_ONE }; 93 static ppm_domain_t xcppm_upa = { "domain_pciupa", PPMD_LOCK_ONE }; 95 ppm_domain_t *ppm_domains[] = { 306 ppm_domain_t **dompp; in xcppm_attach() 514 ppm_domain_t *domp; in xcppm_resume_ctlop() 1369 xcppm_lock_all(ppm_domain_t *domp, power_req_t *reqp, int *iresp) in xcppm_lock_all() 1426 ppm_domain_t *domp; in xcppm_ctlops()
|