Home
last modified time | relevance | path

Searched refs:callback_type (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/utils/pktlog/
H A Dpktlog_ac.c88 enum pktlog_callback_regtype callback_type) in pktlog_set_callback_regtype() argument
97 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() argument
569 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() argument
581 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()
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/include/
H A Dpktlog_ac_api.h56 void pktlog_set_callback_regtype(enum pktlog_callback_regtype callback_type);
H A Dpktlog_ac.h114 uint8_t callback_type; member