/linux/drivers/gpio/ |
H A D | gpio-npcm-sgpio.c | 76 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()
|
/linux/drivers/s390/char/ |
H A D | sclp_sdias.c | 141 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 D | sclp_sdias.h | 30 u8 event_status; member
|
/linux/drivers/staging/gpib/hp_82341/ |
H A D | hp_82341.c | 26 unsigned short event_status; in hp_82341_accel_read() local 82 ((event_status = in hp_82341_accel_read() 107 if (event_status & BUFFER_END_EVENT_BIT) { in hp_82341_accel_read() 172 unsigned short event_status; in hp_82341_accel_write() local 211 ((event_status = in hp_82341_accel_write() 861 int event_status; in hp_82341_interrupt() local 864 event_status = inb(hp_priv->iobase[0] + EVENT_STATUS_REG); in hp_82341_interrupt() 866 if (event_status & INTERRUPT_PENDING_EVENT_BIT) in hp_82341_interrupt() 869 if (event_status & (TI_INTERRUPT_EVENT_BIT | POINTERS_EQUAL_EVENT_BIT | in hp_82341_interrupt() 871 outb(event_status & (TI_INTERRUPT_EVENT_BIT | POINTERS_EQUAL_EVENT_BIT | in hp_82341_interrupt() [all …]
|
/linux/drivers/staging/gpib/agilent_82350b/ |
H A D | agilent_82350b.c | 30 unsigned short event_status; in agilent_82350b_accel_read() local 82 ((event_status = in agilent_82350b_accel_read() 96 if (event_status & BUFFER_END_STATUS_BIT) { in agilent_82350b_accel_read() 161 unsigned short event_status; in agilent_82350b_accel_write() local 175 event_status = read_and_clear_event_status(board); in agilent_82350b_accel_write() 223 ((event_status = in agilent_82350b_accel_write() 272 int event_status; in agilent_82350b_interrupt() local 279 event_status = readb(a_priv->gpib_base + EVENT_STATUS_REG); in agilent_82350b_interrupt() 280 if (event_status & IRQ_STATUS_BIT) in agilent_82350b_interrupt() 283 if (event_status & TMS9914_IRQ_STATUS_BIT) { in agilent_82350b_interrupt() [all …]
|
/linux/drivers/acpi/acpica/ |
H A D | evxfevnt.c | 309 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 D | hwgpe.c | 251 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 D | achware.h | 102 acpi_event_status *event_status);
|
H A D | evxfgpe.c | 611 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()
|
/linux/kernel/trace/ |
H A D | ring_buffer_benchmark.c | 75 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() 202 enum event_status stat; in ring_buffer_consumer()
|
/linux/drivers/sbus/char/ |
H A D | uctrl.c | 98 u16 event_status; /* 0x0c */ member 313 driver->status.event_status = in uctrl_get_event_status() 315 dprintk(("ev is %x\n", driver->status.event_status)); in uctrl_get_event_status()
|
/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_debug.c | 36 uint64_t *event_status) in kfd_dbg_ev_query_debug_event() argument 46 *event_status = 0; in kfd_dbg_ev_query_debug_event() 63 *event_status = pqn->q->properties.exception_status; in kfd_dbg_ev_query_debug_event() 79 *event_status = pdd->exception_status; in kfd_dbg_ev_query_debug_event() 87 *event_status = process->exception_status; in kfd_dbg_ev_query_debug_event() 93 return *event_status ? 0 : -EAGAIN; in kfd_dbg_ev_query_debug_event()
|
H A D | kfd_debug.h | 34 uint64_t *event_status);
|
/linux/include/acpi/ |
H A D | acpixf.h | 715 *event_status)) 763 *event_status))
|
/linux/drivers/gpu/drm/imagination/ |
H A D | pvr_rogue_fwif_check.h | 116 OFFSET_CHECK(struct rogue_hwrinfo, event_status, 64);
|
H A D | pvr_rogue_fwif.h | 410 u32 event_status; member
|
/linux/drivers/net/fddi/ |
H A D | defxx.h | 984 PI_UINT32 event_status; member
|