Searched refs:pcn (Results 1 – 2 of 2) sorted by relevance
101 static void ack_irq(uint8_t *pcn) in ack_irq() argument110 if (pcn != NULL) { in ack_irq()111 *pcn = ret; in ack_irq()385 uint8_t pcn; in test_relative_seek() local396 ack_irq(&pcn); in test_relative_seek()397 g_assert(pcn == 1); in test_relative_seek()405 ack_irq(&pcn); in test_relative_seek()406 g_assert(pcn == 0); in test_relative_seek()
79 std::stringstream pcn; in parseResponseMsg() local 83 pcn << "0x" << std::setfill('0') << std::setw(8) << std::hex in parseResponseMsg() 86 data["pri cec node"] = pcn.str(); in parseResponseMsg()