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:is_tx_blk_mode
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-qup.c
182
*
is_tx_blk_mode
: whether tx uses block or FIFO mode in case of non BAM xfer.
207
bool
is_tx_blk_mode
;
member
365
if (blk->
is_tx_blk_mode
&& !(opflags & QUP_MX_OUTPUT_DONE))
in qup_i2c_interrupt()
960
blk->
is_tx_blk_mode
= blk->total_tx_len > qup->out_fifo_sz;
in qup_i2c_conf_v1()
963
if (blk->
is_tx_blk_mode
) {
in qup_i2c_conf_v1()
1015
if (!blk->
is_tx_blk_mode
) {
in qup_i2c_conf_xfer_v1()
1128
if (blk->
is_tx_blk_mode
)
in qup_i2c_conf_count_v2()
1159
if (blk->
is_tx_blk_mode
) {
in qup_i2c_conf_mode_v2()
1394
if (!blk->
is_tx_blk_mode
) {
in qup_i2c_conf_xfer_v2()
1529
qup->blk.
is_tx_blk_mode
in qup_i2c_determine_mode_v2()
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-qup.c
182
*
is_tx_blk_mode
: whether tx uses block or FIFO mode in case of non BAM xfer.
207
bool
is_tx_blk_mode
;
member
365
if (blk->
is_tx_blk_mode
&& !(opflags & QUP_MX_OUTPUT_DONE))
in qup_i2c_interrupt()
960
blk->
is_tx_blk_mode
= blk->total_tx_len > qup->out_fifo_sz;
in qup_i2c_conf_v1()
963
if (blk->
is_tx_blk_mode
) {
in qup_i2c_conf_v1()
1015
if (!blk->
is_tx_blk_mode
) {
in qup_i2c_conf_xfer_v1()
1128
if (blk->
is_tx_blk_mode
)
in qup_i2c_conf_count_v2()
1159
if (blk->
is_tx_blk_mode
) {
in qup_i2c_conf_mode_v2()
1394
if (!blk->
is_tx_blk_mode
) {
in qup_i2c_conf_xfer_v2()
1529
qup->blk.
is_tx_blk_mode
in qup_i2c_determine_mode_v2()
[all...]
Completed in 6 milliseconds