Home
last modified time | relevance | path

Searched refs:buf_sync (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwldev_common.c161 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()
[all …]
H A Dwl_android_ext.h44 void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync);
46 void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync);
49 struct mutex* buf_sync);
H A Dwl_android_ext.c242 void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync) in wl_ext_iovar_getbuf() argument
246 ret = wldev_iovar_getbuf(dev, iovar_name, param, paramlen, buf, buflen, buf_sync); in wl_ext_iovar_getbuf()
255 void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync) in wl_ext_iovar_setbuf() argument
259 ret = wldev_iovar_setbuf(dev, iovar_name, param, paramlen, buf, buflen, buf_sync); in wl_ext_iovar_setbuf()
269 struct mutex* buf_sync) in wl_ext_iovar_setbuf_bsscfg() argument
274 buf, buflen, bsscfg_idx, buf_sync); in wl_ext_iovar_setbuf_bsscfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwldev_common.c123 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()
[all …]
H A Dwldev_common.h52 const void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync);
59 const void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync);
80 void *buf, s32 buflen, s32 bsscfg_idx, struct mutex* buf_sync);
87 void *buf, s32 buflen, s32 bsscfg_idx, struct mutex* buf_sync);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwldev_common.c123 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()
[all …]
H A Dwldev_common.h52 const void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync);
59 const void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync);
80 void *buf, s32 buflen, s32 bsscfg_idx, struct mutex* buf_sync);
87 void *buf, s32 buflen, s32 bsscfg_idx, struct mutex* buf_sync);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwldev_common.c161 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()
[all …]
H A Dwl_android_ext.h44 void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync);
46 void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync);
49 struct mutex* buf_sync);
H A Dwl_android_ext.c237 void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync) in wl_ext_iovar_getbuf() argument
241 ret = wldev_iovar_getbuf(dev, iovar_name, param, paramlen, buf, buflen, buf_sync); in wl_ext_iovar_getbuf()
250 void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync) in wl_ext_iovar_setbuf() argument
254 ret = wldev_iovar_setbuf(dev, iovar_name, param, paramlen, buf, buflen, buf_sync); in wl_ext_iovar_setbuf()
264 struct mutex* buf_sync) in wl_ext_iovar_setbuf_bsscfg() argument
269 buf, buflen, bsscfg_idx, buf_sync); in wl_ext_iovar_setbuf_bsscfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwldev_common.c126 void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync) in wldev_iovar_getbuf() argument
129 if (buf_sync) { in wldev_iovar_getbuf()
130 mutex_lock(buf_sync); in wldev_iovar_getbuf()
149 if (buf_sync) in wldev_iovar_getbuf()
150 mutex_unlock(buf_sync); in wldev_iovar_getbuf()
157 void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync) in wldev_iovar_setbuf() argument
161 if (buf_sync) { in wldev_iovar_setbuf()
162 mutex_lock(buf_sync); in wldev_iovar_setbuf()
170 if (buf_sync) in wldev_iovar_setbuf()
171 mutex_unlock(buf_sync); in wldev_iovar_setbuf()
[all …]
H A Dwldev_common.h53 void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync);
60 void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync);
81 void *buf, s32 buflen, s32 bsscfg_idx, struct mutex* buf_sync);
88 void *buf, s32 buflen, s32 bsscfg_idx, struct mutex* buf_sync);
H A Dwl_android_ext.c348 void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync) in wl_ext_iovar_getbuf() argument
352 ret = wldev_iovar_getbuf(dev, iovar_name, param, paramlen, buf, buflen, buf_sync); in wl_ext_iovar_getbuf()
361 void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync) in wl_ext_iovar_setbuf() argument
365 ret = wldev_iovar_setbuf(dev, iovar_name, param, paramlen, buf, buflen, buf_sync); in wl_ext_iovar_setbuf()
375 struct mutex* buf_sync) in wl_ext_iovar_setbuf_bsscfg() argument
380 buf, buflen, bsscfg_idx, buf_sync); in wl_ext_iovar_setbuf_bsscfg()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwldev_common.c123 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()
[all …]
H A Dwldev_common.h52 const void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync);
59 const void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync);
80 void *buf, s32 buflen, s32 bsscfg_idx, struct mutex* buf_sync);
87 void *buf, s32 buflen, s32 bsscfg_idx, struct mutex* buf_sync);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dwldev_common.h46 const void *param, u32 paramlen, void *buf, u32 buflen, struct mutex* buf_sync);
53 const void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync);
74 void *buf, s32 buflen, s32 bsscfg_idx, struct mutex* buf_sync);
81 void *buf, s32 buflen, s32 bsscfg_idx, struct mutex* buf_sync);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dwldev_common.h46 const void *param, u32 paramlen, void *buf, u32 buflen, struct mutex* buf_sync);
53 const void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync);
74 void *buf, s32 buflen, s32 bsscfg_idx, struct mutex* buf_sync);
81 void *buf, s32 buflen, s32 bsscfg_idx, struct mutex* buf_sync);