/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | lwip_rpl.h | 22 err_t lwip_rpl_get_ra_prefix(const struct netif *nif, ip6_addr_t *prefix); 44 err_t lwip_rpl_get_default_prefix(ip6_addr_t *prefix, uint8_t *len);
|
H A D | nd6.h | 170 s8_t nd6_add_static_prefix(struct netif *netif, ip6_addr_t *prefix, u8_t flags); 171 s8_t nd6_del_static_prefix(struct netif *netif, ip6_addr_t *prefix);
|
H A D | netifapi.h | 206 struct ip6_addr *prefix; member 578 * prefix, calling netifapi_set_ip6_autoconfig_disabled() will invalid both addresses. 1471 * @param[in] netif Indicates the network interface object which this network prefix is part of. 1474 * @param[out] context_prefix Indicates the IPv6 prefix to be represented by the context ID. 1506 * @param[in] netif Indicates the network interface object which this network prefix is part of. 1589 * This API is used to add static network prefix. 1594 * @param[in] prefix Indicates the network prefix. 1601 * ERR_PREFIX_EXISTS: Given prefix already exists \n 1602 * ERR_NO_FREE_ENTRY: No free entry exists to add this prefix [all...] |
H A D | netif.h | 899 void netif_create_ip6_address_80bit_prefix(struct netif *netif, const ip6_addr_t *prefix, ip6_addr_t *ip6addr);
|
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
H A D | Rockchip_OSAL_ETC.c | 226 void Rockchip_OSAL_PerfPrint(OMX_STRING prefix, PERF_ID_TYPE id) in Rockchip_OSAL_PerfPrint() argument 234 omx_info("%s Frame Count: %d", prefix, frameCount); in Rockchip_OSAL_PerfPrint() 236 prefix, (float)perfTotal / (float)(frameCount * 1000), Rockchip_OSAL_PerfOver30ms(id)); // 1000:time shift in Rockchip_OSAL_PerfPrint()
|
H A D | Rockchip_OSAL_ETC.h | 59 void Rockchip_OSAL_PerfPrint(OMX_STRING prefix, PERF_ID_TYPE id);
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | bcmnvram.h | 60 extern void nvram_validate_all(char *prefix, bool restore); 65 extern void nvram_restore_var(char *prefix, char *name);
|
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
H A D | binder.h | 80 const char *prefix, struct binder_transaction *t), 81 TP_ARGS(m, proc, prefix, t));
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/prot/ |
H A D | nd6.h | 208 PACK_STRUCT_FLD_S(ip6_addr_p_t prefix); 260 PACK_STRUCT_FLD_S(ip6_addr_p_t prefix);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | x509_crl.h | 144 * \param prefix A line prefix 150 int mbedtls_x509_crl_info( char *buf, size_t size, const char *prefix,
|
H A D | x509_crt.h | 304 * \param prefix A line prefix 310 int mbedtls_x509_crt_info( char *buf, size_t size, const char *prefix, 319 * \param prefix A line prefix 325 int mbedtls_x509_crt_verify_info( char *buf, size_t size, const char *prefix,
|
H A D | x509_csr.h | 132 * \param prefix A line prefix 138 int mbedtls_x509_csr_info( char *buf, size_t size, const char *prefix,
|
/device/soc/rockchip/common/sdk_linux/ |
H A D | Makefile | 67 # A simple variant is to prefix commands with $(Q) - that's useful 226 extmod-prefix = $(if $(KBUILD_EXTMOD),$(KBUILD_EXTMOD)/) 362 # CROSS_COMPILE specify the prefix used for all executables used 368 # Default value for CROSS_COMPILE is not to prefix executables 569 CLANG_FLAGS += --prefix=$(GCC_TOOLCHAIN_DIR)$(notdir $(CROSS_COMPILE)) 678 RETPOLINE_CFLAGS += $(call cc-option,-mindirect-branch-cs-prefix) 913 KBUILD_LDFLAGS += --thinlto-cache-dir=$(extmod-prefix).thinlto-cache 990 KBUILD_CPPFLAGS += $(call cc-option,-fmacro-prefix-map=$(srctree)/=) 1056 # INSTALL_DTBS_PATH specifies a prefix for relocations required by build roots. 1063 # INSTALL_MOD_PATH specifies a prefix t [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_android_ext.c | 182 char prefix; member 2148 cur_if->prefix = 'S'; in wl_ext_iapsta_preinit() 2154 cur_if->prefix = 'A'; in wl_ext_iapsta_preinit() 2161 cur_if->prefix = 'M'; in wl_ext_iapsta_preinit() 2812 cur_if->ifname, cur_if->prefix); in wl_ext_mesh_peer_status() 3290 tmp_if->ifname, tmp_if->prefix, &mesh_info->master_bssid, in wl_ext_isam_peer_path() 3356 tmp_if->ifname, tmp_if->prefix, &bssid, chan, chanspec, in wl_ext_isam_status() 3375 "\n" DHD_LOG_PREFIX "[%s-%c]:", tmp_if->ifname, tmp_if->prefix); in wl_ext_isam_status() 3407 WL_MSG(cur_if->ifname, "[%c] Turning off...\n", cur_if->prefix); in wl_ext_if_down() 3452 cur_if->prefix, cur_i in wl_ext_if_up() [all...] |
H A D | wldev_common.c | 207 const s8 *prefix = "bsscfg:"; in wldev_mkiovar_bsscfg() local 223 prefixlen = (u32) strlen(prefix); /* lengh of bsscfg prefix */ in wldev_mkiovar_bsscfg() 234 /* copy prefix, no null */ in wldev_mkiovar_bsscfg() 235 memcpy(p, prefix, prefixlen); in wldev_mkiovar_bsscfg()
|
H A D | wl_dbg.h | 47 extern int wl_print_backtrace(const char * prefix, void * i_backtrace, int i_backtrace_depth);
|
H A D | dhd_pno.h | 163 char prefix; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/ |
H A D | nd6_priv.h | 119 ip6_addr_t prefix; member
|
/device/soc/rockchip/common/vendor/drivers/net/ |
H A D | rfkill-wlan.c | 507 static int rfkill_rk_setup_gpio(struct rksdmmc_gpio *gpio, const char *prefix, const char *name)
in rfkill_rk_setup_gpio() argument 512 sprintf(gpio->name, "%s_%s", prefix, name);
in rfkill_rk_setup_gpio()
|
H A D | rfkill-bt.c | 124 static int rfkill_rk_setup_gpio(struct platform_device *pdev, struct rfkill_rk_gpio *gpio, const char *prefix,
in rfkill_rk_setup_gpio() argument 130 sprintf(gpio->name, "%s_%s", prefix, name);
in rfkill_rk_setup_gpio()
|
/device/soc/rockchip/rk3588/kernel/net/rfkill/ |
H A D | rfkill-wlan.c | 514 static int rfkill_rk_setup_gpio(struct rksdmmc_gpio *gpio, const char *prefix, in rfkill_rk_setup_gpio() argument 520 sprintf(gpio->name, "%s_%s", prefix, name); in rfkill_rk_setup_gpio()
|
H A D | rfkill-bt.c | 131 struct rfkill_rk_gpio *gpio, const char *prefix, in rfkill_rk_setup_gpio() 137 sprintf(gpio->name, "%s_%s", prefix, name); in rfkill_rk_setup_gpio() 130 rfkill_rk_setup_gpio(struct platform_device *pdev, struct rfkill_rk_gpio *gpio, const char *prefix, const char *name) rfkill_rk_setup_gpio() argument
|
/device/soc/rockchip/common/sdk_linux/scripts/ |
H A D | resource_tool.c | 624 char prefix[MAX_INDEX_ENTRY_PATH_LEN]; member 634 #define OPT_CHARGE_ANIM_LEVEL_PFX "prefix=" 973 snprintf(level_conf->prefix, sizeof(level_conf->prefix), "%s", buf + strlen(OPT_CHARGE_ANIM_LEVEL_PFX)); in parse_level_conf() 979 LOGD("Found conf:\nmax_level:%d, num:%d, delay:%d, prefix:%s", level_conf->max_level, level_conf->num, in parse_level_conf() 980 level_conf->delay, level_conf->prefix); in parse_level_conf() 1100 printf("\tmax=%d, delay=%d, num=%d, prefix=%s\n", level_confs[i].max_level, level_confs[i].delay, in test_charge() 1101 level_confs[i].num, level_confs[i].prefix); in test_charge()
|
/device/soc/rockchip/rk3588/kernel/scripts/ |
H A D | resource_tool.c | 641 char prefix[MAX_INDEX_ENTRY_PATH_LEN]; member 651 #define OPT_CHARGE_ANIM_LEVEL_PFX "prefix=" 986 snprintf(level_conf->prefix, sizeof(level_conf->prefix), "%s", in parse_level_conf() 993 LOGD("Found conf:\nmax_level:%d, num:%d, delay:%d, prefix:%s", in parse_level_conf() 995 level_conf->prefix); in parse_level_conf() 1120 printf("\tmax=%d, delay=%d, num=%d, prefix=%s\n", level_confs[i].max_level, in test_charge() 1121 level_confs[i].delay, level_confs[i].num, level_confs[i].prefix); in test_charge()
|
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | configure_llvm | 83 --prefix=PREFIX install in PREFIX [$prefix_default] 357 --cross-prefix=PREFIX use PREFIX for compilation tools [$cross_prefix] 366 --tempprefix=PATH force fixed dir/prefix instead of mktemp for checks 413 --malloc-prefix=PREFIX prefix malloc and related names with PREFIX 490 --ignore-tests=TESTS comma-separated list (without "fate-" prefix 2346 # options emitted with CONFIG_ prefix but not available on the command line 2465 prefix 3757 bindir_default='${prefix}/bin' 3758 datadir_default='${prefix}/shar [all...] |