Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_platform.h277 #define qdf_op_unprotect(sync) __qdf_op_unprotect(sync, __func__)
279 void __qdf_op_unprotect(struct qdf_op_sync *sync, const char *func);
/wlan-driver/qca-wifi-host-cmn/qdf/src/
Dqdf_platform.c191 void __qdf_op_unprotect(struct qdf_op_sync *sync, const char *func) in __qdf_op_unprotect() function
196 qdf_export_symbol(__qdf_op_unprotect);