Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/platform/chrome/
Dcros_ec_proto.c706 u32 host_event; in cros_ec_get_next_event() local
739 host_event = cros_ec_get_host_event(ec_dev); in cros_ec_get_next_event()
748 else if (host_event && in cros_ec_get_next_event()
749 !(host_event & ec_dev->host_event_wake_mask)) in cros_ec_get_next_event()
769 u32 host_event; in cros_ec_get_host_event() local
776 if (ec_dev->event_size != sizeof(host_event)) { in cros_ec_get_host_event()
781 host_event = get_unaligned_le32(&ec_dev->event_data.data.host_event); in cros_ec_get_host_event()
783 return host_event; in cros_ec_get_host_event()
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()
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()
Dcros_ec_typec.c673 unsigned long host_event, void *_notify) in cros_ec_typec_event() argument
/Linux-v5.10/drivers/pci/controller/
Dpci-hyperv.c554 struct completion host_event; member
580 complete(&comp_pkt->host_event); in hv_pci_generic_compl()
927 complete(&comp->comp_pkt.host_event); in hv_pci_read_config_compl()
959 init_completion(&comp_pkt.comp_pkt.host_event); in hv_read_config_block()
979 ret = wait_for_response(hbus->hdev, &comp_pkt.comp_pkt.host_event); in hv_read_config_block()
1009 complete(&comp_pkt->host_event); in hv_pci_write_config_compl()
1041 init_completion(&comp_pkt.host_event); in hv_write_config_block()
1068 ret = wait_for_response(hbus->hdev, &comp_pkt.host_event); in hv_write_config_block()
1316 complete(&comp_pkt->comp_pkt.host_event); in hv_pci_compose_compl()
1416 init_completion(&comp.comp_pkt.host_event); in hv_compose_msi_msg()
[all …]
/Linux-v5.10/drivers/rtc/
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()
/Linux-v5.10/drivers/extcon/
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()
/Linux-v5.10/drivers/hv/
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()
/Linux-v5.10/Documentation/devicetree/bindings/interrupt-controller/
Dti,pruss-intc.yaml76 host_event (target) [cell 3] as the value of the interrupts property in
/Linux-v5.10/sound/soc/codecs/
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()
/Linux-v5.10/include/scsi/
Discsi_if.h287 } host_event; member
/Linux-v5.10/drivers/power/supply/
Dcros_usbpd-charger.c521 unsigned long host_event, in cros_usbpd_charger_ec_event() argument
/Linux-v5.10/drivers/scsi/
Dscsi_transport_iscsi.c2605 ev->r.host_event.host_no = host_no; in iscsi_post_host_event()
2606 ev->r.host_event.code = code; in iscsi_post_host_event()
2607 ev->r.host_event.data_size = data_size; in iscsi_post_host_event()
/Linux-v5.10/include/linux/platform_data/
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