Home
last modified time | relevance | path

Searched refs:token (Results 1 - 25 of 31) sorted by relevance

12

/device/soc/rockchip/common/sdk_linux/scripts/kconfig/
H A Dparser.y53 %token <string> T_HELPTEXT
54 %token <string> T_WORD
55 %token <string> T_WORD_QUOTE
56 %token T_ALLNOCONFIG_Y
57 %token T_BOOL
58 %token T_CHOICE
59 %token T_CLOSE_PAREN
60 %token T_COLON_EQUAL
61 %token T_COMMENT
62 %token T_CONFI
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_parse.c110 hi_u32 cmd_parse_one_token(at_cmd_attr *cmd_parsed, hi_u32 index, hi_char *token) in cmd_parse_one_token() argument
128 if (token[0] == '\0') { in cmd_parse_one_token()
137 ret = cmd_parse_para_get(&(cmd_parsed->param_array[len]), token); in cmd_parse_one_token()
155 hi_char *token = NULL; in at_cmd_token_split() local
164 token = cmd; in at_cmd_token_split()
168 token = p; in at_cmd_token_split()
175 ret = cmd_parse_one_token(cmd_parsed, count++, token); in at_cmd_token_split()
182 token = p; in at_cmd_token_split()
185 ret = cmd_parse_one_token(cmd_parsed, count, token); in at_cmd_token_split()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_android.c1220 char *pos, *pos2, *token, *token2, *delim; in wls_parse_batching_cmd() local
1244 while ((token = strsep(&pos, PNO_PARAMS_DELIMETER)) != NULL) { in wls_parse_batching_cmd()
1247 if (token == NULL || !*token) in wls_parse_batching_cmd()
1249 if (*token == '\0') in wls_parse_batching_cmd()
1251 delim = strchr(token, PNO_PARAM_VALUE_DELLIMETER); in wls_parse_batching_cmd()
1255 tokens = sscanf(token, LIMIT_STR_FMT, param, value); in wls_parse_batching_cmd()
1549 const char *token; in wl_android_set_mac_address_filter() local
1556 token = strsep((char**)&str, " "); in wl_android_set_mac_address_filter()
1557 if (!token) { in wl_android_set_mac_address_filter()
4266 char *pos, *token; wl_android_get_rssi_per_ant() local
4336 char *pos, *token; wl_android_set_rssi_logging() local
4518 char *pos, *token; wl_android_set_ap_beaconrate() local
4554 char *pos, *token; wl_android_get_ap_basicrate() local
4587 char *pos, *token; wl_android_get_ap_rps() local
4622 char *pos, *token; wl_android_set_ap_rps() local
4662 char *pos, *token; wl_android_set_ap_rps_params() local
4777 char *pos, *token; wl_android_set_ap_suspend() local
4821 char *pos, *token; wl_android_set_ap_bw() local
4865 char *pos, *token; wl_android_get_ap_bw() local
5433 char *pos, *token; wl_android_set_softap_elna_bypass() local
5479 char *pos, *token; wl_android_get_softap_elna_bypass() local
[all...]
H A Dwl_cfgnan.h412 uint16 token; /* transmit fup token id */ member
540 uint16 token; /* transmit fup token id */ member
H A Dwl_cfg80211.c12552 char *token; in wl_parse_dump_obss() local
12555 token = strsep(&buf, delim); in wl_parse_dump_obss()
12556 while (token != NULL) { in wl_parse_dump_obss()
12557 if (!strcmp(token, "OBSS")) { in wl_parse_dump_obss()
12559 token = strsep(&buf, delim); in wl_parse_dump_obss()
12560 survey->obss = simple_strtoul(token, NULL, 10); in wl_parse_dump_obss()
12563 if (!strcmp(token, "IBSS")) { in wl_parse_dump_obss()
12565 token = strsep(&buf, delim); in wl_parse_dump_obss()
12566 survey->ibss = simple_strtoul(token, NULL, 10); in wl_parse_dump_obss()
12569 if (!strcmp(token, "TXDu in wl_parse_dump_obss()
20580 char *params, *token, *colon; wl_debuglevel_write() local
[all...]
H A Ddhd_linux.c20629 char *token = NULL, *ele_token = NULL, *oui_token = NULL, *type = NULL;
20656 /* token contains one line of input data */
20657 token = bcmstrtok((char**)&buf, "\n", NULL);
20658 if (token == NULL) {
20661 if ((ele_token = bcmstrstr(token, ",")) == NULL) {
20663 if (dhd_check_valid_ie(dhd, token, strlen(token)) == BCME_ERROR) {
20668 id = bcm_atoi((char*)token);
20672 ele_token = bcmstrtok(&token, ",", NULL);
20681 if ((oui_token = bcmstrstr(token, ","))
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DMQTTAsync.h243 * A value representing an MQTT message. A token is returned to the
244 * client application when a message is published. The token can then be used to
362 * @param token The ::MQTTAsync_token associated with
368 typedef void MQTTAsync_deliveryComplete(void* context, MQTTAsync_token token);
432 /** A token identifying the failed request. */
433 MQTTAsync_token token; member
448 /** A token identifying the failed request. */
449 MQTTAsync_token token; member
467 /** A token identifying the successful request. Can be used to refer to the request later. */
468 MQTTAsync_token token; member
499 MQTTAsync_token token; global() member
614 MQTTAsync_token token; global() member
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dresource.h39 coap_binary_t * /* token */,
373 * identified by the given @p token. This function returns the registered
379 * @param token The token that identifies this subscription.
389 const coap_binary_t *token,
399 * @param token The token that identifies this subscription or @c NULL for
400 * any token.
405 const coap_binary_t *token);
412 * @param token Th
[all...]
H A Dcoap_subscribe_internal.h56 size_t token_length; /**< actual length of token */
57 unsigned char token[8]; /**< token used for subscription */ member
H A Dasync.h49 size_t tokenlen; /**< length of the token */
50 uint8_t token[8]; /**< the token to use in a response */ member
H A Dblock.h152 * @param token The token taken from the (original) requesting pdu.
165 const coap_binary_t *token,
H A Dpdu.h277 * token, if any, follows the fixed size header, then options until
280 * <---header--->|<---token---><---options--->0xff<---payload--->
281 * header is addressed with a negative offset to token, its maximum size is
283 * options starts at token + token_length
284 * payload starts at data, its length is used_size - (data - token)
295 size_t alloc_size; /**< allocated storage for token, options and payload */
296 size_t used_size; /**< used bytes of storage for token, options and payload */
297 size_t max_size; /**< maximum size for token, options and payload, or zero for variable size pdu */
298 uint8_t *token; /**< first byte of token, i member
[all...]
H A Dnet.h809 * token.
813 * @param token Message token.
814 * @param token_length Actual length of @p token.
818 const uint8_t *token,
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A D802.11.h296 uint8 token; member
623 uint8 token; member
638 uint8 token; member
701 uint8 token; member
990 uint8 token; member
1967 uint8 token; /* dialog token */ member
2001 uint8 token; /* dialog token */ member
2023 uint8 token; /* dialo member
2066 uint8 token; /* dialog token */ global() member
2096 uint8 token; /* dialog token */ global() member
2358 uint8 token; /* dialog token */ global() member
2368 uint8 token; /* dialog token */ global() member
2398 uint8 token; /* dialog token */ global() member
2408 uint8 token; /* dialog token */ global() member
2465 uint8 token; /* dialog token */ global() member
2475 uint8 token; /* dialog token */ global() member
2534 uint8 token; /* dialog token */ global() member
2545 uint8 token; /* dialog token */ global() member
2555 uint8 token; /* dialog token */ global() member
2657 uint8 token; /* identifier */ global() member
2668 uint8 token; /* identifier */ global() member
2852 uint8 token; /* dialog token */ global() member
2861 uint8 token; /* dialog token */ global() member
2871 uint8 token; global() member
2893 uint8 token; global() member
3004 uint8 token; global() member
3030 uint8 token; global() member
3068 uint8 token; global() member
3109 uint8 token; global() member
3283 uint8 token; global() member
3346 uint8 token; global() member
3364 uint8 token; global() member
3382 uint8 token; global() member
3397 uint8 token; global() member
3419 uint8 token; global() member
3433 uint8 token; global() member
3458 uint8 token; global() member
3499 uint8 token; global() member
3520 uint8 token; global() member
3600 uint8 token; /* dialog token */ global() member
3610 uint8 token; /* dialog token */ global() member
[all...]
H A Ddbus.h512 #define SHORT_READ_Q(token) (EHCI_QTD_GET_BYTES(token) != 0 && EHCI_QTD_GET_PID(token) == 1)
588 int token, int len);
590 int token, int len);
H A Devent_log_payload.h948 uint8 token; member
996 uint token; member
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H A Dcgroup-v1.c1334 char *token;
1337 while ((token = strsep(&str, ",")) != NULL) {
1338 if (!*token) {
1342 if (!strcmp(token, "all")) {
1347 if (!strcmp(token, "named")) {
1354 if (strcmp(token, ss->name) && strcmp(token, ss->legacy_name)) {
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H A Dhi_stdlib.h224 * @param token [IN] type #char *。 String to be split.CNcomment:要分割的字符串。CNend
229 * @retval #char* Point to the next token. CNcomment:指向在token中的下一个token。CNend
238 extern char *strtok_s(char *token, const char *delimit, char **context);
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_stdlib.h219 * @param token [IN] type #char *。 String to be split.CNcomment:要分割的字符串。CNend
224 * @retval #char* Point to the next token. CNcomment:指向在token中的下一个token。CNend
232 extern char *strtok_s(char *token, const char *delimit, char **context);
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Ddef.h158 char *lwip_strnstr(const char *buffer, const char *token, size_t n);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/
H A Dcma_allocator.c68 static int __dma_update_pte(pte_t* pte, pgtable_t token, in __dma_update_pte()
76 osal_unused(token); in __dma_update_pte()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Diommu.h457 extern void iommu_set_fault_handler(struct iommu_domain *domain, iommu_fault_handler_t handler, void *token);
739 static inline void iommu_set_fault_handler(struct iommu_domain *domain, iommu_fault_handler_t handler, void *token) in iommu_set_fault_handler() argument
H A Dsched.h280 extern void io_schedule_finish(int token);
1491 u64 token; member
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c6856 void io_schedule_finish(int token) in io_schedule_finish() argument
6858 current->in_iowait = token; in io_schedule_finish()
6867 int token; in io_schedule_timeout() local
6870 token = io_schedule_prepare(); in io_schedule_timeout()
6872 io_schedule_finish(token); in io_schedule_timeout()
6880 int token; in io_schedule() local
6882 token = io_schedule_prepare(); in io_schedule()
6884 io_schedule_finish(token); in io_schedule()
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H A Diommu.c1915 * @token: user data, will be passed back to the fault handler
1923 void iommu_set_fault_handler(struct iommu_domain *domain, iommu_fault_handler_t handler, void *token) in iommu_set_fault_handler() argument
1928 domain->handler_token = token; in iommu_set_fault_handler()

Completed in 95 milliseconds

12