/device/soc/rockchip/common/sdk_linux/scripts/kconfig/ |
H A D | parser.y | 53 %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 D | at_parse.c | 110 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 D | wl_android.c | 1220 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 D | wl_cfgnan.h | 412 uint16 token; /* transmit fup token id */ member 540 uint16 token; /* transmit fup token id */ member
|
H A D | wl_cfg80211.c | 12552 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 D | dhd_linux.c | 20629 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 D | MQTTAsync.h | 243 * 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 D | resource.h | 39 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 D | coap_subscribe_internal.h | 56 size_t token_length; /**< actual length of token */ 57 unsigned char token[8]; /**< token used for subscription */ member
|
H A D | async.h | 49 size_t tokenlen; /**< length of the token */ 50 uint8_t token[8]; /**< the token to use in a response */ member
|
H A D | block.h | 152 * @param token The token taken from the (original) requesting pdu. 165 const coap_binary_t *token,
|
H A D | pdu.h | 277 * 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 D | net.h | 809 * 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 D | 802.11.h | 296 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 D | dbus.h | 512 #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 D | event_log_payload.h | 948 uint8 token; member 996 uint token; member
|
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/ |
H A D | cgroup-v1.c | 1334 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 D | hi_stdlib.h | 224 * @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 D | hi_stdlib.h | 219 * @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 D | def.h | 158 char *lwip_strnstr(const char *buffer, const char *token, size_t n);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/ |
H A D | cma_allocator.c | 68 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 D | iommu.h | 457 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 D | sched.h | 280 extern void io_schedule_finish(int token);
1491 u64 token;
member
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | core.c | 6856 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 D | iommu.c | 1915 * @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()
|