Lines Matching refs:buf_sync
161 const void *param, u32 paramlen, void *buf, u32 buflen, struct mutex* buf_sync) in wldev_iovar_getbuf() argument
164 if (buf_sync) { in wldev_iovar_getbuf()
165 mutex_lock(buf_sync); in wldev_iovar_getbuf()
184 if (buf_sync) in wldev_iovar_getbuf()
185 mutex_unlock(buf_sync); in wldev_iovar_getbuf()
191 const void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync) in wldev_iovar_setbuf() argument
195 if (buf_sync) { in wldev_iovar_setbuf()
196 mutex_lock(buf_sync); in wldev_iovar_setbuf()
204 if (buf_sync) in wldev_iovar_setbuf()
205 mutex_unlock(buf_sync); in wldev_iovar_setbuf()
295 void *param, s32 paramlen, void *buf, s32 buflen, s32 bsscfg_idx, struct mutex* buf_sync) in wldev_iovar_getbuf_bsscfg() argument
298 if (buf_sync) { in wldev_iovar_getbuf_bsscfg()
299 mutex_lock(buf_sync); in wldev_iovar_getbuf_bsscfg()
304 if (buf_sync) { in wldev_iovar_getbuf_bsscfg()
305 mutex_unlock(buf_sync); in wldev_iovar_getbuf_bsscfg()
314 void *buf, s32 buflen, s32 bsscfg_idx, struct mutex* buf_sync) in wldev_iovar_setbuf_bsscfg() argument
318 if (buf_sync) { in wldev_iovar_setbuf_bsscfg()
319 mutex_lock(buf_sync); in wldev_iovar_setbuf_bsscfg()
328 if (buf_sync) { in wldev_iovar_setbuf_bsscfg()
329 mutex_unlock(buf_sync); in wldev_iovar_setbuf_bsscfg()