Searched full:ppg (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-qcom-lpg.yaml | 73 This property is required for PMICs that supports PPG, which is when a 92 single SDAM PPG.
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 54288 PgHdr *pPg; 54294 pPg = (PgHdr*)pLower->pExtra; 54295 printf("%3d: nRef %2lld flgs %02x data ", i, pPg->nRef, pPg->flags); 54298 printf(" ptr %p\n", pPg); 54325 ** Return 1 if pPg is on the dirty list for pCache. Return 0 if not. 54329 static int pageOnDirtyList(PCache *pCache, PgHdr *pPg){ 54332 if( p==pPg ) return 1; 54336 static int pageNotOnDirtyList(PCache *pCache, PgHdr *pPg){ 54339 if( p==pPg ) return 0; 54355 ** assert( sqlite3PcachePageSanity(pPg) ); [all …]
|
H A D | shell.c | 2749 sqlite3_pcache_page *pPg, in pcachetraceUnpin() argument 2754 p, pPg, bDiscard); in pcachetraceUnpin() 2756 pcacheBase.xUnpin(p, pPg, bDiscard); in pcachetraceUnpin() 2760 sqlite3_pcache_page *pPg, in pcachetraceRekey() argument 2766 p, pPg, oldKey, newKey); in pcachetraceRekey() 2768 pcacheBase.xRekey(p, pPg, oldKey, newKey); in pcachetraceRekey()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | sysex | 107 >1 byte 0x29 PPG
|
/freebsd/contrib/ncurses/progs/ |
H A D | dump_entry.c | 461 } else if (strchr("pPg", ch) != 0) { in op_length()
|
/freebsd/share/misc/ |
H A D | usb_vendors | 10205 c213 PPG Device 10207 c290 PPG Device 10208 c291 PPG Device 10209 c292 PPG Device 10213 c39d PPG Device 10214 c39e PPG Device 10215 c39f PPG Device 10229 d211 PPG Device 10230 d212 PPG Device
|