HomeSort by: relevance | last modified time | path
    Searched defs:acpi_event (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/acpi/
acpi_event.c 1 /* $NetBSD: acpi_event.c,v 1.2 2022/01/11 10:53:08 jmcneill Exp $ */
33 __KERNEL_RCSID(0, "$NetBSD: acpi_event.c,v 1.2 2022/01/11 10:53:08 jmcneill Exp $");
42 #include <dev/acpi/acpi_event.h>
45 struct acpi_event { struct
56 void (*ctx_func)(void *, struct acpi_event *, ACPI_RESOURCE_GPIO *);
61 acpi_event_create(device_t dev, ACPI_HANDLE handle, UINT16 data, UINT8 trig, struct acpi_event **pev)
63 struct acpi_event *ev;
98 struct acpi_event *ev;
120 void (*func)(void *, struct acpi_event *, ACPI_RESOURCE_GPIO *), void *arg)
134 void (*func)(void *, struct acpi_event *, struct acpi_irq *), void *arg
    [all...]
acpi_event.c 1 /* $NetBSD: acpi_event.c,v 1.2 2022/01/11 10:53:08 jmcneill Exp $ */
33 __KERNEL_RCSID(0, "$NetBSD: acpi_event.c,v 1.2 2022/01/11 10:53:08 jmcneill Exp $");
42 #include <dev/acpi/acpi_event.h>
45 struct acpi_event { struct
56 void (*ctx_func)(void *, struct acpi_event *, ACPI_RESOURCE_GPIO *);
61 acpi_event_create(device_t dev, ACPI_HANDLE handle, UINT16 data, UINT8 trig, struct acpi_event **pev)
63 struct acpi_event *ev;
98 struct acpi_event *ev;
120 void (*func)(void *, struct acpi_event *, ACPI_RESOURCE_GPIO *), void *arg)
134 void (*func)(void *, struct acpi_event *, struct acpi_irq *), void *arg
    [all...]

Completed in 120 milliseconds