Searched refs:event_status (Results 1 - 12 of 12) sorted by relevance
/linux-4.4.14/drivers/s390/char/ |
H A D | sclp_sdias.h | 29 u8 event_status; member in struct:sdias_evbuf
|
H A D | sclp_sdias.c | 138 switch (sdias_evbuf.event_status) { sclp_sdias_blk_count() 143 pr_err("SCLP error: %x\n", sdias_evbuf.event_status); sclp_sdias_blk_count() 181 sccb.evbuf.event_status = 0; sclp_sdias_copy() 204 switch (sdias_evbuf.event_status) { sclp_sdias_copy() 216 sdias_evbuf.event_status); sclp_sdias_copy()
|
/linux-4.4.14/drivers/acpi/acpica/ |
H A D | evxfevnt.c | 317 * event_status - Where the current status of the event will ACPI_EXPORT_SYMBOL() 325 acpi_status acpi_get_event_status(u32 event, acpi_event_status * event_status) ACPI_EXPORT_SYMBOL() 333 if (!event_status) { ACPI_EXPORT_SYMBOL() 376 (*event_status) = local_event_status; ACPI_EXPORT_SYMBOL()
|
H A D | hwgpe.c | 201 * event_status - Where the GPE status is returned 211 acpi_event_status *event_status) acpi_hw_get_gpe_status() 221 if (!event_status) { acpi_hw_get_gpe_status() 276 (*event_status) = local_event_status; acpi_hw_get_gpe_status() 210 acpi_hw_get_gpe_status(struct acpi_gpe_event_info * gpe_event_info, acpi_event_status *event_status) acpi_hw_get_gpe_status() argument
|
H A D | achware.h | 130 acpi_event_status *event_status);
|
H A D | evxfgpe.c | 565 * event_status - Where the current status of the event ACPI_EXPORT_SYMBOL() 575 u32 gpe_number, acpi_event_status *event_status) ACPI_EXPORT_SYMBOL() 595 status = acpi_hw_get_gpe_status(gpe_event_info, event_status); ACPI_EXPORT_SYMBOL()
|
/linux-4.4.14/kernel/trace/ |
H A D | ring_buffer_benchmark.c | 73 enum event_status { enum 83 static enum event_status read_event(int cpu) read_event() 103 static enum event_status read_page(int cpu) read_page() 198 enum event_status stat; for_each_online_cpu()
|
/linux-4.4.14/drivers/sbus/char/ |
H A D | uctrl.c | 100 u16 event_status; /* 0x0c */ member in struct:uctrl_status 316 driver->status.event_status = uctrl_get_event_status() 318 dprintk(("ev is %x\n", driver->status.event_status)); uctrl_get_event_status()
|
/linux-4.4.14/include/acpi/ |
H A D | acpixf.h | 666 *event_status)) 710 *event_status))
|
/linux-4.4.14/drivers/acpi/ |
H A D | scan.c | 837 acpi_event_status event_status; acpi_wakeup_gpe_init() local 857 &event_status); acpi_wakeup_gpe_init() 861 wakeup->flags.run_wake = !!(event_status & ACPI_EVENT_FLAG_HAS_HANDLER); acpi_wakeup_gpe_init()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
H A D | file.c | 2647 { "event_status", &spufs_event_status_ops, 0444, }, 2706 { "event_status", NULL, spufs_event_status_get, 19 },
|
/linux-4.4.14/drivers/net/fddi/ |
H A D | defxx.h | 983 PI_UINT32 event_status; member in struct:__anon7864
|
Completed in 359 milliseconds