Home
last modified time | relevance | path

Searched refs:token_size (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/net/wireless/
H A Dwext-core.c75 .token_size = 1,
84 .token_size = sizeof(struct iw_priv_args),
93 .token_size = 1,
99 .token_size = sizeof(struct sockaddr),
104 .token_size = sizeof(struct sockaddr) +
110 .token_size = sizeof(struct iw_thrspy),
116 .token_size = sizeof(struct iw_thrspy),
129 .token_size = 1,
135 .token_size = sizeof(struct sockaddr) +
142 .token_size = 1,
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dutf16char.cpp26 char16* utf16_strtok(char16 *utf16_str, size_t *token_size, in utf16_strtok() argument
28 if (NULL == utf16_str || NULL == token_size || NULL == utf16_str_next) { in utf16_strtok()
57 *token_size = pos; in utf16_strtok()
H A Ddictbuilder.cpp400 size_t token_size; in read_raw_dict() local
405 token = utf16_strtok(to_tokenize, &token_size, &to_tokenize); in read_raw_dict()
427 lemma_arr_[i].hz_str_len = token_size; in read_raw_dict()
430 token = utf16_strtok(to_tokenize, &token_size, &to_tokenize); in read_raw_dict()
446 token = utf16_strtok(to_tokenize, &token_size, &to_tokenize); in read_raw_dict()
467 token = utf16_strtok(to_tokenize, &token_size, &to_tokenize); in read_raw_dict()
489 token = utf16_strtok(to_tokenize, &token_size, &to_tokenize); in read_raw_dict()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dutf16char.h33 char16* utf16_strtok(char16 *utf16_str, size_t *token_size,
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dutf16char.h33 char16* utf16_strtok(char16 *utf16_str, size_t *token_size,
/OK3568_Linux_fs/kernel/include/net/
H A Diw_handler.h377 __u16 token_size; /* Granularity of payload */ member
/OK3568_Linux_fs/buildroot/package/android-tools/
H A D0019-adbd-Support-rsa-key-authentication.patch47 int adb_auth_generate_token(void *token, size_t token_size);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_iw.c3126 size_t token_size = 1; local
3157 token_size = sizeof(struct sockaddr) + sizeof(struct iw_quality);
3174 token_size = sizeof(struct sockaddr);
3179 token_size = sizeof(struct sockaddr) + sizeof(struct iw_quality);
3190 if (!(extra = kmalloc(max_tokens * token_size, GFP_KERNEL)))
3193 if (copy_from_user(extra, wrq->u.data.pointer, wrq->u.data.length * token_size)) {
3205 if (copy_to_user(wrq->u.data.pointer, extra, wrq->u.data.length * token_size)) {
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_iw.c3132 size_t token_size = 1; local
3163 token_size = sizeof(struct sockaddr) + sizeof(struct iw_quality);
3180 token_size = sizeof(struct sockaddr);
3185 token_size = sizeof(struct sockaddr) + sizeof(struct iw_quality);
3196 if (!(extra = kmalloc(max_tokens * token_size, GFP_KERNEL)))
3199 if (copy_from_user(extra, wrq->u.data.pointer, wrq->u.data.length * token_size)) {
3211 if (copy_to_user(wrq->u.data.pointer, extra, wrq->u.data.length * token_size)) {
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_iw.c3132 size_t token_size = 1; local
3163 token_size = sizeof(struct sockaddr) + sizeof(struct iw_quality);
3180 token_size = sizeof(struct sockaddr);
3185 token_size = sizeof(struct sockaddr) + sizeof(struct iw_quality);
3196 if (!(extra = kmalloc(max_tokens * token_size, GFP_KERNEL)))
3199 if (copy_from_user(extra, wrq->u.data.pointer, wrq->u.data.length * token_size)) {
3211 if (copy_to_user(wrq->u.data.pointer, extra, wrq->u.data.length * token_size)) {
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_iw.c3387 size_t token_size = 1; in wl_iw_ioctl() local
3427 token_size = sizeof(struct sockaddr) + sizeof(struct iw_quality); in wl_iw_ioctl()
3443 token_size = sizeof(struct sockaddr); in wl_iw_ioctl()
3448 token_size = sizeof(struct sockaddr) + sizeof(struct iw_quality); in wl_iw_ioctl()
3459 if (!(extra = kmalloc(max_tokens * token_size, GFP_KERNEL))) in wl_iw_ioctl()
3462 if (copy_from_user(extra, wrq->u.data.pointer, wrq->u.data.length * token_size)) { in wl_iw_ioctl()
3474 if (copy_to_user(wrq->u.data.pointer, extra, wrq->u.data.length * token_size)) { in wl_iw_ioctl()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_iw.c3380 size_t token_size = 1; in wl_iw_ioctl() local
3420 token_size = sizeof(struct sockaddr) + sizeof(struct iw_quality); in wl_iw_ioctl()
3436 token_size = sizeof(struct sockaddr); in wl_iw_ioctl()
3441 token_size = sizeof(struct sockaddr) + sizeof(struct iw_quality); in wl_iw_ioctl()
3452 if (!(extra = kmalloc(max_tokens * token_size, GFP_KERNEL))) in wl_iw_ioctl()
3455 if (copy_from_user(extra, wrq->u.data.pointer, wrq->u.data.length * token_size)) { in wl_iw_ioctl()
3467 if (copy_to_user(wrq->u.data.pointer, extra, wrq->u.data.length * token_size)) { in wl_iw_ioctl()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_iw.c3439 size_t token_size = 1; in wl_iw_ioctl() local
3479 token_size = sizeof(struct sockaddr) + sizeof(struct iw_quality); in wl_iw_ioctl()
3495 token_size = sizeof(struct sockaddr); in wl_iw_ioctl()
3500 token_size = sizeof(struct sockaddr) + sizeof(struct iw_quality); in wl_iw_ioctl()
3511 if (!(extra = kmalloc(max_tokens * token_size, GFP_KERNEL))) in wl_iw_ioctl()
3514 if (copy_from_user(extra, wrq->u.data.pointer, wrq->u.data.length * token_size)) { in wl_iw_ioctl()
3526 if (copy_to_user(wrq->u.data.pointer, extra, wrq->u.data.length * token_size)) { in wl_iw_ioctl()