Home
last modified time | relevance | path

Searched defs:opt_type (Results 1 – 6 of 6) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/middleware/chips/ws63/dfx/include/
Ddfx_adapt_layer.h169 static inline uint32_t dfx_flash_read(uint8_t opt_type, uint32_t offset, const uint8_t *buf, uint32… in dfx_flash_read()
178 static inline uint32_t dfx_flash_write(uint8_t opt_type, unsigned offset, const uint8_t *buf, uint3… in dfx_flash_write()
192 static inline errcode_t dfx_flash_erase(uint8_t opt_type, const uint32_t offset, const uint32_t siz… in dfx_flash_erase()
/device/soc/hisilicon/ws63v100/sdk/drivers/drivers/hal/sfc/
Dhal_sfc_v150.c396 STATIC errcode_t hal_sfc_regs_read_flash_info(uint32_t opt_type, uint8_t cmd, uint8_t *buffer, uint… in hal_sfc_regs_read_flash_info()
416 STATIC errcode_t hal_sfc_regs_set_flash_attr(uint32_t opt_type, uint8_t cmd, uint8_t *buffer, uint3… in hal_sfc_regs_set_flash_attr()
445 STATIC errcode_t hal_sfc_regs_read_flash_unique_id(uint32_t opt_type, uint8_t cmd, uint8_t *buffer,… in hal_sfc_regs_read_flash_unique_id()
480 errcode_t hal_sfc_reg_flash_opreations(uint32_t opt_type, uint8_t cmd, uint8_t *buffer, uint32_t le… in hal_sfc_reg_flash_opreations()
/device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/include/lwip/
Ddhcp6.h93 u16_t opt_type; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Ddhcp6.h66 u16_t opt_type; member
/device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/core/ipv6/
Dnd6.c718 nd6_extract_lladdr_option(struct pbuf *p, u8_t opt_type, u16_t offset) in nd6_extract_lladdr_option()
1924 int opt_type; in nd6_input() local
Ddhcp6.c1152 dhcp6_server_find_opt(dhcp6_serverinfo_t *dhcp6_serverinfo_p, u16_t opt_type) in dhcp6_server_find_opt()