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_ops
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/nfcmrvl/
H
A
D
spi.c
113
static struct nfcmrvl_if_ops
spi_ops
= {
variable
175
drv_data, &
spi_ops
,
in nfcmrvl_spi_probe()
/kernel/linux/linux-6.6/drivers/nfc/nfcmrvl/
H
A
D
spi.c
99
static const struct nfcmrvl_if_ops
spi_ops
= {
variable
161
drv_data, &
spi_ops
,
in nfcmrvl_spi_probe()
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-rspi.c
193
const struct
spi_ops
*ops;
241
struct
spi_ops
{
struct
1184
static const struct
spi_ops
rspi_ops = {
1194
static const struct
spi_ops
rspi_rz_ops = {
1204
static const struct
spi_ops
qspi_ops = {
1271
const struct
spi_ops
*ops;
in rspi_probe()
1284
ops = (struct
spi_ops
*)pdev->id_entry->driver_data;
in rspi_probe()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-rspi.c
194
const struct
spi_ops
*ops;
242
struct
spi_ops
{
struct
1183
static const struct
spi_ops
rspi_ops = {
1193
static const struct
spi_ops
rspi_rz_ops __maybe_unused = {
1203
static const struct
spi_ops
qspi_ops __maybe_unused = {
1294
const struct
spi_ops
*ops;
in rspi_probe()
1307
ops = (struct
spi_ops
*)pdev->id_entry->driver_data;
in rspi_probe()
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H
A
D
spi.c
406
static struct wl1271_if_operations
spi_ops
= {
variable
475
pdev_data->if_ops = &
spi_ops
;
in wl1271_probe()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H
A
D
spi.c
405
static struct wl1271_if_operations
spi_ops
= {
variable
472
pdev_data->if_ops = &
spi_ops
;
in wl1271_probe()
Completed in 10 milliseconds