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:mei_data2slots
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/mei/
H
A
D
dma-ring.c
183
slots =
mei_data2slots
(len);
in mei_dma_ring_read()
256
slots =
mei_data2slots
(len);
in mei_dma_ring_write()
H
A
D
mei_dev.h
576
*
mei_data2slots
- get slots number from a message length
582
static inline u32
mei_data2slots
(size_t length)
in mei_data2slots()
function
H
A
D
interrupt.c
167
length = mei_hdr->extension[
mei_data2slots
(ext_len)];
in mei_cl_irq_read_msg()
H
A
D
hw-txe.c
713
dw_cnt =
mei_data2slots
(hdr_len + data_len);
in mei_txe_write()
H
A
D
hw-me.c
569
dw_cnt =
mei_data2slots
(hdr_len + data_len);
in mei_me_hbuf_write()
H
A
D
client.c
1729
ext->length =
mei_data2slots
(sizeof(*ext));
in mei_ext_hdr_set_vtag()
/kernel/linux/linux-6.6/drivers/misc/mei/
H
A
D
dma-ring.c
183
slots =
mei_data2slots
(len);
in mei_dma_ring_read()
256
slots =
mei_data2slots
(len);
in mei_dma_ring_write()
H
A
D
mei_dev.h
643
*
mei_data2slots
- get slots number from a message length
649
static inline u32
mei_data2slots
(size_t length)
in mei_data2slots()
function
H
A
D
interrupt.c
200
length = mei_hdr->extension[
mei_data2slots
(ext_len)];
in mei_cl_irq_read_msg()
H
A
D
hw-txe.c
713
dw_cnt =
mei_data2slots
(hdr_len + data_len);
in mei_txe_write()
H
A
D
hw-me.c
609
dw_cnt =
mei_data2slots
(hdr_len + data_len);
in mei_me_hbuf_write()
H
A
D
client.c
1741
vtag_hdr->hdr.length =
mei_data2slots
(sizeof(*vtag_hdr));
in mei_ext_hdr_set_vtag()
Completed in 21 milliseconds