Home
last modified time | relevance | path

Searched refs:cbproc (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/acpi/
H A Ddsdt.c367 int (*cbproc)(struct aml_node *, int, void *); member
535 pdata->cbproc(pdata->node, notify_value, pdata->cbarg); in aml_notify_task()
551 pdata->cbproc = proc; in aml_register_notify()
590 pdata->cbproc(pdata->node, notify_value, pdata->cbarg); in aml_notify_dev()
599 if (pdata->cbproc && (pdata->flags & ACPIDEV_POLL)) in acpi_poll_notify_task()
600 pdata->cbproc(pdata->node, 0, pdata->cbarg); in acpi_poll_notify_task()
1260 int (*cbproc)(struct aml_node *, void *arg), void *arg) in aml_find_node()
1273 if (cbproc(child, arg) != 0) in aml_find_node()
1280 aml_find_node(child, name, cbproc, arg); in aml_find_node()