Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_platform.h256 typedef int (*qdf_op_protect_cb)(void **out_sync, const char *func);
266 #define qdf_op_protect(out_sync) __qdf_op_protect(out_sync, __func__) argument
269 __qdf_op_protect(struct qdf_op_sync **out_sync, const char *func);
/wlan-driver/qca-wifi-host-cmn/qdf/src/
H A Dqdf_platform.c182 int __qdf_op_protect(struct qdf_op_sync **out_sync, const char *func) in __qdf_op_protect() argument
187 return __on_op_protect((void **)out_sync, func); in __qdf_op_protect()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_main.c18714 static int __hdd_op_protect_cb(void **out_sync, const char *func) in __hdd_op_protect_cb() argument
18722 (struct osif_psoc_sync **)out_sync, in __hdd_op_protect_cb()