Searched refs:callback_type (Results 1 – 3 of 3) sorted by relevance
88 enum pktlog_callback_regtype callback_type) in pktlog_set_callback_regtype() argument97 pl_dev->callback_type = callback_type; in pktlog_set_callback_regtype()567 static void pktlog_callback_registration(uint8_t callback_type) in pktlog_callback_registration() argument569 if (callback_type == PKTLOG_DEFAULT_CALLBACK_REGISTRATION) { in pktlog_callback_registration()579 static void pktlog_callback_registration(uint8_t callback_type) in pktlog_callback_registration() argument581 if (callback_type == PKTLOG_DEFAULT_CALLBACK_REGISTRATION) { in pktlog_callback_registration()585 } else if (callback_type == PKTLOG_LITE_CALLBACK_REGISTRATION) { in pktlog_callback_registration()630 pktlog_callback_registration(pl_dev->callback_type); in pktlog_init()
56 void pktlog_set_callback_regtype(enum pktlog_callback_regtype callback_type);
114 uint8_t callback_type; member