/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_event/ |
D | event.c | 319 static int event_post_to_cb_list(struct list_head *cb_list, event_info_t *event_info) in event_post_to_cb_list() argument 326 cb_node->event_cb(cb_node->event_cb_arg, event_info->event_module_id, in event_post_to_cb_list() 327 event_info->event_id, event_info->event_data); in event_post_to_cb_list() 334 event_info_t *event_info) in event_post_to_module() argument 339 event_post_to_cb_list(&module_node->cb_list, event_info); in event_post_to_module() 343 if (event_node->event_id == event_info->event_id) { in event_post_to_module() 344 event_post_to_cb_list(&event_node->cb_list, event_info); in event_post_to_module() 352 static int event_post(event_info_t *event_info) in event_post() argument 358 if (event_is_invalid(event_info->event_module_id, event_info->event_id)) in event_post() 363 if (module_node->event_module_id == event_info->event_module_id) { in event_post() [all …]
|
D | event.h | 100 event_info_t event_info; member
|
/device/soc/bestechnic/hals/communication/wifi_lite/wifiservice/ |
D | wifi_device.c | 95 HalHmosWifiEventInfo event_info; /**< event information */ member 200 hmos_fun_cb->OnWifiConnectionChanged(event->event_info.wifi_connection_changed.state, in HalHmosWifiEventCall() 201 &(event->event_info.wifi_connection_changed.info)); in HalHmosWifiEventCall() 204 if (event->event_info.wifi_scan_sate_changed.size < 0) in HalHmosWifiEventCall() 205 event->event_info.wifi_scan_sate_changed.size = 0; in HalHmosWifiEventCall() 206 hmos_fun_cb->OnWifiScanStateChanged(event->event_info.wifi_scan_sate_changed.state, in HalHmosWifiEventCall() 207 event->event_info.wifi_scan_sate_changed.size); in HalHmosWifiEventCall() 210 hmos_fun_cb->OnHotspotStateChanged(event->event_info.hotspot_state_changed.state); in HalHmosWifiEventCall() 213 hmos_fun_cb->OnHotspotStaJoin(&(event->event_info.hotspot_sta_join.info)); in HalHmosWifiEventCall() 216 hmos_fun_cb->OnHotspotStaLeave(&(event->event_info.hotspot_sta_leave.info)); in HalHmosWifiEventCall() [all …]
|
/device/soc/esp/esp32/components/esp_event/ |
D | event_send_compat.inc | 57 &event->event_info.member_, sizeof(event->event_info.member_), \ 181 const system_event_sta_scan_done_t *scan_done = &event->event_info.scan_done; 194 const system_event_sta_connected_t *connected = &event->event_info.connected; 200 const system_event_sta_disconnected_t *disconnected = &event->event_info.disconnected; 207 const system_event_sta_authmode_change_t *auth_change = &event->event_info.auth_change; 216 const system_event_sta_got_ip_t *got_ip = &event->event_info.got_ip; 256 const system_event_ap_staconnected_t *staconnected = &event->event_info.sta_connected; 262 … const system_event_ap_stadisconnected_t *stadisconnected = &event->event_info.sta_disconnected; 272 … const system_event_ap_probe_req_rx_t *ap_probereqrecved = &event->event_info.ap_probereqrecved; 279 const esp_ip6_addr_t *addr = &event->event_info.got_ip6.ip6_info.ip; [all …]
|
D | event_send.c | 177 memcpy(&event.event_info, event_data, event_data_size); in esp_event_send_internal()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
D | hmac_wow.c | 1171 g_wow_info.debug_info.event_info.tx_cnt++; in hmac_wow_check_event() 1172 cnt = g_wow_info.debug_info.event_info.tx_cnt; in hmac_wow_check_event() 1175 g_wow_info.debug_info.event_info.rx_cnt++; in hmac_wow_check_event() 1176 cnt = g_wow_info.debug_info.event_info.rx_cnt; in hmac_wow_check_event() 1179 g_wow_info.debug_info.event_info.dual_cnt++; in hmac_wow_check_event() 1180 cnt = g_wow_info.debug_info.event_info.dual_cnt; in hmac_wow_check_event()
|
D | hmac_wow.h | 120 hmac_wow_event_stru event_info; member
|
/device/soc/esp/esp32/components/esp_event/include/ |
D | esp_event_legacy.h | 133 system_event_info_t event_info; /*!< event information */ member
|
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/net/wifi/ |
D | bwifi_event.h | 173 BWIFI_EVENT_INFO_U event_info; /**< event information */ member
|
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
D | dhd_linux.h | 325 void dhd_get_debug_dump_len(void *handle, struct sk_buff *skb, void *event_info, u8 event);
|
D | dhd_linux.c | 436 static void dhd_mem_dump(void *dhd_info, void *event_info, u8 event); 461 static void dhd_log_dump(void *handle, void *event_info, u8 event); 476 static void dhd_debug_uart_exec_rd(void *handle, void *event_info, u8 event); 611 static void dhd_ifadd_event_handler(void *handle, void *event_info, u8 event); 612 static void dhd_ifdel_event_handler(void *handle, void *event_info, u8 event); 613 static void dhd_set_mac_addr_handler(void *handle, void *event_info, u8 event); 614 static void dhd_set_mcast_list_handler(void *handle, void *event_info, u8 event); 616 static void dhd_inform_dhd_monitor_handler(void *handle, void *event_info, u8 event); 619 static void dhd_natoe_ct_event_hanlder(void *handle, void *event_info, u8 event); 620 static void dhd_natoe_ct_ioctl_handler(void *handle, void *event_info, uint8 event); [all …]
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
D | dhd_linux.c | 328 static int dhd_mem_dump(void *dhd_info, void *event_info, u8 event); 353 static void dhd_log_dump(void *handle, void *event_info, u8 event); 357 void dhd_get_debug_dump_len(void *handle, struct sk_buff *skb, void *event_info, 374 static void dhd_debug_uart_exec_rd(void *handle, void *event_info, u8 event); 480 static void dhd_ifadd_event_handler(void *handle, void *event_info, u8 event); 481 static void dhd_ifdel_event_handler(void *handle, void *event_info, u8 event); 482 static void dhd_set_mac_addr_handler(void *handle, void *event_info, u8 event); 483 static void dhd_set_mcast_list_handler(void *handle, void *event_info, 486 static void dhd_natoe_ct_event_hanlder(void *handle, void *event_info, 488 static void dhd_natoe_ct_ioctl_handler(void *handle, void *event_info, [all …]
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
D | dhd_linux.c | 329 static int dhd_mem_dump(void *dhd_info, void *event_info, u8 event); 355 static void dhd_log_dump(void *handle, void *event_info, u8 event); 359 void dhd_get_debug_dump_len(void *handle, struct sk_buff *skb, void *event_info, u8 event); 373 static void dhd_debug_uart_exec_rd(void *handle, void *event_info, u8 event); 477 static void dhd_ifadd_event_handler(void *handle, void *event_info, u8 event); 478 static void dhd_ifdel_event_handler(void *handle, void *event_info, u8 event); 479 static void dhd_set_mac_addr_handler(void *handle, void *event_info, u8 event); 480 static void dhd_set_mcast_list_handler(void *handle, void *event_info, u8 event); 482 static void dhd_natoe_ct_event_hanlder(void *handle, void *event_info, u8 event); 483 static void dhd_natoe_ct_ioctl_handler(void *handle, void *event_info, uint8 event); [all …]
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/ |
D | dhd_linux.c | 450 static void dhd_mem_dump(void *dhd_info, void *event_info, u8 event); 462 static void dhd_log_dump(void *handle, void *event_info, u8 event); 470 static void dhd_debug_uart_exec_rd(void *handle, void *event_info, u8 event); 963 static void dhd_ifadd_event_handler(void *handle, void *event_info, u8 event); 964 static void dhd_ifdel_event_handler(void *handle, void *event_info, u8 event); 965 static void dhd_set_mac_addr_handler(void *handle, void *event_info, u8 event); 966 static void dhd_set_mcast_list_handler(void *handle, void *event_info, u8 event); 969 static void dhd_ifupdate_event_handler(void *handle, void *event_info, u8 event); 4222 dhd_ifadd_event_handler(void *handle, void *event_info, u8 event) in dhd_ifadd_event_handler() argument 4225 dhd_if_event_t *if_event = event_info; in dhd_ifadd_event_handler() [all …]
|
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/ |
D | kernel.patch | 64125 dwc3_gadget_linksts_change_interrupt(dwc, event->event_info);
|