| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/pmdk/pmdk/ |
| H A D | 0001-use-daxctl-libdaxctl.h-instead-of-ndctl-libdaxctl.h.patch | 4 Subject: [PATCH] use daxctl/libdaxctl.h instead of ndctl/libdaxctl.h 22 #include <ndctl/libndctl.h> 23 -#include <ndctl/libdaxctl.h> 35 #include <ndctl/libndctl.h> 36 -#include <ndctl/libdaxctl.h> 46 * usc_ndctl.c -- pmem2 usc function for platforms using ndctl 48 #include <ndctl/libndctl.h> 49 -#include <ndctl/libdaxctl.h> 61 #include <ndctl/libndctl.h> 62 -#include <ndctl/libdaxctl.h>
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/pmdk/ |
| H A D | pmdk_1.11.1.bb | 7 DEPENDS = "ndctl" 15 file://0001-use-daxctl-libdaxctl.h-instead-of-ndctl-libdaxctl.h.patch"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/ndctl/ |
| H A D | ndctl_v73.bb | 14 SRC_URI = "git://github.com/pmem/ndctl.git;branch=main;protocol=https \ 33 SYSTEMD_SERVICE:${PN} = "ndctl-monitor.service daxdev-reconfigure@.service"
|
| /OK3568_Linux_fs/kernel/Documentation/nvdimm/ |
| H A D | maintainer-entry-profile.rst | 30 There are unit tests for the subsystem via the ndctl utility: 31 https://github.com/pmem/ndctl
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/nvdimm/ |
| H A D | btt.rst | 277 'ndctl' utility [1]: 279 For example, the ndctl command line to setup a btt with a 4k sector size is:: 281 ndctl create-namespace -f -e namespace0.0 -m sector -l 4k 283 See ndctl create-namespace --help for more options. 285 [1]: https://github.com/pmem/ndctl
|
| H A D | nvdimm.rst | 130 https://github.com/pmem/ndctl.git 610 looking at the kernel header (/usr/include/linux/ndctl.h) to decode the
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | libnvdimm.h | 85 ndctl_fn ndctl; member 318 return nd_desc->ndctl(nd_desc, nvdimm, cmd, buf, buf_len, cmd_rc); in nvdimm_ctl()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/ndctl/ndctl/ |
| H A D | 0001-build-set-HAVE_STATEMENT_EXPR-var.patch | 20 https://github.com/pmem/ndctl/blob/v72.1/configure.ac#L70
|
| /OK3568_Linux_fs/kernel/drivers/nvdimm/ |
| H A D | bus.c | 244 if (!nd_desc->ndctl) in nvdimm_clear_poison() 251 rc = nd_desc->ndctl(nd_desc, NULL, ND_CMD_ARS_CAP, &ars_cap, in nvdimm_clear_poison() 269 rc = nd_desc->ndctl(nd_desc, NULL, ND_CMD_CLEAR_ERROR, &clear_err, in nvdimm_clear_poison() 1167 rc = nd_desc->ndctl(nd_desc, nvdimm, cmd, buf, buf_len, &cmd_rc); in __nd_ioctl()
|
| H A D | dimm_devs.c | 78 rc = nd_desc->ndctl(nd_desc, to_nvdimm(ndd->dev), in nvdimm_init_nsarea() 114 rc = nd_desc->ndctl(nd_desc, to_nvdimm(ndd->dev), in nvdimm_get_config_data() 162 rc = nd_desc->ndctl(nd_desc, to_nvdimm(ndd->dev), in nvdimm_set_config_data()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libblockdev/ |
| H A D | libblockdev_2.26.bb | 32 PACKAGECONFIG[nvdimm] = "--with-nvdimm, --without-nvdimm, ndctl util-linux"
|
| /OK3568_Linux_fs/kernel/drivers/acpi/nfit/ |
| H A D | intel.c | 453 rc = nd_desc->ndctl(nd_desc, NULL, ND_CMD_CALL, &nd_cmd, sizeof(nd_cmd), in intel_bus_fwa_businfo() 584 rc = nd_desc->ndctl(nd_desc, NULL, ND_CMD_CALL, &nd_cmd, sizeof(nd_cmd), in intel_bus_fwa_activate()
|
| H A D | core.c | 2593 rc = nd_desc->ndctl(nd_desc, nvdimm, ND_CMD_DIMM_FLAGS, &flags, in acpi_nfit_blk_get_flags() 2715 rc = nd_desc->ndctl(nd_desc, NULL, ND_CMD_ARS_CAP, cmd, in ars_get_cap() 2743 rc = nd_desc->ndctl(nd_desc, NULL, ND_CMD_ARS_START, &ars_start, in ars_start() 2766 rc = nd_desc->ndctl(nd_desc, NULL, ND_CMD_ARS_START, &ars_start, in ars_continue() 2779 rc = nd_desc->ndctl(nd_desc, NULL, ND_CMD_ARS_STATUS, ars_status, in ars_get_status() 3650 nd_desc->ndctl = acpi_nfit_ctl; in acpi_nfit_desc_init()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | ..install.cmd | 1 …e_user.h securebits.h posix_acl_xattr.h adfs_fs.h soundcard.h nbd.h cec.h ndctl.h media-bus-format…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | ..install.cmd | 1 …e_user.h securebits.h posix_acl_xattr.h adfs_fs.h soundcard.h nbd.h cec.h ndctl.h media-bus-format…
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | papr_scm.c | 911 p->bus_desc.ndctl = papr_scm_ndctl; in papr_scm_nvdimm_init()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/packagegroups/ |
| H A D | packagegroup-meta-oe.bb | 188 ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "ndctl", "", d)} \
|
| /OK3568_Linux_fs/kernel/tools/testing/nvdimm/test/ |
| H A D | nfit.c | 2931 .ndctl = acpi_nfit_ctl, in nfit_ctl_test() 3219 nd_desc->ndctl = nfit_test_ctl; in nfit_test_probe()
|
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 10055 F: include/uapi/linux/ndctl.h
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/ |
| H A D | buildhistory_filelist1.txt | 3648 -rw-r--r-- root root 6770 ./usr/include/linux/ndctl.h
|
| H A D | buildhistory_filelist2.txt | 3649 -rw-r--r-- root root 6770 ./usr/include/linux/ndctl.h
|