Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/nvdimm/test/
Dnfit.c132 struct nfit_test { struct
151 int (*alloc)(struct nfit_test *t); argument
152 void (*setup)(struct nfit_test *t); argument
156 static struct nfit_test *to_nfit_test(struct device *dev) in to_nfit_test() argument
160 return container_of(pdev, struct nfit_test, pdev); in to_nfit_test()
261 struct nfit_test *t = container_of(acpi_desc, typeof(*t), acpi_desc); in nfit_test_ctl()
316 static struct nfit_test *instances[NUM_NFITS];
336 static void *__test_alloc(struct nfit_test *t, size_t size, dma_addr_t *dma, in __test_alloc()
373 static void *test_alloc(struct nfit_test *t, size_t size, dma_addr_t *dma) in test_alloc()
381 static void *test_alloc_coherent(struct nfit_test *t, size_t size, in test_alloc_coherent()
[all …]
DKbuild4 obj-m += nfit_test.o
7 nfit_test-y := nfit.o
/linux-4.4.14/Documentation/nvdimm/
Dnvdimm.txt251 /sys/devices/platform/nfit_test.0 when CONFIG_NFIT_TEST is enabled and
252 the nfit_test.ko module is loaded. This not only test LIBNVDIMM but the
307 /sys/devices/platform/nfit_test.0/ndbus0
341 bus = get_bus_by_provider(ctx, "nfit_test.0");
363 /sys/devices/platform/nfit_test.0/ndbus0
420 sets on the "nfit_test.0" bus. The primary role of regions are to be a
445 /sys/devices/platform/nfit_test.0/ndbus0
575 # udevadm info --path=/devices/platform/nfit_test.0/ndbus0/region0
576 P: /devices/platform/nfit_test.0/ndbus0/region0
577 E: DEVPATH=/devices/platform/nfit_test.0/ndbus0/region0
[all …]