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_packet
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/keyboard/
H
A
D
applespi.c
30
* encapsulated in one or more packets (struct
spi_packet
). There are two types
313
* struct
spi_packet
- a complete spi packet; always 256 bytes. This carries
318
*
spi_packet
's are concatenated until @remaining is 0, and the result is an
337
struct
spi_packet
{
struct
752
struct
spi_packet
*packet = (struct
spi_packet
*)applespi->tx_buffer;
in applespi_send_cmd_msg()
1340
struct
spi_packet
*packet,
in applespi_handle_cmd_response()
1385
struct
spi_packet
*packet)
in applespi_debug_print_read_packet()
1406
struct
spi_packet
*packet;
in applespi_got_data()
1432
packet = (struct
spi_packet
*)applesp
in applespi_got_data()
[all...]
/kernel/linux/linux-6.6/drivers/input/keyboard/
H
A
D
applespi.c
30
* encapsulated in one or more packets (struct
spi_packet
). There are two types
322
* struct
spi_packet
- a complete spi packet; always 256 bytes. This carries
327
*
spi_packet
's are concatenated until @remaining is 0, and the result is an
346
struct
spi_packet
{
struct
767
struct
spi_packet
*packet = (struct
spi_packet
*)applespi->tx_buffer;
in applespi_send_cmd_msg()
1355
struct
spi_packet
*packet,
in applespi_handle_cmd_response()
1400
struct
spi_packet
*packet)
in applespi_debug_print_read_packet()
1421
struct
spi_packet
*packet;
in applespi_got_data()
1447
packet = (struct
spi_packet
*)applesp
in applespi_got_data()
[all...]
Completed in 5 milliseconds