/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/ |
H A D | scons_utils.py | 177 options = usr_cfg_main() 178 value = options.get(option) 184 options = usr_cfg_main() 185 return int(options.get(option)) 188 options = usr_cfg_main() 189 if option in options.keys(): 190 return options[option].lower() 197 options = sys_cfg_main() 198 if option in options.keys(): 199 return options[optio [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | scons_utils.py | 177 options = usr_cfg_main() 178 value = options.get(option) 184 options = usr_cfg_main() 185 return int(options.get(option)) 188 options = usr_cfg_main() 189 if option in options.keys(): 190 return options[option].lower() 197 options = sys_cfg_main() 198 if option in options.keys(): 199 return options[optio [all...] |
H A D | pkt_builder.py | 418 options = BaseCfgParser().do_parse()
419 chip_product = options.get('LOSCFG_COMPILER_CHIP_VER')
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/ |
H A D | mac_data.c | 165 tmp = mac_dhcp_get_type(dhcp_message->options, dhcp_message->options + sizeof(dhcp_message->options), in mac_get_ipv4_data_type()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfgnan.c | 859 sub_cmd->len = sizeof(sub_cmd->u.options) + evmask_cmd_len; in wl_cfgnan_config_eventmask() 860 sub_cmd->u.options = htol32(BCM_XTLV_OPTION_ALIGN32); in wl_cfgnan_config_eventmask() 1016 sub_cmd->len = sizeof(sub_cmd->u.options) + subcmd_len; in wl_cfgnan_set_nan_avail() 1018 sub_cmd->u.options = htol32(BCM_XTLV_OPTION_ALIGN32); in wl_cfgnan_set_nan_avail() 1150 sub_cmd->len = sizeof(sub_cmd->u.options) + avail->length; in wl_cfgnan_set_nan_avail() 1151 sub_cmd->u.options = htol32(BCM_XTLV_OPTION_ALIGN32); in wl_cfgnan_set_nan_avail() 1232 sub_cmd->len = sizeof(sub_cmd->u.options) + sizeof(cfg_ctrl); in wl_cfgnan_config_control_flag() 1233 sub_cmd->u.options = htol32(BCM_XTLV_OPTION_ALIGN32); in wl_cfgnan_config_control_flag() 1393 sub_cmd->len = sizeof(sub_cmd->u.options) + sizeof(*if_addr); in wl_cfgnan_if_addr_handler() 1394 sub_cmd->u.options in wl_cfgnan_if_addr_handler() [all...] |
H A D | dhd_linux_pktdump.c | 1000 uint8 options[BOOTP_MIN_DHCP_OPT_LEN]; member 1062 sizeof(struct bcmudp_hdr) - sizeof(b->options)); in dhd_dhcp_dump() 1064 /* parse bootp options */ in dhd_dhcp_dump() 1066 !memcmp(b->options, bootp_magic_cookie, BOOTP_MAGIC_COOKIE_LEN)) { in dhd_dhcp_dump() 1067 ptr = &b->options[BOOTP_MAGIC_COOKIE_LEN]; in dhd_dhcp_dump()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/spi/ |
H A D | hi_spi.c | 193 hi_u32 options) in spi_host_writeread() 198 (!(options & SPI_OPT_SEND_FIX_DATA) && (write_data == HI_NULL)) || in spi_host_writeread() 199 (!(options & SPI_OPT_RCV_FIX_DATA) && (read_data == HI_NULL))) { in spi_host_writeread() 215 spi_trans_attr trans_attr = { SPI_HOST_TIMEOUT_MS, options }; in spi_host_writeread() 232 ret = spi_transfer_8bits_block(g_spi_ctrl[id], options); in spi_host_writeread() 234 ret = spi_transfer_16bits_block(g_spi_ctrl[id], options); in spi_host_writeread() 192 spi_host_writeread(hi_spi_idx id, hi_pvoid write_data, hi_pvoid read_data, hi_u32 byte_len, hi_u32 options) spi_host_writeread() argument
|
H A D | spi.h | 316 hi_u32 spi_transfer_8bits_block(const spi_ctrl *spi_hw_ctrl, hi_u32 options); 317 hi_u32 spi_transfer_16bits_block(const spi_ctrl *spi_hw_ctrl, hi_u32 options);
|
H A D | spi.c | 662 hi_u32 spi_transfer_8bits_block(const spi_ctrl *spi_hw_ctrl, hi_u32 options) in spi_transfer_8bits_block() argument 673 hi_bool write_not_fix = ((options & SPI_OPT_SEND_FIX_DATA) == 0); in spi_transfer_8bits_block() 674 hi_bool read_not_fix = ((options & SPI_OPT_RCV_FIX_DATA) == 0); in spi_transfer_8bits_block() 714 hi_u32 spi_transfer_16bits_block(const spi_ctrl *spi_hw_ctrl, hi_u32 options) in spi_transfer_16bits_block() argument 726 hi_bool write_not_fix = ((options & SPI_OPT_SEND_FIX_DATA) == 0); in spi_transfer_16bits_block() 727 hi_bool read_not_fix = ((options & SPI_OPT_RCV_FIX_DATA) == 0); in spi_transfer_16bits_block()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | bcmiov.h | 97 * cmd = type|length|<status|options>[header][tlvs] 119 * |cmd-id |length |IN(options) OUT(status)|command data |...... 123 * IN(options) = On input processing options/flags for this command 132 uint32 options; member 154 /* iov options flags */ 170 /* information about the command, xtlv options and xtlvs_off are meaningful 269 parse_context_opts_t options; /* to handle different ver lengths */ member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | MQTTAsync.h | 56 * <li>Set the options to connect to an MQTT server</li> 185 * Return code: don't use options for another version of MQTT 217 * Initialization options 589 * if 0, no MQTTV5 options */ 632 * MQTT V5 subscribe options, when used with subscribe only. 767 * Reconnects a client with the previously used connect options. Connect 845 int persistence_type, void* persistence_context, MQTTAsync_createOptions* options); 975 * Callback function for setting TLS-PSK options. Parameters correspond to that of 1019 * 0 signifies no SSL options and no serverURIs 1022 * 3 signifies no automatic reconnect options [all...] |
H A D | MQTTClient.h | 75 * <li>Set the options to connect to an MQTT server</li> 224 * Initialization options 546 * A version of :MQTTClient_create() with additional options. 585 * @param options additional options for the create. 590 int persistence_type, void* persistence_context, MQTTClient_createOptions* options); 734 * Callback function for setting TLS-PSK options. Parameters correspond to that of 787 * 0 signifies no SSL options and no serverURIs 929 * options. 948 * MQTTClient_create()) to an MQTT server using the specified options [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/wtdg/ |
H A D | watchdog.h | 36 unsigned int options; /* Options the card/driver supports */ member
|
H A D | hi_wtdg.c | 71 .options = WDIOF_SETTIMEOUT |
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | watchdog.h | 33 unsigned int options; /* Options the card/driver supports */ member
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | watchdog.h | 31 unsigned int options; /* Options the card/driver supports */ member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | tcp_sack.h | 57 void tcp_build_sack_option(struct tcp_pcb *pcb, u8_t cnt, u32_t *options);
|
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/ |
H A D | cmsis_os2.h | 806 uint32_t osThreadFlagsWait (uint32_t flags, uint32_t options, uint32_t timeout);
962 * @param options Indicates the configuration of the event flags to trigger.
968 uint32_t osEventFlagsWait (osEventFlagsId_t ef_id, uint32_t flags, uint32_t options, uint32_t timeout);
|
H A D | cmsis_liteos2.c | 922 uint32_t osEventFlagsWait(osEventFlagsId_t ef_id, uint32_t flags, uint32_t options, uint32_t timeout)
in osEventFlagsWait() argument 929 if (options > (osFlagsWaitAny | osFlagsWaitAll | osFlagsNoClear)) {
in osEventFlagsWait() 933 if ((options & osFlagsWaitAll) == osFlagsWaitAll) {
in osEventFlagsWait() 939 if ((options & osFlagsNoClear) == osFlagsNoClear) {
in osEventFlagsWait()
|
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/ |
H A D | 8250_core.c | 617 static int univ8250_console_setup(struct console *co, char *options) in univ8250_console_setup() argument 634 retval = serial8250_console_setup(port, options, false); in univ8250_console_setup() 654 * @options: ptr to option string from console command line 657 * console=uart[8250],io|mmio|mmio16|mmio32,<addr>[,<options>] 658 * console=uart[8250],0x<addr>[,<options>] 663 * If no <options> are specified, then assume the h/w is already setup. 667 static int univ8250_console_match(struct console *co, char *name, int idx, char *options) in univ8250_console_match() argument 678 if (uart_parse_earlycon(options, &iotype, &addr, &options)) { in univ8250_console_match() 699 return serial8250_console_setup(port, options, tru in univ8250_console_match() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
H A D | resolv.h | 29 unsigned long options; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/prot/ |
H A D | dhcp.h | 110 /* set this to be sufficient for your options in outgoing DHCP msgs */ 113 PACK_STRUCT_FLD_8(u8_t options[DHCP_OPTIONS_LEN]); 153 /* This is a list of options for BOOTP and DHCP, see RFC 2132 for descriptions */ 155 /* BootP options */ 170 /* DHCP options */ 174 #define DHCP_OPTION_OVERLOAD 52 /* RFC2132 9.3, use file and/or sname field for options */ 203 /* possible combinations of overloading the file and sname fields with options */
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | utils_mpp.h | 57 void _show_options(int count, OptionInfo *options);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | pk.h | 362 * \brief Verify signature, with options. 366 * \param options Pointer to type-specific options, or NULL 386 * \note If type is MBEDTLS_PK_RSASSA_PSS, then options must point 390 int mbedtls_pk_verify_ext( mbedtls_pk_type_t type, const void *options,
|
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | configure_llvm | 61 Usage: configure [options] 64 Help options: 79 Standard options: 97 Licensing options: 104 Configuration options: 114 Program options: 120 Documentation options: 127 Component options: 151 Individual component options: 353 Toolchain options [all...] |