Lines Matching defs:pnpid
365 char pnpid[20];
539 aml_register_notify(struct aml_node *node, const char *pnpid,
546 node->name, pnpid ? pnpid : "", proc);
554 if (pnpid)
555 strlcpy(pdata->pnpid, pnpid, sizeof(pdata->pnpid));
581 aml_notify_dev(const char *pnpid, int notify_value)
585 if (pnpid == NULL)
589 if (strcmp(pdata->pnpid, pnpid) == 0)