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:use_alt_cmd
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-at91-master.c
166
if (!dev->
use_alt_cmd
)
in at91_twi_write_next_byte()
191
if (!dev->
use_alt_cmd
)
in at91_twi_write_data_dma_callback()
309
if (!dev->
use_alt_cmd
&& dev->buf_len == 1)
in at91_twi_read_next_byte()
325
if (!dev->
use_alt_cmd
) {
in at91_twi_read_data_dma_callback()
342
buf_len = (dev->
use_alt_cmd
) ? dev->buf_len : dev->buf_len - 2;
in at91_twi_read_data_dma()
558
if (!dev->
use_alt_cmd
&& dev->buf_len <= 1 &&
in at91_do_twi_transfer()
683
dev->
use_alt_cmd
= false;
in at91_twi_xfer()
692
dev->
use_alt_cmd
= true;
in at91_twi_xfer()
701
((!dev->
use_alt_cmd
&& is_read) ? AT91_TWI_MREAD : 0));
in at91_twi_xfer()
852
if (dev->
use_alt_cmd
) {
in at91_twi_recover_bus_cmd()
[all...]
H
A
D
i2c-at91.h
154
bool
use_alt_cmd
;
member
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-at91-master.c
164
if (!dev->
use_alt_cmd
)
in at91_twi_write_next_byte()
189
if (!dev->
use_alt_cmd
)
in at91_twi_write_data_dma_callback()
307
if (!dev->
use_alt_cmd
&& dev->buf_len == 1)
in at91_twi_read_next_byte()
323
if (!dev->
use_alt_cmd
) {
in at91_twi_read_data_dma_callback()
340
buf_len = (dev->
use_alt_cmd
) ? dev->buf_len : dev->buf_len - 2;
in at91_twi_read_data_dma()
556
if (!dev->
use_alt_cmd
&& dev->buf_len <= 1 &&
in at91_do_twi_transfer()
681
dev->
use_alt_cmd
= false;
in at91_twi_xfer()
690
dev->
use_alt_cmd
= true;
in at91_twi_xfer()
699
((!dev->
use_alt_cmd
&& is_read) ? AT91_TWI_MREAD : 0));
in at91_twi_xfer()
854
if (dev->
use_alt_cmd
) {
in at91_twi_recover_bus_cmd()
[all...]
H
A
D
i2c-at91.h
152
bool
use_alt_cmd
;
member
Completed in 4 milliseconds