Home
last modified time | relevance | path

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

/qemu/hw/input/
H A Dpckbd.c911 Aml *mou; in i8042_build_aml() local
927 mou = aml_device("MOU"); in i8042_build_aml()
928 aml_append(mou, aml_name_decl("_HID", aml_eisaid("PNP0F13"))); in i8042_build_aml()
929 aml_append(mou, aml_name_decl("_STA", aml_int(0xf))); in i8042_build_aml()
930 aml_append(mou, aml_name_decl("_CRS", crs)); in i8042_build_aml()
933 aml_append(scope, mou); in i8042_build_aml()