Searched refs:buf_sync (Results 1 – 2 of 2) sorted by relevance
/drivers/net/wireless/bcmdhd/ |
D | wldev_common.c | 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() [all …]
|
D | wldev_common.h | 43 void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync); 50 void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync); 71 void *buf, s32 buflen, s32 bsscfg_idx, struct mutex* buf_sync); 78 void *buf, s32 buflen, s32 bsscfg_idx, struct mutex* buf_sync);
|