Home
last modified time | relevance | path

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

/openbsd/sys/dev/acpi/
H A Ddsdt.c528 aml_notify_task(void *node, int notify_value) in aml_notify_task() argument
532 dnprintf(10,"run notify: %s %x\n", aml_nodename(node), notify_value); in aml_notify_task()
535 pdata->cbproc(pdata->node, notify_value, pdata->cbarg); in aml_notify_task()
564 aml_notify(struct aml_node *node, int notify_value) in aml_notify() argument
576 dnprintf(10,"queue notify: %s %x\n", aml_nodename(node), notify_value); in aml_notify()
577 acpi_addtask(acpi_softc, aml_notify_task, node, notify_value); in aml_notify()
581 aml_notify_dev(const char *pnpid, int notify_value) in aml_notify_dev() argument
590 pdata->cbproc(pdata->node, notify_value, pdata->cbarg); in aml_notify_dev()