Searched refs:mr_op (Results 1 – 10 of 10) sorted by relevance
46 if (mem_range_softc.mr_op == NULL) in mem_range_init()49 mem_range_softc.mr_op->init(&mem_range_softc); in mem_range_init()56 if (mem_range_softc.mr_op == NULL) in mem_range_destroy()66 if (mem_range_softc.mr_op == NULL) in mem_range_attr_get()83 if (mem_range_softc.mr_op == NULL) in mem_range_attr_set()86 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()
312 if (sleep_result == 1 && mem_range_softc.mr_op != NULL && in acpi_wakeup_machdep()313 mem_range_softc.mr_op->reinit != NULL) in acpi_wakeup_machdep()314 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()
291 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()