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:getmiso
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-bitbang-txrx.h
26
* int
getmiso
(struct spi_device *);
33
*
getmiso
() is required to return 0 or 1 only. Any other value is invalid
74
word |=
getmiso
(spi);
in bitbang_txrx_be_cpha0()
107
word |=
getmiso
(spi);
in bitbang_txrx_be_cpha1()
139
word |=
getmiso
(spi) << rxbit;
in bitbang_txrx_le_cpha0()
173
word |=
getmiso
(spi) << rxbit;
in bitbang_txrx_le_cpha1()
H
A
D
spi-lp8841-rtc.c
60
getmiso
(struct spi_lp8841_rtc *data)
in getmiso()
function
85
word |= (
getmiso
(data) << 31);
in bitbang_txrx_be_cpha0_lsb()
H
A
D
spi-sh-sci.c
67
static inline u32
getmiso
(struct spi_device *dev)
in getmiso()
function
H
A
D
spi-butterfly.c
98
static inline int
getmiso
(struct spi_device *spi)
in getmiso()
function
H
A
D
spi-lm70llp.c
152
*
getmiso
:
158
static inline int
getmiso
(struct spi_device *s)
in getmiso()
function
H
A
D
spi-gpio.c
100
static inline int
getmiso
(const struct spi_device *spi)
in getmiso()
function
171
* These functions do not call setmosi or
getmiso
if respective flag
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-bitbang-txrx.h
26
* int
getmiso
(struct spi_device *);
33
*
getmiso
() is required to return 0 or 1 only. Any other value is invalid
72
word |=
getmiso
(spi);
in bitbang_txrx_be_cpha0()
105
word |=
getmiso
(spi);
in bitbang_txrx_be_cpha1()
H
A
D
spi-lp8841-rtc.c
61
getmiso
(struct spi_lp8841_rtc *data)
in getmiso()
function
86
word |= (
getmiso
(data) << 31);
in bitbang_txrx_be_cpha0_lsb()
H
A
D
spi-butterfly.c
98
static inline int
getmiso
(struct spi_device *spi)
in getmiso()
function
H
A
D
spi-lm70llp.c
152
*
getmiso
:
158
static inline int
getmiso
(struct spi_device *s)
in getmiso()
function
H
A
D
spi-sh-sci.c
67
static inline u32
getmiso
(struct spi_device *dev)
in getmiso()
function
H
A
D
spi-gpio.c
101
static inline int
getmiso
(const struct spi_device *spi)
in getmiso()
function
160
* These functions do not call setmosi or
getmiso
if respective flag
Completed in 6 milliseconds