Searched refs:cpn (Results 1 – 2 of 2) sorted by relevance
426 XvVideoNotifyPtr npn, cpn; in XvdiDestroyVideoNotifyList() local430 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()
358 static int lgs8gxx_autolock_gi(struct lgs8gxx_state *priv, u8 gi, u8 cpn, in lgs8gxx_autolock_gi() argument377 t2 |= cpn ? 0x01 : 0x00; in lgs8gxx_autolock_gi()