Home
last modified time | relevance | path

Searched defs:aml_node (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/dev/acpi/
H A Damltypes.h379 struct aml_node { struct
380 struct aml_node *parent; argument
385 int attached;
387 char name[5];
388 uint16_t opcode;
389 uint8_t *start;
390 uint8_t *end;
392 struct aml_value *value;
393 struct acpi_pci *pci;
394 struct acpi_gpio *gpio;
[all …]
H A Ddsdt.c539 aml_register_notify(struct aml_node *node, const char *pnpid, in aml_register_notify() argument
1235 aml_walknodes(struct aml_node * node,int mode,int (* nodecb)(struct aml_node *,void *),void * arg) aml_walknodes() argument
1252 aml_find_node(struct aml_node * node,const char * name,int (* cbproc)(struct aml_node *,void * arg),void * arg) aml_find_node() argument
[all...]