Home
last modified time | relevance | path

Searched full:host_event (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dcros_ec_proto.c749 u32 host_event; in cros_ec_get_next_event() local
814 host_event = cros_ec_get_host_event(ec_dev); in cros_ec_get_next_event()
823 else if (host_event && in cros_ec_get_next_event()
824 !(host_event & ec_dev->host_event_wake_mask)) in cros_ec_get_next_event()
844 u32 host_event; in cros_ec_get_host_event() local
851 if (ec_dev->event_size != sizeof(host_event)) { in cros_ec_get_host_event()
856 host_event = get_unaligned_le32(&ec_dev->event_data.data.host_event); in cros_ec_get_host_event()
858 return host_event; in cros_ec_get_host_event()
H A Dcros_usbpd_notify.c218 u32 host_event = cros_ec_get_host_event(ec_dev); in cros_usbpd_notify_plat() local
220 if (!host_event) in cros_usbpd_notify_plat()
223 if (host_event & EC_HOST_EVENT_MASK(EC_HOST_EVENT_PD_MCU)) { in cros_usbpd_notify_plat()
H A Dcros_ec.c147 u32 host_event = cros_ec_get_host_event(ec_dev); in cros_ec_ready_event() local
149 if (host_event & EC_HOST_EVENT_MASK(EC_HOST_EVENT_INTERFACE_READY)) { in cros_ec_ready_event()
H A Dcros_ec_typec.c677 unsigned long host_event, void *_notify) in cros_ec_typec_event() argument
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-hyperv.c553 struct completion host_event; member
579 complete(&comp_pkt->host_event); in hv_pci_generic_compl()
926 complete(&comp->comp_pkt.host_event); in hv_pci_read_config_compl()
958 init_completion(&comp_pkt.comp_pkt.host_event); in hv_read_config_block()
978 ret = wait_for_response(hbus->hdev, &comp_pkt.comp_pkt.host_event); in hv_read_config_block()
1008 complete(&comp_pkt->host_event); in hv_pci_write_config_compl()
1040 init_completion(&comp_pkt.host_event); in hv_write_config_block()
1067 ret = wait_for_response(hbus->hdev, &comp_pkt.host_event); in hv_write_config_block()
1344 complete(&comp_pkt->comp_pkt.host_event); in hv_pci_compose_compl()
1478 init_completion(&comp.comp_pkt.host_event); in hv_compose_msi_msg()
[all …]
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-cros-ec.c267 u32 host_event; in cros_ec_rtc_event() local
273 host_event = cros_ec_get_host_event(cros_ec); in cros_ec_rtc_event()
274 if (host_event & EC_HOST_EVENT_MASK(EC_HOST_EVENT_RTC)) { in cros_ec_rtc_event()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dssv_rc.c698 struct cfg_host_event *host_event; in ssv6xxx_legacy_report_handler() local
706 host_event = (struct cfg_host_event *)skb->data; in ssv6xxx_legacy_report_handler()
707 report_data = (struct firmware_rate_control_report_data *)&host_event->dat[0]; in ssv6xxx_legacy_report_handler()
717 if(host_event->h_event == SOC_EVT_RC_AMPDU_REPORT) in ssv6xxx_legacy_report_handler()
735 else if(host_event->h_event == SOC_EVT_RC_MPDU_REPORT) in ssv6xxx_legacy_report_handler()
839 struct cfg_host_event *host_event; in ssv6xxx_sample_work() local
856 host_event = (struct cfg_host_event *)skb->data; in ssv6xxx_sample_work()
857 …if((host_event->h_event == SOC_EVT_RC_AMPDU_REPORT) || (host_event->h_event == SOC_EVT_RC_MPDU_REP… in ssv6xxx_sample_work()
859 report_data = (struct firmware_rate_control_report_data *)&host_event->dat[0]; in ssv6xxx_sample_work()
H A Dp2p.c142 struct cfg_host_event *host_event; in ssv6xxx_process_noa_event() local
144 host_event = (struct cfg_host_event *)skb->data; in ssv6xxx_process_noa_event()
145 noa_evt= (struct ssv62xx_noa_evt *)&host_event->dat[0]; in ssv6xxx_process_noa_event()
H A Dssv_ht_rc.c529 struct cfg_host_event *host_event; in ssv6xxx_ht_report_handler() local
537 host_event = (struct cfg_host_event *)skb->data; in ssv6xxx_ht_report_handler()
538 report_data = (struct firmware_rate_control_report_data *)&host_event->dat[0]; in ssv6xxx_ht_report_handler()
539 if(host_event->h_event == SOC_EVT_RC_AMPDU_REPORT) { in ssv6xxx_ht_report_handler()
555 else if(host_event->h_event == SOC_EVT_RC_MPDU_REPORT) { in ssv6xxx_ht_report_handler()
H A Dampdu.c1752 struct cfg_host_event *host_event = (struct cfg_host_event *) skb->data; in ssv6200_ampdu_no_BA_handler() local
1754 (struct ampdu_ba_notify_data *) &host_event->dat[0]; in ssv6200_ampdu_no_BA_handler()
1825 host_event->h_event = SOC_EVT_RC_AMPDU_REPORT; in ssv6200_ampdu_no_BA_handler()
1827 (struct firmware_rate_control_report_data *) &host_event->dat[0]; in ssv6200_ampdu_no_BA_handler()
H A Ddev.c5202 || (rxdesc->c_type == HOST_EVENT))
5235 if (rxdesc->c_type == HOST_EVENT)
5248 struct cfg_host_event *host_event;
5250 host_event = (struct cfg_host_event *)rxdesc;
5251 report_data = (struct firmware_rate_control_report_data *)&host_event->dat[0];
/OK3568_Linux_fs/kernel/drivers/extcon/
H A Dextcon-usbc-cros-ec.c368 u32 host_event; in extcon_cros_ec_event() local
373 host_event = cros_ec_get_host_event(ec); in extcon_cros_ec_event()
374 if (host_event & (EC_HOST_EVENT_MASK(EC_HOST_EVENT_PD_MCU) | in extcon_cros_ec_event()
/OK3568_Linux_fs/kernel/drivers/hv/
H A Dhv_balloon.c506 struct completion host_event; member
1411 complete(&dm->host_event); in version_resp()
1457 complete(&dm->host_event); in version_resp()
1467 complete(&dm->host_event); in cap_resp()
1600 t = wait_for_completion_timeout(&dm_device.host_event, 5*HZ); in balloon_connect_vsp()
1655 t = wait_for_completion_timeout(&dm_device.host_event, 5*HZ); in balloon_connect_vsp()
1693 init_completion(&dm_device.host_event); in balloon_probe()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/
H A Dti,pruss-intc.yaml76 host_event (target) [cell 3] as the value of the interrupts property in
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dcros_ec_codec.c811 u32 host_event; in wov_host_event() local
815 host_event = cros_ec_get_host_event(priv->ec_device); in wov_host_event()
816 if (host_event & EC_HOST_EVENT_MASK(EC_HOST_EVENT_WOV)) { in wov_host_event()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/include/
H A Dssv6200_common.h56 #define HOST_EVENT 6 macro
/OK3568_Linux_fs/kernel/include/scsi/
H A Discsi_if.h287 } host_event; member
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dcros_usbpd-charger.c521 unsigned long host_event, in cros_usbpd_charger_ec_event() argument
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_transport_iscsi.c2707 ev->r.host_event.host_no = host_no; in iscsi_post_host_event()
2708 ev->r.host_event.code = code; in iscsi_post_host_event()
2709 ev->r.host_event.data_size = data_size; in iscsi_post_host_event()
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dcros_ec_commands.h3179 * For EC_MKBP_EVENT_HOST_EVENT, return uint32_t host_event, the raw
3386 uint32_t host_event; member
3411 uint32_t host_event; member