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:tx_fifo_free
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-qup.c
167
*
tx_fifo_free
: number of free bytes in current QUP block write.
196
int
tx_fifo_free
;
member
334
blk->
tx_fifo_free
+= qup->out_blk_sz;
in qup_i2c_interrupt()
468
blk->
tx_fifo_free
--;
in qup_i2c_write_tx_fifo_v1()
474
while (blk->
tx_fifo_free
&& qup->pos < msg->len) {
in qup_i2c_write_tx_fifo_v1()
491
blk->
tx_fifo_free
--;
in qup_i2c_write_tx_fifo_v1()
991
blk->
tx_fifo_free
= 0;
in qup_i2c_clear_blk_v1()
1016
blk->
tx_fifo_free
= qup->out_fifo_sz;
in qup_i2c_conf_xfer_v1()
1183
blk->
tx_fifo_free
= 0;
in qup_i2c_clear_blk_v2()
1260
for (j = blk->tx_fifo_data_pos; *len && blk->
tx_fifo_free
;
in qup_i2c_write_blk_data()
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-qup.c
167
*
tx_fifo_free
: number of free bytes in current QUP block write.
196
int
tx_fifo_free
;
member
334
blk->
tx_fifo_free
+= qup->out_blk_sz;
in qup_i2c_interrupt()
468
blk->
tx_fifo_free
--;
in qup_i2c_write_tx_fifo_v1()
474
while (blk->
tx_fifo_free
&& qup->pos < msg->len) {
in qup_i2c_write_tx_fifo_v1()
491
blk->
tx_fifo_free
--;
in qup_i2c_write_tx_fifo_v1()
991
blk->
tx_fifo_free
= 0;
in qup_i2c_clear_blk_v1()
1016
blk->
tx_fifo_free
= qup->out_fifo_sz;
in qup_i2c_conf_xfer_v1()
1183
blk->
tx_fifo_free
= 0;
in qup_i2c_clear_blk_v2()
1260
for (j = blk->tx_fifo_data_pos; *len && blk->
tx_fifo_free
;
in qup_i2c_write_blk_data()
[all...]
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-lantiq-ssc.c
225
static unsigned int
tx_fifo_free
(const struct lantiq_ssc_spi *spi)
in tx_fifo_free()
function
483
unsigned int tx_free =
tx_fifo_free
(spi);
in tx_fifo_write()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-lantiq-ssc.c
226
static unsigned int
tx_fifo_free
(const struct lantiq_ssc_spi *spi)
in tx_fifo_free()
function
484
unsigned int tx_free =
tx_fifo_free
(spi);
in tx_fifo_write()
Completed in 9 milliseconds