Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:cxl_nvdimm
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/cxl/core/
H
A
D
pmem.c
128
* Return: bridge device that can host
cxl_nvdimm
objects
167
struct
cxl_nvdimm
*cxl_nvd = to_cxl_nvdimm(dev);
in cxl_nvdimm_release()
178
.name = "
cxl_nvdimm
",
189
struct
cxl_nvdimm
*to_cxl_nvdimm(struct device *dev)
in to_cxl_nvdimm()
192
"not a
cxl_nvdimm
device\n"))
in to_cxl_nvdimm()
194
return container_of(dev, struct
cxl_nvdimm
, dev);
in to_cxl_nvdimm()
200
static struct
cxl_nvdimm
*cxl_nvdimm_alloc(struct cxl_nvdimm_bridge *cxl_nvb,
in cxl_nvdimm_alloc()
203
struct
cxl_nvdimm
*cxl_nvd;
in cxl_nvdimm_alloc()
233
struct
cxl_nvdimm
*cxl_nvd = cxlmd->cxl_nvd;
in cxlmd_release_nvdimm()
252
struct
cxl_nvdimm
*cxl_nv
in devm_cxl_add_nvdimm()
[all...]
/kernel/linux/linux-6.6/drivers/cxl/
H
A
D
security.c
15
struct
cxl_nvdimm
*cxl_nvd = nvdimm_provider_data(nvdimm);
in cxl_pmem_get_security_flags()
71
struct
cxl_nvdimm
*cxl_nvd = nvdimm_provider_data(nvdimm);
in cxl_pmem_security_change_key()
97
struct
cxl_nvdimm
*cxl_nvd = nvdimm_provider_data(nvdimm);
in __cxl_pmem_security_disable()
132
struct
cxl_nvdimm
*cxl_nvd = nvdimm_provider_data(nvdimm);
in cxl_pmem_security_freeze()
145
struct
cxl_nvdimm
*cxl_nvd = nvdimm_provider_data(nvdimm);
in cxl_pmem_security_unlock()
170
struct
cxl_nvdimm
*cxl_nvd = nvdimm_provider_data(nvdimm);
in cxl_pmem_security_passphrase_erase()
H
A
D
pmem.c
31
struct
cxl_nvdimm
*cxl_nvd = nvdimm_provider_data(nvdimm);
in provider_show()
40
struct
cxl_nvdimm
*cxl_nvd = nvdimm_provider_data(nvdimm);
in id_show()
65
struct
cxl_nvdimm
*cxl_nvd = to_cxl_nvdimm(dev);
in cxl_nvdimm_probe()
95
.name = "
cxl_nvdimm
",
195
struct
cxl_nvdimm
*cxl_nvd = nvdimm_provider_data(nvdimm);
in cxl_pmem_nvdimm_ctl()
232
struct
cxl_nvdimm
*cxl_nvd;
in detach_nvdimm()
315
struct
cxl_nvdimm
*cxl_nvd;
in cxl_pmem_region_probe()
H
A
D
cxl.h
531
struct
cxl_nvdimm
{
struct
539
struct
cxl_nvdimm
*cxl_nvd;
791
struct
cxl_nvdimm
*to_cxl_nvdimm(struct device *dev);
H
A
D
cxlmem.h
52
struct
cxl_nvdimm
*cxl_nvd;
Completed in 6 milliseconds