Searched refs:hcc_send_control_msg (Results 1 - 3 of 3) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | plat_board_common_sdio.c | 30 return hcc_send_control_msg(hcc_host_get_handler(), OAM_SET_SOFT_RST, (hi_u8 *)&soft_reset, sizeof(soft_reset)); in hi_wifi_open_gpio_soft_reset_device() 37 return hcc_send_control_msg(hcc_host_get_handler(), OAM_SET_SOFT_RST, (hi_u8 *)&soft_reset, sizeof(soft_reset)); in hi_wifi_close_gpio_soft_reset_device()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_host.h | 413 hi_u32 hcc_send_control_msg(hcc_handler_stru *hcc_handler, hi_u8 sub_type, hi_u8 *buf, int len);
|
H A D | hcc_host.c | 1581 hi_u32 hcc_send_control_msg(hcc_handler_stru *hcc_handler, hi_u8 sub_type, hi_u8 *buf, int len) function 1664 hi_u32 ret = hcc_send_control_msg(hcc_handler, OAM_HEATBAET_TYPE, (hi_u8 *)&heartbeat, sizeof(heartbeat));
|
Completed in 5 milliseconds