| /Linux-v5.15/drivers/power/supply/ |
| D | cros_peripheral_charger.c | 230 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()
|
| D | cros_usbpd-charger.c | 521 unsigned long host_event, in cros_usbpd_charger_ec_event() argument
|
| /Linux-v5.15/drivers/platform/chrome/ |
| D | cros_ec_proto.c | 717 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()
|
| D | cros_usbpd_notify.c | 218 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()
|
| D | cros_ec.c | 161 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()
|
| D | cros_ec_typec.c | 1070 unsigned long host_event, void *_notify) in cros_ec_typec_event() argument
|
| /Linux-v5.15/drivers/pci/controller/ |
| D | pci-hyperv.c | 580 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() 982 init_completion(&comp_pkt.comp_pkt.host_event); in hv_read_config_block() 1002 ret = wait_for_response(hbus->hdev, &comp_pkt.comp_pkt.host_event); in hv_read_config_block() 1032 complete(&comp_pkt->host_event); in hv_pci_write_config_compl() 1064 init_completion(&comp_pkt.host_event); in hv_write_config_block() 1091 ret = wait_for_response(hbus->hdev, &comp_pkt.host_event); in hv_write_config_block() 1339 complete(&comp_pkt->comp_pkt.host_event); in hv_pci_compose_compl() 1464 init_completion(&comp.comp_pkt.host_event); in hv_compose_msi_msg() [all …]
|
| /Linux-v5.15/drivers/rtc/ |
| D | rtc-cros-ec.c | 267 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.15/drivers/extcon/ |
| D | extcon-usbc-cros-ec.c | 368 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.15/drivers/hv/ |
| D | hv_balloon.c | 507 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-v5.15/Documentation/devicetree/bindings/interrupt-controller/ |
| D | ti,pruss-intc.yaml | 79 host_event (target) [cell 3] as the value of the interrupts property in
|
| /Linux-v5.15/sound/soc/codecs/ |
| D | cros_ec_codec.c | 811 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.15/include/scsi/ |
| D | iscsi_if.h | 287 } host_event; member
|
| /Linux-v5.15/drivers/scsi/ |
| D | scsi_transport_iscsi.c | 2648 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()
|
| /Linux-v5.15/include/linux/platform_data/ |
| D | cros_ec_commands.h | 3191 * For EC_MKBP_EVENT_HOST_EVENT, return uint32_t host_event, the raw 3398 uint32_t host_event; member 3423 uint32_t host_event; member
|