OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acpi_event
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/acpi/
acpi_event.h
1
/* $NetBSD:
acpi_event
.h,v 1.3 2024/12/17 21:55:50 riastradh Exp $ */
39
struct
acpi_event
;
43
void (*)(void *, struct
acpi_event
*,
47
void (*)(void *, struct
acpi_event
*, struct acpi_irq *),
49
ACPI_STATUS acpi_event_notify(struct
acpi_event
*);
50
void acpi_event_set_intrcookie(struct
acpi_event
*, void *);
acpi_ged.c
44
#include <dev/acpi/
acpi_event
.h>
50
static void acpi_ged_register_event(void *, struct
acpi_event
*, struct acpi_irq *);
79
acpi_ged_register_event(void *priv, struct
acpi_event
*ev, struct acpi_irq *irq)
96
struct
acpi_event
* const ev = priv;
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
...]
plgpio_acpi.c
44
#include <dev/acpi/
acpi_event
.h>
57
struct
acpi_event
* sc_event[8];
63
static void plgpio_acpi_register_event(void *, struct
acpi_event
*, ACPI_RESOURCE_GPIO *);
142
plgpio_acpi_register_event(void *priv, struct
acpi_event
*ev, ACPI_RESOURCE_GPIO *gpio)
219
struct
acpi_event
* const ev = asc->sc_event[pin];
igpio_acpi.c
42
#include <dev/acpi/
acpi_event
.h>
50
struct
acpi_event
* sc_event[8];
59
static void igpio_acpi_register_event(void *, struct
acpi_event
*, ACPI_RESOURCE_GPIO *);
222
igpio_acpi_register_event(void *priv, struct
acpi_event
*ev, ACPI_RESOURCE_GPIO *gpio)
amdgpio.c
46
#include <dev/acpi/
acpi_event
.h>
96
static void amdgpio_register_event(void *, struct
acpi_event
*,
276
struct
acpi_event
* const ev = priv;
284
amdgpio_register_event(void *priv, struct
acpi_event
*ev,
qcomgpio.c
47
#include <dev/acpi/
acpi_event
.h>
126
static void qcomgpio_register_event(void *, struct
acpi_event
*,
407
struct
acpi_event
* const ev = priv;
415
qcomgpio_register_event(void *priv, struct
acpi_event
*ev,
Completed in 16 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025