Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_platform.h257 typedef void (*qdf_op_unprotect_cb)(void *sync, const char *func); typedef
289 qdf_op_unprotect_cb on_unprotect);
/wlan-driver/qca-wifi-host-cmn/qdf/src/
Dqdf_platform.c172 static qdf_op_unprotect_cb __on_op_unprotect;
175 qdf_op_unprotect_cb on_unprotect) in qdf_op_callbacks_register()