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:cur_chip
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-pl022.c
345
* @
cur_chip
: pointer to current clients chip(assigned from controller_state)
380
struct chip_data *
cur_chip
;
member
474
pl022->
cur_chip
->cs_control(command);
in pl022_cs_control()
529
pl022->
cur_chip
= NULL;
in giveback()
563
struct chip_data *chip = pl022->
cur_chip
;
in restore_state()
710
pl022->rx += (pl022->
cur_chip
->n_bytes);
in readwriter()
732
pl022->tx += (pl022->
cur_chip
->n_bytes);
in readwriter()
759
pl022->rx += (pl022->
cur_chip
->n_bytes);
in readwriter()
1353
residue = pl022->cur_transfer->len % pl022->
cur_chip
->n_bytes;
in set_up_next_transfer()
1359
pl022->
cur_chip
in set_up_next_transfer()
[all...]
H
A
D
spi-fsl-dspi.c
220
struct chip_data *
cur_chip
;
member
804
dspi->
cur_chip
->ctar_val |
in dspi_setup_accel()
916
dspi->
cur_chip
= spi_get_ctldata(spi);
in dspi_transfer_one_message()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-pl022.c
344
* @
cur_chip
: pointer to current clients chip(assigned from controller_state)
379
struct chip_data *
cur_chip
;
member
520
pl022->
cur_chip
= NULL;
in giveback()
554
struct chip_data *chip = pl022->
cur_chip
;
in restore_state()
701
pl022->rx += (pl022->
cur_chip
->n_bytes);
in readwriter()
723
pl022->tx += (pl022->
cur_chip
->n_bytes);
in readwriter()
750
pl022->rx += (pl022->
cur_chip
->n_bytes);
in readwriter()
1344
residue = pl022->cur_transfer->len % pl022->
cur_chip
->n_bytes;
in set_up_next_transfer()
1350
pl022->
cur_chip
->n_bytes);
in set_up_next_transfer()
1359
pl022->tx ? pl022->
cur_chip
in set_up_next_transfer()
[all...]
H
A
D
spi-fsl-dspi.c
221
struct chip_data *
cur_chip
;
member
804
dspi->
cur_chip
->ctar_val |
in dspi_setup_accel()
935
dspi->
cur_chip
= spi_get_ctldata(spi);
in dspi_transfer_one_message()
Completed in 9 milliseconds