Home
last modified time | relevance | path

Searched defs:cmd_name (Results 1 – 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
Dat.h66 hi_char cmd_name[AT_CMD_MAX_LEN]; member
/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_stack/common/api/
Dble_common_utils.h43 #define HCI_CMD_HANDLER_C(cmd_name, param_struct) __STATIC int hci_##cmd_name##_cmd_handler(param… argument
48 #define HCI_CMD_HANDLER(cmd_name, param_struct) __STATIC int hci_##cmd_name##_cmd_handler(param_s… argument
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Dplat_firmware.h154 hi_u8 cmd_name[DOWNLOAD_CMD_LEN]; member
159 hi_u8 cmd_name[DOWNLOAD_CMD_LEN]; member
Dplat_firmware.c1171 static hi_s32 execute_download_cmd(hi_s32 cmd_type, hi_u8 *cmd_name, hi_u8 *cmd_para, firmware_mem_… in execute_download_cmd()
1443 hi_u8 cmd_name[DOWNLOAD_CMD_LEN]; in firmware_parse_cfg() local