Home
last modified time | relevance | path

Searched refs:evt_id (Results 1 – 25 of 63) sorted by relevance

123

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_cmd_general.c38 enum phl_msg_evt_id evt_id; member
44 enum phl_msg_evt_id evt_id; /* u8 id */ member
62 PHL_INFO("[CMD_SYNC] evt_id:%d status:%d\n", cmd_sync->evt_id, cmd_sync->sync.status); in _phl_cmd_sync_dump()
68 enum phl_msg_evt_id evt_id, in _phl_cmd_sync_init() argument
74 cmd_sync->evt_id = evt_id; in _phl_cmd_sync_init()
112 PHL_INFO("evt_id:%d %s in...............\n", cmd_sync->evt_id, __func__); in _phl_cmd_wait()
119 PHL_ERR("%s evt_id:%d timeout\n", __func__, cmd_sync->evt_id); in _phl_cmd_wait()
122 PHL_INFO("evt_id:%d %s out...............\n", cmd_sync->evt_id, __func__); in _phl_cmd_wait()
151 PHL_INFO("evt_id:%d %s in...............\n", cmd_sync->evt_id, __func__); in _phl_cmd_done()
162 PHL_INFO("evt_id:%d %s out...............\n", cmd_sync->evt_id, __func__); in _phl_cmd_done()
[all …]
H A Dphl_cmd_btc.c107 enum phl_msg_evt_id evt_id = MSG_EVT_ID_FIELD(msg->msg_id); in _btc_internal_pre_msg_hdlr() local
112 switch(evt_id) { in _btc_internal_pre_msg_hdlr()
137 enum phl_msg_evt_id evt_id = MSG_EVT_ID_FIELD(msg->msg_id); in _btc_internal_post_msg_hdlr() local
139 switch(evt_id) { in _btc_internal_post_msg_hdlr()
180 enum phl_msg_evt_id evt_id = MSG_EVT_ID_FIELD(msg->msg_id); in _btc_external_pre_msg_hdlr() local
188 switch(evt_id) { in _btc_external_pre_msg_hdlr()
223 enum phl_msg_evt_id evt_id = MSG_EVT_ID_FIELD(msg->msg_id); in _btc_external_post_msg_hdlr() local
227 switch(evt_id) { in _btc_external_post_msg_hdlr()
H A Dphl_cmd_ps.c21 u16 evt_id; member
438 static void _cancel_pwr_req(struct cmd_ps *ps, u16 evt_id) in _cancel_pwr_req() argument
447 PHL_TRACE(COMP_PHL_PS, _PHL_INFO_, "[PS_CMD], %s(): evt_id %d\n", __func__, req->evt_id); in _cancel_pwr_req()
449 if (req->evt_id != evt_id && MSG_EVT_PHY_IDLE != evt_id) in _cancel_pwr_req()
452 req->evt_id = MSG_EVT_NONE; in _cancel_pwr_req()
457 static enum rtw_phl_status _add_pwr_req(struct cmd_ps *ps, u16 evt_id) in _add_pwr_req() argument
467 req->evt_id = evt_id; in _add_pwr_req()
469 PHL_TRACE(COMP_PHL_PS, _PHL_INFO_, "[PS_CMD], %s(): evt_id %d\n", __func__, evt_id); in _add_pwr_req()
1205 _ext_msg_pre_hdlr(struct cmd_ps *ps, u16 evt_id) in _ext_msg_pre_hdlr() argument
1214 _add_pwr_req(ps, evt_id); in _ext_msg_pre_hdlr()
[all …]
H A Dphl_msg_hub.c363 void phl_msg_hub_phy_mgnt_evt_hdlr(struct phl_info_t* phl, u16 evt_id) in phl_msg_hub_phy_mgnt_evt_hdlr() argument
365 PHL_INFO("%s : evt_id %d.\n", __func__, evt_id); in phl_msg_hub_phy_mgnt_evt_hdlr()
367 switch (evt_id) { in phl_msg_hub_phy_mgnt_evt_hdlr()
380 void phl_msg_hub_rx_evt_hdlr(struct phl_info_t* phl, u16 evt_id, in phl_msg_hub_rx_evt_hdlr() argument
383 PHL_DBG("%s : evt_id %d.\n", __func__, evt_id); in phl_msg_hub_rx_evt_hdlr()
385 switch (evt_id) { in phl_msg_hub_rx_evt_hdlr()
H A Dphl_msg_hub.h34 void phl_msg_hub_phy_mgnt_evt_hdlr(struct phl_info_t *phl, u16 evt_id);
35 void phl_msg_hub_rx_evt_hdlr(struct phl_info_t *phl, u16 evt_id, u8 *buf,
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_cmd_general.c38 enum phl_msg_evt_id evt_id; member
44 enum phl_msg_evt_id evt_id; /* u8 id */ member
62 PHL_INFO("[CMD_SYNC] evt_id:%d status:%d\n", cmd_sync->evt_id, cmd_sync->sync.status); in _phl_cmd_sync_dump()
68 enum phl_msg_evt_id evt_id, in _phl_cmd_sync_init() argument
74 cmd_sync->evt_id = evt_id; in _phl_cmd_sync_init()
112 PHL_INFO("evt_id:%d %s in...............\n", cmd_sync->evt_id, __func__); in _phl_cmd_wait()
119 PHL_ERR("%s evt_id:%d timeout\n", __func__, cmd_sync->evt_id); in _phl_cmd_wait()
122 PHL_INFO("evt_id:%d %s out...............\n", cmd_sync->evt_id, __func__); in _phl_cmd_wait()
151 PHL_INFO("evt_id:%d %s in...............\n", cmd_sync->evt_id, __func__); in _phl_cmd_done()
162 PHL_INFO("evt_id:%d %s out...............\n", cmd_sync->evt_id, __func__); in _phl_cmd_done()
[all …]
H A Dphl_msg_hub.c363 void phl_msg_hub_phy_mgnt_evt_hdlr(struct phl_info_t* phl, u16 evt_id) in phl_msg_hub_phy_mgnt_evt_hdlr() argument
365 PHL_INFO("%s : evt_id %d.\n", __func__, evt_id); in phl_msg_hub_phy_mgnt_evt_hdlr()
367 switch (evt_id) { in phl_msg_hub_phy_mgnt_evt_hdlr()
380 void phl_msg_hub_tx_evt_hdlr(struct phl_info_t *phl, u16 evt_id, in phl_msg_hub_tx_evt_hdlr() argument
383 PHL_INFO("%s : evt_id %d.\n", __func__, evt_id); in phl_msg_hub_tx_evt_hdlr()
385 switch (evt_id) { in phl_msg_hub_tx_evt_hdlr()
396 void phl_msg_hub_rx_evt_hdlr(struct phl_info_t* phl, u16 evt_id, in phl_msg_hub_rx_evt_hdlr() argument
399 PHL_DBG("%s : evt_id %d.\n", __func__, evt_id); in phl_msg_hub_rx_evt_hdlr()
401 switch (evt_id) { in phl_msg_hub_rx_evt_hdlr()
H A Dphl_msg_hub.h34 void phl_msg_hub_phy_mgnt_evt_hdlr(struct phl_info_t *phl, u16 evt_id);
35 void phl_msg_hub_rx_evt_hdlr(struct phl_info_t *phl, u16 evt_id, u8 *buf,
37 void phl_msg_hub_tx_evt_hdlr(struct phl_info_t *phl, u16 evt_id, u8 *buf,
H A Dphl_cmd_btc.c107 enum phl_msg_evt_id evt_id = MSG_EVT_ID_FIELD(msg->msg_id); in _btc_internal_pre_msg_hdlr() local
112 switch(evt_id) { in _btc_internal_pre_msg_hdlr()
137 enum phl_msg_evt_id evt_id = MSG_EVT_ID_FIELD(msg->msg_id); in _btc_internal_post_msg_hdlr() local
139 switch(evt_id) { in _btc_internal_post_msg_hdlr()
180 enum phl_msg_evt_id evt_id = MSG_EVT_ID_FIELD(msg->msg_id); in _btc_external_pre_msg_hdlr() local
188 switch(evt_id) { in _btc_external_pre_msg_hdlr()
223 enum phl_msg_evt_id evt_id = MSG_EVT_ID_FIELD(msg->msg_id); in _btc_external_post_msg_hdlr() local
227 switch(evt_id) { in _btc_external_post_msg_hdlr()
H A Dphl_cmd_ps.c21 u16 evt_id; member
463 static void _cancel_pwr_req(struct cmd_ps *ps, u16 evt_id) in _cancel_pwr_req() argument
472 PHL_TRACE(COMP_PHL_PS, _PHL_INFO_, "[PS_CMD], %s(): evt_id %d\n", __func__, req->evt_id); in _cancel_pwr_req()
474 if (req->evt_id != evt_id && MSG_EVT_PHY_IDLE != evt_id) in _cancel_pwr_req()
477 req->evt_id = MSG_EVT_NONE; in _cancel_pwr_req()
482 static enum rtw_phl_status _add_pwr_req(struct cmd_ps *ps, u16 evt_id) in _add_pwr_req() argument
492 req->evt_id = evt_id; in _add_pwr_req()
494 PHL_TRACE(COMP_PHL_PS, _PHL_INFO_, "[PS_CMD], %s(): evt_id %d\n", __func__, evt_id); in _add_pwr_req()
1234 _ext_msg_pre_hdlr(struct cmd_ps *ps, u16 evt_id) in _ext_msg_pre_hdlr() argument
1243 _add_pwr_req(ps, evt_id); in _ext_msg_pre_hdlr()
[all …]
/OK3568_Linux_fs/kernel/drivers/firmware/arm_scmi/
H A Dnotify.c261 unsigned char evt_id; member
441 r_evt = SCMI_GET_REVT_FROM_PD(pd, pd->eh->evt_id); in scmi_process_event_header()
486 pd->id, pd->eh->evt_id); in scmi_process_event_payload()
490 report = REVT_FILL_REPORT(r_evt, pd->eh->evt_id, pd->eh->timestamp, in scmi_process_event_payload()
496 pd->id, pd->eh->evt_id); in scmi_process_event_payload()
501 key = MAKE_ALL_SRCS_KEY(pd->id, pd->eh->evt_id); in scmi_process_event_payload()
505 key = MAKE_HASH_KEY(pd->id, pd->eh->evt_id, src_id); in scmi_process_event_payload()
578 int scmi_notify(const struct scmi_handle *handle, u8 proto_id, u8 evt_id, in scmi_notify() argument
589 r_evt = SCMI_GET_REVT(ni, proto_id, evt_id); in scmi_notify()
600 proto_id, evt_id, ktime_to_ns(ts)); in scmi_notify()
[all …]
H A Dsystem.c58 u8 evt_id, u32 src_id, bool enable) in scmi_system_set_notify_enabled() argument
64 pr_debug("FAIL_ENABLE - evt[%X] - ret:%d\n", evt_id, ret); in scmi_system_set_notify_enabled()
71 u8 evt_id, ktime_t timestamp, in scmi_system_fill_custom_report() argument
78 if (evt_id != SCMI_EVENT_SYSTEM_POWER_STATE_NOTIFIER || in scmi_system_fill_custom_report()
H A Dnotify.h55 u8 evt_id, u32 src_id, bool enabled);
57 u8 evt_id, ktime_t timestamp,
89 int scmi_notify(const struct scmi_handle *handle, u8 proto_id, u8 evt_id,
H A Dpower.c216 u8 evt_id, u32 src_id, bool enable) in scmi_power_set_notify_enabled() argument
223 evt_id, src_id, ret); in scmi_power_set_notify_enabled()
230 u8 evt_id, ktime_t timestamp, in scmi_power_fill_custom_report() argument
237 if (evt_id != SCMI_EVENT_POWER_STATE_CHANGED || sizeof(*p) != payld_sz) in scmi_power_fill_custom_report()
H A Dbase.c269 u8 evt_id, u32 src_id, bool enable) in scmi_base_set_notify_enabled() argument
275 pr_debug("FAIL_ENABLED - evt[%X] ret:%d\n", evt_id, ret); in scmi_base_set_notify_enabled()
281 u8 evt_id, ktime_t timestamp, in scmi_base_fill_custom_report() argument
296 if (evt_id != SCMI_EVENT_BASE_ERROR_EVENT || sizeof(*p) < payld_sz) in scmi_base_fill_custom_report()
H A Dreset.c230 u8 evt_id, u32 src_id, bool enable) in scmi_reset_set_notify_enabled() argument
237 evt_id, src_id, ret); in scmi_reset_set_notify_enabled()
244 u8 evt_id, ktime_t timestamp, in scmi_reset_fill_custom_report() argument
251 if (evt_id != SCMI_EVENT_RESET_ISSUED || sizeof(*p) != payld_sz) in scmi_reset_fill_custom_report()
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dintel_telemetry_pltdrv.c247 static inline int telemetry_plt_config_ioss_event(u32 evt_id, int index) in telemetry_plt_config_ioss_event() argument
251 write_buf = evt_id | TELEM_EVENT_ENABLE; in telemetry_plt_config_ioss_event()
260 static inline int telemetry_plt_config_pss_event(u32 evt_id, int index) in telemetry_plt_config_pss_event() argument
265 write_buf = evt_id | TELEM_EVENT_ENABLE; in telemetry_plt_config_pss_event()
324 telm_conf->ioss_config.telem_evts[idx].evt_id, in telemetry_setup_iossevtconfig()
327 telm_conf->ioss_config.telem_evts[idx].evt_id); in telemetry_setup_iossevtconfig()
351 telm_conf->ioss_config.telem_evts[index].evt_id = in telemetry_setup_iossevtconfig()
355 telm_conf->ioss_config.telem_evts[index].evt_id, in telemetry_setup_iossevtconfig()
370 telm_conf->ioss_config.telem_evts[index].evt_id = in telemetry_setup_iossevtconfig()
374 telm_conf->ioss_config.telem_evts[index].evt_id, in telemetry_setup_iossevtconfig()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/custom/
H A Dphl_custom_fb.c62 cmd->evt_id, in _custom_fb_feature_enable()
83 cmd->evt_id, in _custom_fb_feature_query()
105 cmd->evt_id, in _custom_fb_testmode_param()
136 cmd->evt_id, in _custom_fb_set_wifi_role()
179 cmd->evt_id, in _custom_fb_ampdu_cfg()
217 cmd->evt_id, in _custom_fb_ampdu_query()
251 cmd->evt_id, in _custom_fb_pdthr_cfg()
287 cmd->evt_id, in _custom_fb_pdthr_query()
321 cmd->evt_id, in _custom_fb_pop_cfg()
348 cmd->evt_id, in _custom_fb_pop_query()
H A Dphl_custom.c107 cmd->evt_id, in _phl_custom_prepare_default_fail_rpt()
302 SET_MSG_EVT_ID_FIELD(msg.msg_id, (u16)cmd->evt_id); in _phl_custom_mdl_set_info()
357 SET_MSG_EVT_ID_FIELD(msg.msg_id, (u16)cmd->evt_id); in _phl_custom_mdl_query_info()
414 u32 evt_id, in phl_custom_prepare_evt_rpt() argument
429 evt_rpt->evt_id = evt_id; in phl_custom_prepare_evt_rpt()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/bufq/src/
H A Dbufq.c383 u8 evt_id, in ia_css_bufq_enqueue_psys_event() argument
391 IA_CSS_ENTER_PRIVATE("evt_id=%d", evt_id); in ia_css_bufq_enqueue_psys_event()
399 evt_id, evt_payload_0, evt_payload_1, evt_payload_2); in ia_css_bufq_enqueue_psys_event()
448 int ia_css_bufq_enqueue_isys_event(uint8_t evt_id) in ia_css_bufq_enqueue_isys_event() argument
453 IA_CSS_ENTER_PRIVATE("event_id=%d", evt_id); in ia_css_bufq_enqueue_isys_event()
460 error = ia_css_eventq_send(q, evt_id, 0, 0, 0); in ia_css_bufq_enqueue_isys_event()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/custom/
H A Dphl_custom.c107 cmd->evt_id, in _phl_custom_prepare_default_fail_rpt()
302 SET_MSG_EVT_ID_FIELD(msg.msg_id, (u16)cmd->evt_id); in _phl_custom_mdl_set_info()
357 SET_MSG_EVT_ID_FIELD(msg.msg_id, (u16)cmd->evt_id); in _phl_custom_mdl_query_info()
414 u32 evt_id, in phl_custom_prepare_evt_rpt() argument
429 evt_rpt->evt_id = evt_id; in phl_custom_prepare_evt_rpt()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/bufq/interface/
H A Dia_css_bufq.h113 u8 evt_id,
139 uint8_t evt_id);
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/eventq/src/
H A Deventq.c45 u8 evt_id, in ia_css_eventq_send() argument
58 tmp[0] = evt_id; in ia_css_eventq_send()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_buzzz.h38 void dhd_buzzz_log0(uint32 evt_id);
39 void dhd_buzzz_log1(uint32 evt_id, uint32 arg1);
40 void dhd_buzzz_log2(uint32 evt_id, uint32 arg1, uintptr arg2);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_buzzz.h38 void dhd_buzzz_log0(uint32 evt_id);
39 void dhd_buzzz_log1(uint32 evt_id, uint32 arg1);
40 void dhd_buzzz_log2(uint32 evt_id, uint32 arg1, uintptr arg2);

123