Home
last modified time | relevance | path

Searched refs:paramlen (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwldev_common.c150 const s8 *iovar_name, const s8 *param, u32 paramlen, in wldev_mkiovar() argument
155 iolen = bcm_mkiovar(iovar_name, param, paramlen, iovar_buf, buflen); in wldev_mkiovar()
161 const void *param, u32 paramlen, void *buf, u32 buflen, struct mutex* buf_sync) in wldev_iovar_getbuf() argument
176 ret = wldev_mkiovar(iovar_name, param, paramlen, buf, buflen); in wldev_iovar_getbuf()
191 const void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync) in wldev_iovar_setbuf() argument
198 iovar_len = wldev_mkiovar(iovar_name, param, paramlen, buf, buflen); in wldev_iovar_setbuf()
242 const s8 *iovar_name, const s8 *param, s32 paramlen, in wldev_mkiovar_bsscfg() argument
257 return wldev_mkiovar(iovar_name, param, paramlen, in wldev_mkiovar_bsscfg()
263 iolen = prefixlen + namelen + sizeof(u32) + paramlen; in wldev_mkiovar_bsscfg()
286 if (paramlen) in wldev_mkiovar_bsscfg()
[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);
48 void *param, s32 paramlen, void *buf, s32 buflen, s32 bsscfg_idx,
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()
268 void *param, s32 paramlen, void *buf, s32 buflen, s32 bsscfg_idx, in wl_ext_iovar_setbuf_bsscfg() argument
273 ret = wldev_iovar_setbuf_bsscfg(dev, iovar_name, param, paramlen, in wl_ext_iovar_setbuf_bsscfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwldev_common.c112 const s8 *iovar_name, const s8 *param, s32 paramlen, in wldev_mkiovar() argument
117 iolen = bcm_mkiovar(iovar_name, param, paramlen, iovar_buf, buflen); in wldev_mkiovar()
123 const void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync) in wldev_iovar_getbuf() argument
138 ret = wldev_mkiovar(iovar_name, param, paramlen, buf, buflen); in wldev_iovar_getbuf()
153 const void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync) in wldev_iovar_setbuf() argument
160 iovar_len = wldev_mkiovar(iovar_name, param, paramlen, buf, buflen); in wldev_iovar_setbuf()
204 const s8 *iovar_name, const s8 *param, s32 paramlen, in wldev_mkiovar_bsscfg() argument
219 return wldev_mkiovar(iovar_name, param, paramlen, in wldev_mkiovar_bsscfg()
225 iolen = prefixlen + namelen + sizeof(u32) + paramlen; in wldev_mkiovar_bsscfg()
248 if (paramlen) in wldev_mkiovar_bsscfg()
[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);
72 const s8 *iovar_name, const s8 *param, s32 paramlen,
79 struct net_device *dev, s8 *iovar_name, void *param, s32 paramlen,
86 struct net_device *dev, const s8 *iovar_name, const void *param, s32 paramlen,
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwldev_common.c112 const s8 *iovar_name, const s8 *param, s32 paramlen, in wldev_mkiovar() argument
117 iolen = bcm_mkiovar(iovar_name, param, paramlen, iovar_buf, buflen); in wldev_mkiovar()
123 const void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync) in wldev_iovar_getbuf() argument
138 ret = wldev_mkiovar(iovar_name, param, paramlen, buf, buflen); in wldev_iovar_getbuf()
153 const void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync) in wldev_iovar_setbuf() argument
160 iovar_len = wldev_mkiovar(iovar_name, param, paramlen, buf, buflen); in wldev_iovar_setbuf()
204 const s8 *iovar_name, const s8 *param, s32 paramlen, in wldev_mkiovar_bsscfg() argument
219 return wldev_mkiovar(iovar_name, param, paramlen, in wldev_mkiovar_bsscfg()
225 iolen = prefixlen + namelen + sizeof(u32) + paramlen; in wldev_mkiovar_bsscfg()
248 if (paramlen) in wldev_mkiovar_bsscfg()
[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);
72 const s8 *iovar_name, const s8 *param, s32 paramlen,
79 struct net_device *dev, s8 *iovar_name, void *param, s32 paramlen,
86 struct net_device *dev, const s8 *iovar_name, const void *param, s32 paramlen,
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwldev_common.c150 const s8 *iovar_name, const s8 *param, u32 paramlen, in wldev_mkiovar() argument
155 iolen = bcm_mkiovar(iovar_name, param, paramlen, iovar_buf, buflen); in wldev_mkiovar()
161 const void *param, u32 paramlen, void *buf, u32 buflen, struct mutex* buf_sync) in wldev_iovar_getbuf() argument
176 ret = wldev_mkiovar(iovar_name, param, paramlen, buf, buflen); in wldev_iovar_getbuf()
191 const void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync) in wldev_iovar_setbuf() argument
198 iovar_len = wldev_mkiovar(iovar_name, param, paramlen, buf, buflen); in wldev_iovar_setbuf()
242 const s8 *iovar_name, const s8 *param, s32 paramlen, in wldev_mkiovar_bsscfg() argument
257 return wldev_mkiovar(iovar_name, param, paramlen, in wldev_mkiovar_bsscfg()
263 iolen = prefixlen + namelen + sizeof(u32) + paramlen; in wldev_mkiovar_bsscfg()
286 if (paramlen) in wldev_mkiovar_bsscfg()
[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);
48 void *param, s32 paramlen, void *buf, s32 buflen, s32 bsscfg_idx,
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()
263 void *param, s32 paramlen, void *buf, s32 buflen, s32 bsscfg_idx, in wl_ext_iovar_setbuf_bsscfg() argument
268 ret = wldev_iovar_setbuf_bsscfg(dev, iovar_name, param, paramlen, in wl_ext_iovar_setbuf_bsscfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwldev_common.c115 const s8 *iovar_name, s8 *param, s32 paramlen, in wldev_mkiovar() argument
120 iolen = bcm_mkiovar(iovar_name, param, paramlen, iovar_buf, buflen); in wldev_mkiovar()
126 void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync) in wldev_iovar_getbuf() argument
141 ret = wldev_mkiovar(iovar_name, param, paramlen, buf, buflen); in wldev_iovar_getbuf()
157 void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync) in wldev_iovar_setbuf() argument
164 iovar_len = wldev_mkiovar(iovar_name, param, paramlen, buf, buflen); in wldev_iovar_setbuf()
209 const s8 *iovar_name, s8 *param, s32 paramlen, in wldev_mkiovar_bsscfg() argument
224 return wldev_mkiovar(iovar_name, param, paramlen, in wldev_mkiovar_bsscfg()
230 iolen = prefixlen + namelen + sizeof(u32) + paramlen; in wldev_mkiovar_bsscfg()
254 if (paramlen) in wldev_mkiovar_bsscfg()
[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);
73 const s8 *iovar_name, s8 *param, s32 paramlen,
80 struct net_device *dev, s8 *iovar_name, void *param, s32 paramlen,
87 struct net_device *dev, s8 *iovar_name, void *param, s32 paramlen,
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwldev_common.c112 const s8 *iovar_name, const s8 *param, s32 paramlen, in wldev_mkiovar() argument
117 iolen = bcm_mkiovar(iovar_name, param, paramlen, iovar_buf, buflen); in wldev_mkiovar()
123 const void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync) in wldev_iovar_getbuf() argument
138 ret = wldev_mkiovar(iovar_name, param, paramlen, buf, buflen); in wldev_iovar_getbuf()
153 const void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync) in wldev_iovar_setbuf() argument
160 iovar_len = wldev_mkiovar(iovar_name, param, paramlen, buf, buflen); in wldev_iovar_setbuf()
204 const s8 *iovar_name, const s8 *param, s32 paramlen, in wldev_mkiovar_bsscfg() argument
219 return wldev_mkiovar(iovar_name, param, paramlen, in wldev_mkiovar_bsscfg()
225 iolen = prefixlen + namelen + sizeof(u32) + paramlen; in wldev_mkiovar_bsscfg()
248 if (paramlen) in wldev_mkiovar_bsscfg()
[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);
72 const s8 *iovar_name, const s8 *param, s32 paramlen,
79 struct net_device *dev, s8 *iovar_name, void *param, s32 paramlen,
86 struct net_device *dev, const s8 *iovar_name, const void *param, s32 paramlen,
/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dpublic_key.c125 key = kmalloc(pkey->keylen + sizeof(u32) * 2 + pkey->paramlen, in software_key_query()
132 ptr = pkey_pack_u32(ptr, pkey->paramlen); in software_key_query()
133 memcpy(ptr, pkey->params, pkey->paramlen); in software_key_query()
195 key = kmalloc(pkey->keylen + sizeof(u32) * 2 + pkey->paramlen, in software_key_eds_op()
203 ptr = pkey_pack_u32(ptr, pkey->paramlen); in software_key_eds_op()
204 memcpy(ptr, pkey->params, pkey->paramlen); in software_key_eds_op()
345 key = kmalloc(pkey->keylen + sizeof(u32) * 2 + pkey->paramlen, in public_key_verify_signature()
353 ptr = pkey_pack_u32(ptr, pkey->paramlen); in public_key_verify_signature()
354 memcpy(ptr, pkey->params, pkey->paramlen); in public_key_verify_signature()
H A Dx509_cert_parser.c115 cert->pub->paramlen = ctx->params_size; in x509_cert_parse()
/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);
66 const s8 *iovar_name, const s8 *param, s32 paramlen,
73 struct net_device *dev, s8 *iovar_name, void *param, s32 paramlen,
80 struct net_device *dev, const s8 *iovar_name, const void *param, s32 paramlen,
/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);
66 const s8 *iovar_name, const s8 *param, s32 paramlen,
73 struct net_device *dev, s8 *iovar_name, void *param, s32 paramlen,
80 struct net_device *dev, const s8 *iovar_name, const void *param, s32 paramlen,
/OK3568_Linux_fs/kernel/net/caif/
H A Dcfctrl.c101 && p1->u.utility.paramlen == p2->u.utility.paramlen in param_eq()
103 p1->u.utility.paramlen) == 0; in param_eq()
264 tmp8 = param->u.utility.paramlen; in cfctrl_linkup_request()
267 param->u.utility.paramlen); in cfctrl_linkup_request()
470 linkparam.u.utility.paramlen = len; in cfctrl_recv()
H A Dcfcnfg.c281 l->u.utility.paramlen = s->param.size; in caif_connect_req_to_link_param()
282 if (l->u.utility.paramlen > sizeof(l->u.utility.params)) in caif_connect_req_to_link_param()
283 l->u.utility.paramlen = sizeof(l->u.utility.params); in caif_connect_req_to_link_param()
286 l->u.utility.paramlen); in caif_connect_req_to_link_param()
/OK3568_Linux_fs/kernel/crypto/
H A Decrdsa.c196 u32 algo, paramlen; in ecrdsa_set_pub_key() local
205 params = ecrdsa_unpack_u32(&paramlen, in ecrdsa_set_pub_key()
221 err = asn1_ber_decoder(&ecrdsa_params_decoder, ctx, params, paramlen); in ecrdsa_set_pub_key()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dpublic_key.h28 u32 paramlen; member
/OK3568_Linux_fs/kernel/include/net/caif/
H A Dcfctrl.h85 u16 paramlen; /* Length of Link Setup member
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsm_make_chunk.c2822 int paramlen = sizeof(param); in sctp_make_asconf_update_ip() local
2838 totallen += paramlen; in sctp_make_asconf_update_ip()
2844 totallen += paramlen; in sctp_make_asconf_update_ip()
2866 param.param_hdr.length = htons(paramlen + addr_param_len); in sctp_make_asconf_update_ip()
2869 sctp_addto_chunk(retval, paramlen, &param); in sctp_make_asconf_update_ip()
2879 param.param_hdr.length = htons(paramlen + addr_param_len); in sctp_make_asconf_update_ip()
2882 sctp_addto_chunk(retval, paramlen, &param); in sctp_make_asconf_update_ip()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A DBusLogic.c345 void *param, int paramlen, void *reply, int replylen) in blogic_cmd() argument
395 while (paramlen > 0 && --timeout >= 0) { in blogic_cmd()
423 paramlen--; in blogic_cmd()
544 if (paramlen > 0) { in blogic_cmd()

12