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:dev_read
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/
H
A
D
plock.c
393
static ssize_t
dev_read
(struct file *file, char __user *u, size_t count,
in dev_read()
function
521
.read =
dev_read
,
/kernel/linux/linux-6.6/fs/dlm/
H
A
D
plock.c
491
static ssize_t
dev_read
(struct file *file, char __user *u, size_t count,
in dev_read()
function
611
.read =
dev_read
,
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/
H
A
D
dwc-xlgmac.h
411
int (*
dev_read
)(struct xlgmac_channel *channel);
member
H
A
D
dwc-xlgmac-net.c
1155
if (hw_ops->
dev_read
(channel))
in xlgmac_rx_poll()
H
A
D
dwc-xlgmac-hw.c
3078
hw_ops->
dev_read
= xlgmac_dev_read;
in xlgmac_init_hw_ops()
/kernel/linux/linux-6.6/drivers/net/ethernet/synopsys/
H
A
D
dwc-xlgmac.h
412
int (*
dev_read
)(struct xlgmac_channel *channel);
member
H
A
D
dwc-xlgmac-net.c
1154
if (hw_ops->
dev_read
(channel))
in xlgmac_rx_poll()
H
A
D
dwc-xlgmac-hw.c
3078
hw_ops->
dev_read
= xlgmac_dev_read;
in xlgmac_init_hw_ops()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H
A
D
xgbe.h
773
int (*
dev_read
)(struct xgbe_channel *);
member
H
A
D
xgbe-drv.c
2545
if (hw_if->
dev_read
(channel))
in xgbe_rx_poll()
H
A
D
xgbe-dev.c
3585
hw_if->
dev_read
= xgbe_dev_read;
in xgbe_init_function_ptrs_dev()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/
H
A
D
xgbe.h
805
int (*
dev_read
)(struct xgbe_channel *);
member
H
A
D
xgbe-drv.c
2536
if (hw_if->
dev_read
(channel))
in xgbe_rx_poll()
H
A
D
xgbe-dev.c
3637
hw_if->
dev_read
= xgbe_dev_read;
in xgbe_init_function_ptrs_dev()
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_nl.c
3383
s->
dev_read
= device->read_cnt;
in device_to_statistics()
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_nl.c
3327
s->
dev_read
= device->read_cnt;
in device_to_statistics()
Completed in 60 milliseconds