Home
last modified time | relevance | path

Searched refs:cpn (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A Dxvmain.c426 XvVideoNotifyPtr npn, cpn; in XvdiDestroyVideoNotifyList() local
430 cpn = (XvVideoNotifyPtr) pn; in XvdiDestroyVideoNotifyList()
432 while (cpn) { in XvdiDestroyVideoNotifyList()
433 npn = cpn->next; in XvdiDestroyVideoNotifyList()
434 if (cpn->client) in XvdiDestroyVideoNotifyList()
435 FreeResource(cpn->id, XvRTVideoNotify); in XvdiDestroyVideoNotifyList()
436 free(cpn); in XvdiDestroyVideoNotifyList()
437 cpn = npn; in XvdiDestroyVideoNotifyList()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dlgs8gxx.c358 static int lgs8gxx_autolock_gi(struct lgs8gxx_state *priv, u8 gi, u8 cpn, in lgs8gxx_autolock_gi() argument
377 t2 |= cpn ? 0x01 : 0x00; in lgs8gxx_autolock_gi()