Searched refs:pmsSetFunc_t (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dpms.h38 typedef void (*pmsSetFunc_t)(uint32_t, uint32_t, uint32_t); /* Function used to set hardware power state */ typedef
73 pmsSetFunc_t pmsSetFunc; /* Function used to set platform power state */
156 extern pmsSetFunc_t pmsFuncTab[pmsSetFuncMax];
187 extern kern_return_t pmsBuild(pmsDef *pd, uint32_t pdsize, pmsSetFunc_t *functab, uint32_t platformData, pmsQueryFunc_t queryFunc);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DpmsCPU.c174 pmsSetFunc_t pmsDfltFunc[pmsSetFuncMax]; /* List of functions for the external power control to use */
H A Dpms.c71 pmsSetFunc_t pmsFuncTab[pmsSetFuncMax] = {NULL}; /* This is the function index table */
572 kern_return_t pmsBuild(pmsDef *pd, uint32_t pdsize, pmsSetFunc_t *functab, uint32_t platformData, pmsQueryFunc_t queryFunc) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A DpmCPU.c704 __unused pmsSetFunc_t *functab,

Completed in 34 milliseconds