Lines Matching refs:handle
124 static u32 handle[] = { variable
134 static unsigned long dimm_fail_cmd_flags[ARRAY_SIZE(handle)];
135 static int dimm_fail_cmd_code[ARRAY_SIZE(handle)];
210 struct device *dimm_dev[ARRAY_SIZE(handle)];
557 ars_record->handle = 0; in post_ars_status()
691 spa->devices[0].nfit_device_handle = handle[nvdimm->id]; in nfit_test_search_spa()
1317 for (i = 0; i < ARRAY_SIZE(handle); i++) in get_dimm()
1318 if (__to_nfit_memdev(nfit_mem)->device_handle == handle[i]) in get_dimm()
1320 if (i >= ARRAY_SIZE(handle)) in get_dimm()
1734 return sprintf(buf, "%#x\n", handle[dimm]); in handle_show()
1736 DEVICE_ATTR_RO(handle);
2114 memdev->device_handle = handle[0]; in nfit_test0_setup()
2130 memdev->device_handle = handle[1]; in nfit_test0_setup()
2147 memdev->device_handle = handle[0]; in nfit_test0_setup()
2164 memdev->device_handle = handle[1]; in nfit_test0_setup()
2180 memdev->device_handle = handle[2]; in nfit_test0_setup()
2197 memdev->device_handle = handle[3]; in nfit_test0_setup()
2213 memdev->device_handle = handle[0]; in nfit_test0_setup()
2229 memdev->device_handle = handle[1]; in nfit_test0_setup()
2245 memdev->device_handle = handle[2]; in nfit_test0_setup()
2261 memdev->device_handle = handle[3]; in nfit_test0_setup()
2277 memdev->device_handle = handle[0]; in nfit_test0_setup()
2293 memdev->device_handle = handle[1]; in nfit_test0_setup()
2309 memdev->device_handle = handle[2]; in nfit_test0_setup()
2325 memdev->device_handle = handle[3]; in nfit_test0_setup()
2344 dcr->serial_number = ~handle[0]; in nfit_test0_setup()
2360 dcr->serial_number = ~handle[1]; in nfit_test0_setup()
2376 dcr->serial_number = ~handle[2]; in nfit_test0_setup()
2392 dcr->serial_number = ~handle[3]; in nfit_test0_setup()
2409 dcr->serial_number = ~handle[0]; in nfit_test0_setup()
2421 dcr->serial_number = ~handle[1]; in nfit_test0_setup()
2433 dcr->serial_number = ~handle[2]; in nfit_test0_setup()
2445 dcr->serial_number = ~handle[3]; in nfit_test0_setup()
2502 flush->device_handle = handle[0]; in nfit_test0_setup()
2512 flush->device_handle = handle[1]; in nfit_test0_setup()
2522 flush->device_handle = handle[2]; in nfit_test0_setup()
2532 flush->device_handle = handle[3]; in nfit_test0_setup()
2553 dcr->serial_number = ~handle[4]; in nfit_test0_setup()
2570 dcr->serial_number = ~handle[4]; in nfit_test0_setup()
2625 memdev->device_handle = handle[4]; in nfit_test0_setup()
2641 memdev->device_handle = handle[4]; in nfit_test0_setup()
2658 memdev->device_handle = handle[4]; in nfit_test0_setup()
2674 flush->device_handle = handle[4]; in nfit_test0_setup()
2769 memdev->device_handle = handle[5]; in nfit_test1_setup()
2791 dcr->serial_number = ~handle[5]; in nfit_test1_setup()
2799 memdev->device_handle = handle[6]; in nfit_test1_setup()
2819 dcr->serial_number = ~handle[6]; in nfit_test1_setup()
2847 static union acpi_object *nfit_test_evaluate_dsm(acpi_handle handle, in nfit_test_evaluate_dsm() argument
2850 if (handle != &nfit_ctl_handle) in nfit_test_evaluate_dsm()
2896 .handle = &nfit_ctl_handle, in nfit_ctl_test()
3233 for (i = 0; i < ARRAY_SIZE(handle); i++) in nfit_test_probe()
3234 if (nfit_handle == handle[i]) in nfit_test_probe()