aml_parsemuxaction  136 dev/acpi/dsdt.c struct aml_value *aml_parsemuxaction(struct aml_scope *, int, struct aml_value *);
aml_parsemuxaction  263 dev/acpi/dsdt.c 	{ AMLOP_ACQUIRE,	"Acquire",	"tw",	aml_parsemuxaction },
aml_parsemuxaction  264 dev/acpi/dsdt.c 	{ AMLOP_RELEASE,	"Release",	"t",	aml_parsemuxaction },
aml_parsemuxaction  265 dev/acpi/dsdt.c 	{ AMLOP_SIGNAL,		"Signal",	"t",	aml_parsemuxaction },
aml_parsemuxaction  266 dev/acpi/dsdt.c 	{ AMLOP_WAIT,		"Wait",		"ti",	aml_parsemuxaction },
aml_parsemuxaction  267 dev/acpi/dsdt.c 	{ AMLOP_RESET,		"Reset",	"t",	aml_parsemuxaction },