/Zephyr-Core-3.6.0/drivers/bluetooth/hci/ |
D | hci_ambiq.c | 119 static int hci_event_filter(const uint8_t *evt_data) in hci_event_filter() argument 121 uint8_t evt_type = evt_data[0]; in hci_event_filter() 125 uint8_t subevt_type = evt_data[sizeof(struct bt_hci_evt_hdr)]; in hci_event_filter() 135 uint16_t opcode = (uint16_t)(evt_data[3] + (evt_data[4] << 8)); in hci_event_filter()
|
D | hci_b91.c | 26 static bool is_hci_event_discardable(const uint8_t *evt_data) in is_hci_event_discardable() argument 28 uint8_t evt_type = evt_data[0]; in is_hci_event_discardable() 37 uint8_t subevt_type = evt_data[sizeof(struct bt_hci_evt_hdr)]; in is_hci_event_discardable()
|
D | ipc.c | 32 static bool is_hci_event_discardable(const uint8_t *evt_data) in is_hci_event_discardable() argument 34 uint8_t evt_type = evt_data[0]; in is_hci_event_discardable() 43 uint8_t subevt_type = evt_data[sizeof(struct bt_hci_evt_hdr)]; in is_hci_event_discardable() 52 (void *)&evt_data[3]; in is_hci_event_discardable()
|
D | hci_esp32.c | 30 static bool is_hci_event_discardable(const uint8_t *evt_data) in is_hci_event_discardable() argument 32 uint8_t evt_type = evt_data[0]; in is_hci_event_discardable() 41 uint8_t subevt_type = evt_data[sizeof(struct bt_hci_evt_hdr)]; in is_hci_event_discardable()
|
D | hci_stm32wba.c | 54 static bool is_hci_event_discardable(const uint8_t *evt_data) in is_hci_event_discardable() argument 56 uint8_t evt_type = evt_data[0]; in is_hci_event_discardable() 65 uint8_t subevt_type = evt_data[sizeof(struct bt_hci_evt_hdr)]; in is_hci_event_discardable()
|
/Zephyr-Core-3.6.0/drivers/espi/ |
D | host_subs_npcx.c | 250 (struct espi_evt_data_kbc *)&evt.evt_data; in host_kbc_ibf_isr() 263 LOG_DBG("%s: kbc data 0x%02x", __func__, evt.evt_data); in host_kbc_ibf_isr() 276 (struct espi_evt_data_kbc *)&evt.evt_data; in host_kbc_obe_isr() 329 .evt_data = ESPI_PERIPHERAL_NODATA in host_acpi_process_input_data() 332 (struct espi_evt_data_acpi *)&evt.evt_data; in host_acpi_process_input_data() 386 evt.evt_data = data; in host_hcmd_process_input_data() 387 LOG_DBG("%s: host cmd data 0x%02x", __func__, evt.evt_data); in host_hcmd_process_input_data() 508 evt.evt_data = code; in host_port80_work_handler() 521 evt.evt_data = code; in host_port80_work_handler() 554 evt.evt_data = inst_shm->DP80BUF; in host_port80_isr()
|
D | espi_mchp_xec.c | 858 evt.evt_data = 1; in espi_rst_isr() 860 evt.evt_data = 0; in espi_rst_isr() 986 .evt_data = 0 }; in espi_vwire_chanel_isr() 993 evt.evt_data = 1; in espi_vwire_chanel_isr() 1012 .evt_data = 0 }; in espi_oob_down_isr() 1037 .evt_data = 0 in espi_oob_up_isr() 1054 evt.evt_data = 1; in espi_oob_up_isr() 1070 .evt_data = 0, in espi_flash_isr() 1091 evt.evt_data = 1; in espi_flash_isr() 1112 evt.evt_data = status; in vw_pltrst_isr() [all …]
|
D | espi_mchp_xec_v2.c | 765 evt.evt_data = 1; in espi_rst_isr() 767 evt.evt_data = 0; in espi_rst_isr() 854 .evt_data = 0 }; in espi_pc_isr() 873 evt.evt_data = ESPI_PC_EVT_BUS_MASTER_ENABLE; in espi_pc_isr() 890 .evt_data = 0 }; in espi_vw_chan_en_isr() 895 evt.evt_data = 1; in espi_vw_chan_en_isr() 918 .evt_data = 0 }; in espi_oob_down_isr() 947 .evt_data = 0 in espi_oob_up_isr() 964 evt.evt_data = 1; in espi_oob_up_isr() 983 .evt_data = 0, in espi_flash_isr() [all …]
|
D | espi_mchp_xec_host_v2.c | 203 (struct espi_evt_data_kbc *)&evt.evt_data; in kbc0_ibf_isr() 227 .evt_data = isr_data in kbc0_ibf_isr() 248 (struct espi_evt_data_kbc *)&evt.evt_data; in kbc0_obe_isr() 437 (struct espi_evt_data_acpi *)&evt.evt_data; in acpi_ec0_ibf_isr() 585 .evt_data = ESPI_PERIPHERAL_NODATA in acpi_ec1_ibf_isr() 597 evt.evt_data = acpi_ec1_hw->OS2EC_DATA; in acpi_ec1_ibf_isr() 836 evt.evt_data = (dattr & 0xffu) | BIT(16); in p80bd0_isr()
|
D | espi_npcx.c | 242 .evt_data = 0 }; in espi_bus_cfg_update_isr() 258 evt.evt_data = IS_BIT_SET(inst->ESPICFG, in espi_bus_cfg_update_isr() 262 if (evt.evt_data) { in espi_bus_cfg_update_isr() 354 .evt_data = espi_taf_parse(dev), in espi_bus_flash_rx_isr() 502 evt.evt_data = wire; in espi_vw_notify_system_state() 554 evt.evt_data = wire; in espi_vw_notify_plt_rst() 618 evt.evt_data = data->espi_rst_level; in espi_vw_espi_rst_isr()
|
D | espi_it8xxx2.c | 398 (struct espi_evt_data_kbc *)&evt.evt_data; in kbc_it8xxx2_ibf_isr() 425 (struct espi_evt_data_kbc *)&evt.evt_data; in kbc_it8xxx2_obe_isr() 480 (struct espi_evt_data_acpi *)&evt.evt_data; in pmc1_it8xxx2_ibf_isr() 520 evt.evt_data = gctrl->GCTRL_P80HDR; in port80_it8xxx2_isr() 555 evt.evt_data = pmc_reg->PM2DI; in pmc2_it8xxx2_ibf_isr() 1320 evt.evt_data = level; in espi_it8xxx2_vw_notify_system_state() 1559 .evt_data = en, in espi_it8xxx2_ch_notify_system_state() 1647 .evt_data = 0 }; in espi_it8xxx2_put_oob_status_isr() 1803 evt.evt_data = espi_reset; in espi_it8xxx2_espi_reset_isr()
|
D | espi_saf_mchp_xec_v2.c | 1032 .evt_data = ecp_status }; in espi_saf_done_isr() 1056 .evt_data = mon_status }; in espi_saf_err_isr()
|
/Zephyr-Core-3.6.0/samples/drivers/espi/src/ |
D | main.c | 789 espi_rst_sts = event.evt_data; in espi_reset_handler() 790 LOG_INF("eSPI BUS reset %d", event.evt_data); in espi_reset_handler() 801 LOG_INF("VW channel event %x", event.evt_data); in espi_ch_handler() 804 LOG_INF("Flash channel event %d", event.evt_data); in espi_ch_handler() 807 LOG_INF("OOB channel event %d", event.evt_data); in espi_ch_handler() 822 LOG_INF("PLT_RST changed %d", event.evt_data); in vwire_handler() 827 LOG_INF("SLP signal changed %d", event.evt_data); in vwire_handler() 831 host_warn_handler(event.evt_details, event.evt_data); in vwire_handler() 849 LOG_INF("Postcode %x", event.evt_data); in periph_handler() 852 LOG_INF("ACPI %x", event.evt_data); in periph_handler() [all …]
|
/Zephyr-Core-3.6.0/subsys/emul/espi/ |
D | emul_espi_host.c | 190 evt.evt_data = level; in emul_espi_host_send_vw() 209 evt.evt_data = data; in emul_espi_host_port80_write()
|
/Zephyr-Core-3.6.0/include/zephyr/drivers/ |
D | espi.h | 329 uint32_t evt_data; member
|