Home | History | Annotate | Download | only in acpi

Lines Matching defs:actname

140 	const char		*const *actname;
155 const char *const *actname, unsigned nact,
166 I->actname = actname;
222 if (E->Action >= I->nact || I->actname[E->Action] == NULL) {
259 E->Action, I->actname[E->Action]);
292 if (E->Action > I->nact || I->actname[E->Action] == NULL)
339 if (E->Action >= I->nact || I->actname[E->Action] == NULL)
376 I->actname[action], A->ip, A->ninst);
397 I->name, I->actname[action], j,
418 if (action > I->nact || I->actname[action] == NULL)