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:word_buf
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-qcom-qspi.c
338
u32 *
word_buf
;
in pio_read()
local
356
word_buf
= ctrl->xfer.rx_buf;
in pio_read()
358
ioread32_rep(ctrl->base + RD_FIFO,
word_buf
, words_to_read);
in pio_read()
359
ctrl->xfer.rx_buf =
word_buf
+ words_to_read;
in pio_read()
377
const int *
word_buf
;
in pio_write()
local
409
word_buf
= xfer_buf;
in pio_write()
410
iowrite32_rep(ctrl->base + PIO_DATAOUT_4B,
word_buf
, wr_size);
in pio_write()
411
ctrl->xfer.tx_buf =
word_buf
+ wr_size;
in pio_write()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-qcom-qspi.c
531
u32 *
word_buf
;
in pio_read()
local
549
word_buf
= ctrl->xfer.rx_buf;
in pio_read()
551
ioread32_rep(ctrl->base + RD_FIFO,
word_buf
, words_to_read);
in pio_read()
552
ctrl->xfer.rx_buf =
word_buf
+ words_to_read;
in pio_read()
570
const int *
word_buf
;
in pio_write()
local
602
word_buf
= xfer_buf;
in pio_write()
603
iowrite32_rep(ctrl->base + PIO_DATAOUT_4B,
word_buf
, wr_size);
in pio_write()
604
ctrl->xfer.tx_buf =
word_buf
+ wr_size;
in pio_write()
/kernel/linux/linux-6.6/drivers/mailbox/
H
A
D
mailbox-mpfs.c
121
u32 *
word_buf
= (u32 *)msg->cmd_data;
in mpfs_mbox_send_data()
local
124
writel_relaxed(
word_buf
[index],
in mpfs_mbox_send_data()
Completed in 3 milliseconds