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:pktcdvd_device
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/block/
H
A
D
pktcdvd.c
81
static struct
pktcdvd_device
*pkt_devs[MAX_WRITERS];
98
static sector_t get_zone(sector_t sector, struct
pktcdvd_device
*pd)
in get_zone()
122
struct
pktcdvd_device
*pd = dev_get_drvdata(dev);
in packets_started_show()
131
struct
pktcdvd_device
*pd = dev_get_drvdata(dev);
in packets_finished_show()
140
struct
pktcdvd_device
*pd = dev_get_drvdata(dev);
in kb_written_show()
149
struct
pktcdvd_device
*pd = dev_get_drvdata(dev);
in kb_read_show()
158
struct
pktcdvd_device
*pd = dev_get_drvdata(dev);
in kb_read_gather_show()
167
struct
pktcdvd_device
*pd = dev_get_drvdata(dev);
in reset_store()
198
struct
pktcdvd_device
*pd = dev_get_drvdata(dev);
in size_show()
228
struct
pktcdvd_device
*p
in congestion_off_show()
[all...]
/kernel/linux/linux-5.10/drivers/block/
H
A
D
pktcdvd.c
94
static struct
pktcdvd_device
*pkt_devs[MAX_WRITERS];
111
static sector_t get_zone(sector_t sector, struct
pktcdvd_device
*pd)
in get_zone()
119
static struct pktcdvd_kobj* pkt_kobj_create(struct
pktcdvd_device
*pd,
in pkt_kobj_create()
210
struct
pktcdvd_device
*pd = to_pktcdvdkobj(kobj)->pd;
in kobj_pkt_show()
270
struct
pktcdvd_device
*pd = to_pktcdvdkobj(kobj)->pd;
in kobj_pkt_store()
314
static void pkt_sysfs_dev_new(struct
pktcdvd_device
*pd)
in pkt_sysfs_dev_new()
332
static void pkt_sysfs_dev_remove(struct
pktcdvd_device
*pd)
in pkt_sysfs_dev_remove()
360
struct
pktcdvd_device
*pd = pkt_devs[idx];
in device_map_show()
473
static void pkt_debugfs_dev_new(struct
pktcdvd_device
*pd)
in pkt_debugfs_dev_new()
485
static void pkt_debugfs_dev_remove(struct
pktcdvd_device
*p
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
pktcdvd.h
103
struct
pktcdvd_device
;
140
struct
pktcdvd_device
*pd;
151
struct
pktcdvd_device
*pd;
158
struct
pktcdvd_device
*pd;
163
struct
pktcdvd_device
struct
/kernel/linux/linux-6.6/include/linux/
H
A
D
pktcdvd.h
103
struct
pktcdvd_device
;
140
struct
pktcdvd_device
*pd;
151
struct
pktcdvd_device
*pd;
155
struct
pktcdvd_device
struct
Completed in 6 milliseconds