Searched refs:mr_op (Results 1 – 10 of 10) sorted by relevance
47 if (mem_range_softc.mr_op == NULL) in mem_range_init()50 mem_range_softc.mr_op->init(&mem_range_softc); in mem_range_init()57 if (mem_range_softc.mr_op == NULL) in mem_range_destroy()67 if (mem_range_softc.mr_op == NULL) in mem_range_attr_get()84 if (mem_range_softc.mr_op == NULL) in mem_range_attr_set()87 ret = mem_range_softc.mr_op->set(&mem_range_softc, mrd, arg); in mem_range_attr_set()
307 if (sleep_result == 1 && mem_range_softc.mr_op != NULL && in acpi_wakeup_machdep() 308 mem_range_softc.mr_op->reinit != NULL) in acpi_wakeup_machdep() 309 mem_range_softc.mr_op->reinit(&mem_range_softc); in acpi_wakeup_machdep()
316 if (sleep_result == 1 && mem_range_softc.mr_op != NULL && in acpi_wakeup_machdep()317 mem_range_softc.mr_op->reinit != NULL) in acpi_wakeup_machdep()318 mem_range_softc.mr_op->reinit(&mem_range_softc); in acpi_wakeup_machdep()
87 struct mem_range_ops *mr_op; member
208 if (mem_range_softc.mr_op == NULL) in memioctl_md()
190 if (mem_range_softc.mr_op == NULL) in memioctl_md()
186 mem_range_softc.mr_op = &k6_mrops; in k6_mem_drvinit()
292 if (mem_range_softc.mr_op == NULL) in memioctl_md()
181 if (mem_range_softc.mr_op && mem_range_softc.mr_op->initAP) in mem_range_AP_init()182 mem_range_softc.mr_op->initAP(&mem_range_softc); in mem_range_AP_init()
721 mem_range_softc.mr_op = &x86_mrops; in x86_mem_drvinit()