Lines Matching refs:buf_sync
123 const void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync) in wldev_iovar_getbuf() argument
126 if (buf_sync) { in wldev_iovar_getbuf()
127 mutex_lock(buf_sync); in wldev_iovar_getbuf()
146 if (buf_sync) in wldev_iovar_getbuf()
147 mutex_unlock(buf_sync); in wldev_iovar_getbuf()
153 const void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync) in wldev_iovar_setbuf() argument
157 if (buf_sync) { in wldev_iovar_setbuf()
158 mutex_lock(buf_sync); in wldev_iovar_setbuf()
166 if (buf_sync) in wldev_iovar_setbuf()
167 mutex_unlock(buf_sync); in wldev_iovar_setbuf()
257 void *param, s32 paramlen, void *buf, s32 buflen, s32 bsscfg_idx, struct mutex* buf_sync) in wldev_iovar_getbuf_bsscfg() argument
260 if (buf_sync) { in wldev_iovar_getbuf_bsscfg()
261 mutex_lock(buf_sync); in wldev_iovar_getbuf_bsscfg()
266 if (buf_sync) { in wldev_iovar_getbuf_bsscfg()
267 mutex_unlock(buf_sync); in wldev_iovar_getbuf_bsscfg()
276 void *buf, s32 buflen, s32 bsscfg_idx, struct mutex* buf_sync) in wldev_iovar_setbuf_bsscfg() argument
280 if (buf_sync) { in wldev_iovar_setbuf_bsscfg()
281 mutex_lock(buf_sync); in wldev_iovar_setbuf_bsscfg()
290 if (buf_sync) { in wldev_iovar_setbuf_bsscfg()
291 mutex_unlock(buf_sync); in wldev_iovar_setbuf_bsscfg()