Lines Matching refs:buf_sync
84 void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync) in wldev_iovar_getbuf() argument
87 if (buf_sync) { in wldev_iovar_getbuf()
88 mutex_lock(buf_sync); in wldev_iovar_getbuf()
92 if (buf_sync) in wldev_iovar_getbuf()
93 mutex_unlock(buf_sync); in wldev_iovar_getbuf()
100 void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync) in wldev_iovar_setbuf() argument
104 if (buf_sync) { in wldev_iovar_setbuf()
105 mutex_lock(buf_sync); in wldev_iovar_setbuf()
113 if (buf_sync) in wldev_iovar_setbuf()
114 mutex_unlock(buf_sync); in wldev_iovar_setbuf()
201 void *param, s32 paramlen, void *buf, s32 buflen, s32 bsscfg_idx, struct mutex* buf_sync) in wldev_iovar_getbuf_bsscfg() argument
204 if (buf_sync) { in wldev_iovar_getbuf_bsscfg()
205 mutex_lock(buf_sync); in wldev_iovar_getbuf_bsscfg()
210 if (buf_sync) { in wldev_iovar_getbuf_bsscfg()
211 mutex_unlock(buf_sync); in wldev_iovar_getbuf_bsscfg()
219 void *param, s32 paramlen, void *buf, s32 buflen, s32 bsscfg_idx, struct mutex* buf_sync) in wldev_iovar_setbuf_bsscfg() argument
223 if (buf_sync) { in wldev_iovar_setbuf_bsscfg()
224 mutex_lock(buf_sync); in wldev_iovar_setbuf_bsscfg()
233 if (buf_sync) { in wldev_iovar_setbuf_bsscfg()
234 mutex_unlock(buf_sync); in wldev_iovar_setbuf_bsscfg()