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:spi_padding_bytes
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/mfd/
H
A
D
ocelot-spi.c
93
val = ddata->
spi_padding_bytes
;
in ocelot_spi_initialize()
158
if (ddata->
spi_padding_bytes
) {
in ocelot_spi_regmap_bus_read()
159
xfers[index].len = ddata->
spi_padding_bytes
;
in ocelot_spi_regmap_bus_read()
215
ddata->
spi_padding_bytes
= 0;
in ocelot_spi_probe()
223
ddata->
spi_padding_bytes
= 1 + (spi->max_speed_hz / HZ_PER_MHZ + 2) / 8;
in ocelot_spi_probe()
225
ddata->dummy_buf = devm_kzalloc(dev, ddata->
spi_padding_bytes
, GFP_KERNEL);
in ocelot_spi_probe()
H
A
D
ocelot.h
19
* @
spi_padding_bytes
: Number of padding bytes that must be thrown out before
22
* @dummy_buf: Zero-filled buffer of
spi_padding_bytes
size. The dummy
29
int
spi_padding_bytes
;
member
Completed in 2 milliseconds