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:cdev_dev
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/dma/idxd/
H
A
D
cdev.c
297
fdev->parent =
cdev_dev
(idxd_cdev);
in idxd_cdev_open()
464
dev =
cdev_dev
(idxd_cdev);
in idxd_wq_add_cdev()
506
cdev_device_del(&idxd_cdev->cdev,
cdev_dev
(idxd_cdev));
in idxd_wq_del_cdev()
507
put_device(
cdev_dev
(idxd_cdev));
in idxd_wq_del_cdev()
H
A
D
idxd.h
408
#define
cdev_dev
(cdev) &cdev->idxd_dev.conf_dev
macro
/kernel/linux/linux-6.6/drivers/block/
H
A
D
ublk_drv.c
163
struct device
cdev_dev
;
member
653
if (kobject_get_unless_zero(&ub->
cdev_dev
.kobj))
in ublk_get_device()
660
put_device(&ub->
cdev_dev
);
in ublk_put_device()
717
put_device(&ub->
cdev_dev
);
in ublk_free_disk()
2054
struct ublk_device *ub = container_of(dev, struct ublk_device,
cdev_dev
);
in ublk_cdev_rel()
2065
struct device *dev = &ub->
cdev_dev
;
in ublk_add_chdev()
2125
cdev_device_del(&ub->cdev, &ub->
cdev_dev
);
in ublk_remove()
2126
put_device(&ub->
cdev_dev
);
in ublk_remove()
2188
get_device(&ub->
cdev_dev
);
in ublk_ctrl_start_dev()
2490
ub->params.devt.char_major = MAJOR(ub->
cdev_dev
in ublk_ctrl_fill_params_devt()
[all...]
Completed in 7 milliseconds