Home
last modified time | relevance | path

Searched refs:host_event (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/platform/chrome/
A Dcros_ec_proto.c717 u32 host_event; in cros_ec_get_next_event() local
750 host_event = cros_ec_get_host_event(ec_dev); in cros_ec_get_next_event()
758 } else if (host_event) { in cros_ec_get_next_event()
760 if (host_event & EC_HOST_EVENT_MASK(EC_HOST_EVENT_RTC)) in cros_ec_get_next_event()
763 if (!(host_event & ec_dev->host_event_wake_mask)) in cros_ec_get_next_event()
784 u32 host_event; in cros_ec_get_host_event() local
791 if (ec_dev->event_size != sizeof(host_event)) { in cros_ec_get_host_event()
796 host_event = get_unaligned_le32(&ec_dev->event_data.data.host_event); in cros_ec_get_host_event()
798 return host_event; in cros_ec_get_host_event()
A Dcros_usbpd_notify.c172 u32 host_event = cros_ec_get_host_event(ec_dev); in cros_usbpd_notify_plat() local
174 if (!host_event) in cros_usbpd_notify_plat()
177 if (host_event & (EC_HOST_EVENT_MASK(EC_HOST_EVENT_PD_MCU) | in cros_usbpd_notify_plat()
A Dcros_ec.c161 u32 host_event = cros_ec_get_host_event(ec_dev); in cros_ec_ready_event() local
163 if (host_event & EC_HOST_EVENT_MASK(EC_HOST_EVENT_INTERFACE_READY)) { in cros_ec_ready_event()
A Dcros_ec_typec.c1039 unsigned long host_event, void *_notify) in cros_ec_typec_event() argument
/linux/drivers/power/supply/
A Dcros_peripheral_charger.c230 unsigned long host_event) in cros_pchg_event() argument
263 u32 host_event = cros_ec_get_host_event(ec_dev); in cros_ec_notify() local
268 if (!host_event) in cros_ec_notify()
271 if (!(host_event & EC_HOST_EVENT_MASK(EC_HOST_EVENT_DEVICE))) in cros_ec_notify()
282 return cros_pchg_event(charger, host_event); in cros_ec_notify()
A Dcros_usbpd-charger.c521 unsigned long host_event, in cros_usbpd_charger_ec_event() argument
/linux/drivers/pci/controller/
A Dpci-hyperv.c580 struct completion host_event; member
606 complete(&comp_pkt->host_event); in hv_pci_generic_compl()
950 complete(&comp->comp_pkt.host_event); in hv_pci_read_config_compl()
1032 complete(&comp_pkt->host_event); in hv_pci_write_config_compl()
1064 init_completion(&comp_pkt.host_event); in hv_write_config_block()
1939 struct completion host_event; member
1971 complete(&completion->host_event); in q_resource_requirements()
2005 init_completion(&comp_pkt.host_event); in new_pcichild_device()
2609 init_completion(&comp_pkt.host_event); in hv_pci_protocol_negotiation()
2829 init_completion(&comp_pkt.host_event); in hv_pci_enter_d0()
[all …]
/linux/drivers/rtc/
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()
/linux/drivers/extcon/
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()
/linux/drivers/hv/
A Dhv_balloon.c507 struct completion host_event; member
1416 complete(&dm->host_event); in version_resp()
1462 complete(&dm->host_event); in version_resp()
1472 complete(&dm->host_event); in cap_resp()
1688 t = wait_for_completion_timeout(&dm_device.host_event, 5*HZ); in balloon_connect_vsp()
1743 t = wait_for_completion_timeout(&dm_device.host_event, 5*HZ); in balloon_connect_vsp()
1781 init_completion(&dm_device.host_event); in balloon_probe()
/linux/sound/soc/codecs/
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()
/linux/Documentation/devicetree/bindings/interrupt-controller/
A Dti,pruss-intc.yaml79 host_event (target) [cell 3] as the value of the interrupts property in
/linux/include/scsi/
A Discsi_if.h287 } host_event; member
/linux/include/linux/platform_data/
A Dcros_ec_commands.h3398 uint32_t host_event; member
3423 uint32_t host_event; member
/linux/drivers/scsi/
A Dscsi_transport_iscsi.c2648 ev->r.host_event.host_no = host_no; in iscsi_post_host_event()
2649 ev->r.host_event.code = code; in iscsi_post_host_event()
2650 ev->r.host_event.data_size = data_size; in iscsi_post_host_event()

Completed in 72 milliseconds