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:to_dev_dax
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/dax/
H
A
D
bus.c
62
struct dev_dax *dev_dax =
to_dev_dax
(dev);
in dax_match_type()
194
struct dev_dax *dev_dax =
to_dev_dax
(dev);
in dax_bus_probe()
219
struct dev_dax *dev_dax =
to_dev_dax
(dev);
in dax_bus_remove()
439
struct dev_dax *dev_dax =
to_dev_dax
(dev);
in unregister_dev_dax()
523
dev_dax =
to_dev_dax
(victim);
in delete_store()
653
struct dev_dax *dev_dax =
to_dev_dax
(parent);
in dax_mapping_release()
664
struct dev_dax *dev_dax =
to_dev_dax
(dev->parent);
in unregister_dax_mapping()
680
struct dev_dax *dev_dax =
to_dev_dax
(dev->parent);
in get_dax_range()
695
struct dev_dax *dev_dax =
to_dev_dax
(mapping->dev.parent);
in put_dax_range()
907
struct dev_dax *dev_dax =
to_dev_dax
(de
in size_show()
[all...]
H
A
D
dax-private.h
88
static inline struct dev_dax *
to_dev_dax
(struct device *dev)
in to_dev_dax()
function
/kernel/linux/linux-5.10/drivers/dax/
H
A
D
bus.c
155
struct dev_dax *dev_dax =
to_dev_dax
(dev);
in dax_bus_probe()
180
struct dev_dax *dev_dax =
to_dev_dax
(dev);
in dax_bus_remove()
396
struct dev_dax *dev_dax =
to_dev_dax
(dev);
in unregister_dev_dax()
481
dev_dax =
to_dev_dax
(victim);
in delete_store()
612
struct dev_dax *dev_dax =
to_dev_dax
(parent);
in dax_mapping_release()
623
struct dev_dax *dev_dax =
to_dev_dax
(dev->parent);
in unregister_dax_mapping()
640
struct dev_dax *dev_dax =
to_dev_dax
(dev->parent);
in get_dax_range()
655
struct dev_dax *dev_dax =
to_dev_dax
(mapping->dev.parent);
in put_dax_range()
875
struct dev_dax *dev_dax =
to_dev_dax
(dev);
in size_show()
1038
struct dev_dax *dev_dax =
to_dev_dax
(de
in size_store()
[all...]
H
A
D
dax-private.h
81
static inline struct dev_dax *
to_dev_dax
(struct device *dev)
in to_dev_dax()
function
/kernel/linux/linux-5.10/drivers/dax/pmem/
H
A
D
compat.c
38
devres_release_group(dev,
to_dev_dax
(dev));
in dax_pmem_compat_release()
Completed in 5 milliseconds