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 | 55238 PgHdr *pPg; local 55244 pPg = (PgHdr*)pLower->pExtra; 55245 printf("%3d: nRef %2lld flgs %02x data ", i, pPg->nRef, pPg->flags); 55248 printf(" ptr %p\n", pPg); 55275 ** Return 1 if pPg is on the dirty list for pCache. Return 0 if not. 55279 static int pageOnDirtyList(PCache *pCache, PgHdr *pPg){ 55282 if( p==pPg ) return 1; 55286 static int pageNotOnDirtyList(PCache *pCache, PgHdr *pPg){ 55289 if( p==pPg ) return 0; 55305 ** assert( sqlite3PcachePageSanity(pPg) ); [all …]
|
| H A D | shell.c | 2247 sqlite3_pcache_page *pPg, in pcachetraceUnpin() argument 2252 p, pPg, bDiscard); in pcachetraceUnpin() 2254 pcacheBase.xUnpin(p, pPg, bDiscard); in pcachetraceUnpin() 2258 sqlite3_pcache_page *pPg, in pcachetraceRekey() argument 2264 p, pPg, oldKey, newKey); in pcachetraceRekey() 2266 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 | 10250 c213 PPG Device 10252 c290 PPG Device 10253 c291 PPG Device 10254 c292 PPG Device 10258 c39d PPG Device 10259 c39e PPG Device 10260 c39f PPG Device 10274 d211 PPG Device 10275 d212 PPG Device
|