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_rem_bytes
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-geni-qcom.c
76
unsigned int
tx_rem_bytes
;
member
416
if (mas->
tx_rem_bytes
< max_bytes)
in geni_spi_handle_tx()
417
max_bytes = mas->
tx_rem_bytes
;
in geni_spi_handle_tx()
419
tx_buf = mas->cur_xfer->tx_buf + mas->cur_xfer->len - mas->
tx_rem_bytes
;
in geni_spi_handle_tx()
431
mas->
tx_rem_bytes
-= max_bytes;
in geni_spi_handle_tx()
432
if (!mas->
tx_rem_bytes
) {
in geni_spi_handle_tx()
517
mas->
tx_rem_bytes
= 0;
in setup_fifo_xfer()
529
mas->
tx_rem_bytes
= xfer->len;
in setup_fifo_xfer()
616
if (mas->
tx_rem_bytes
) {
in geni_spi_isr()
619
mas->
tx_rem_bytes
, ma
in geni_spi_isr()
[all...]
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-geni-qcom.c
88
unsigned int
tx_rem_bytes
;
member
758
if (mas->
tx_rem_bytes
< max_bytes)
in geni_spi_handle_tx()
759
max_bytes = mas->
tx_rem_bytes
;
in geni_spi_handle_tx()
761
tx_buf = mas->cur_xfer->tx_buf + mas->cur_xfer->len - mas->
tx_rem_bytes
;
in geni_spi_handle_tx()
773
mas->
tx_rem_bytes
-= max_bytes;
in geni_spi_handle_tx()
774
if (!mas->
tx_rem_bytes
) {
in geni_spi_handle_tx()
859
mas->
tx_rem_bytes
= 0;
in setup_se_xfer()
867
mas->
tx_rem_bytes
= xfer->len;
in setup_se_xfer()
982
if (mas->
tx_rem_bytes
) {
in geni_spi_isr()
985
mas->
tx_rem_bytes
, ma
in geni_spi_isr()
[all...]
Completed in 3 milliseconds