Home
last modified time | relevance | path

Searched refs:event_status (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/gpio/
H A Dgpio-npcm-sgpio.c76 u8 event_status; member
91 .event_status = 0x20,
97 .event_status = 0x21,
103 .event_status = 0x22,
109 .event_status = 0x23,
115 .event_status = 0x24,
121 .event_status = 0x25,
127 .event_status = 0x26,
133 .event_status = 0x27,
149 return gpio->base + bank->event_status; in bank_reg()
H A Dgpio-xgs-iproc.c51 u32 irq_type, event_status = 0; in iproc_gpio_irq_ack() local
56 event_status |= BIT(pin); in iproc_gpio_irq_ack()
57 writel_relaxed(event_status, in iproc_gpio_irq_ack()
/openbmc/linux/drivers/s390/char/
H A Dsclp_sdias.c141 switch (sdias_evbuf.event_status) { in sclp_sdias_blk_count()
146 pr_err("SCLP error: %x\n", sdias_evbuf.event_status); in sclp_sdias_blk_count()
185 sccb->evbuf.event_status = 0; in sclp_sdias_copy()
208 switch (sdias_evbuf.event_status) { in sclp_sdias_copy()
220 sdias_evbuf.event_status); in sclp_sdias_copy()
H A Dsclp_sdias.h30 u8 event_status; member
/openbmc/linux/drivers/acpi/acpica/
H A Devxfevnt.c309 acpi_status acpi_get_event_status(u32 event, acpi_event_status * event_status) in ACPI_EXPORT_SYMBOL()
317 if (!event_status) { in ACPI_EXPORT_SYMBOL()
360 (*event_status) = local_event_status; in ACPI_EXPORT_SYMBOL()
H A Dhwgpe.c251 acpi_event_status *event_status) in acpi_hw_get_gpe_status() argument
261 if (!event_status) { in acpi_hw_get_gpe_status()
322 (*event_status) = local_event_status; in acpi_hw_get_gpe_status()
H A Dachware.h102 acpi_event_status *event_status);
H A Devxfgpe.c611 u32 gpe_number, acpi_event_status *event_status) in ACPI_EXPORT_SYMBOL()
631 status = acpi_hw_get_gpe_status(gpe_event_info, event_status); in ACPI_EXPORT_SYMBOL()
/openbmc/linux/kernel/trace/
H A Dring_buffer_benchmark.c75 enum event_status { enum
85 static enum event_status read_event(int cpu) in read_event()
105 static enum event_status read_page(int cpu) in read_page()
200 enum event_status stat; in ring_buffer_consumer()
/openbmc/linux/drivers/sbus/char/
H A Ductrl.c98 u16 event_status; /* 0x0c */ member
314 driver->status.event_status = in uctrl_get_event_status()
316 dprintk(("ev is %x\n", driver->status.event_status)); in uctrl_get_event_status()
/openbmc/qemu/hw/cxl/
H A Dcxl-device-utils.c337 cxl_dstate->event_status |= (1 << log_type); in cxl_event_set_status()
339 cxl_dstate->event_status &= ~(1 << log_type); in cxl_event_set_status()
343 EVENT_STATUS, cxl_dstate->event_status); in cxl_event_set_status()
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debug.c35 uint64_t *event_status) in kfd_dbg_ev_query_debug_event() argument
45 *event_status = 0; in kfd_dbg_ev_query_debug_event()
62 *event_status = pqn->q->properties.exception_status; in kfd_dbg_ev_query_debug_event()
78 *event_status = pdd->exception_status; in kfd_dbg_ev_query_debug_event()
86 *event_status = process->exception_status; in kfd_dbg_ev_query_debug_event()
92 return *event_status ? 0 : -EAGAIN; in kfd_dbg_ev_query_debug_event()
H A Dkfd_debug.h34 uint64_t *event_status);
/openbmc/linux/include/acpi/
H A Dacpixf.h715 *event_status))
763 *event_status))
/openbmc/qemu/include/hw/cxl/
H A Dcxl_device.h218 uint64_t event_status; member
/openbmc/linux/drivers/net/fddi/
H A Ddefxx.h984 PI_UINT32 event_status; member