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:dw_i3c_xfer
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/i3c/master/
H
A
D
dw-i3c-master.c
219
struct
dw_i3c_xfer
{
struct
234
struct
dw_i3c_xfer
*cur;
357
static struct
dw_i3c_xfer
*
360
struct
dw_i3c_xfer
*xfer;
in dw_i3c_master_alloc_xfer()
373
static void dw_i3c_master_free_xfer(struct
dw_i3c_xfer
*xfer)
in dw_i3c_master_free_xfer()
380
struct
dw_i3c_xfer
*xfer = master->xferqueue.cur;
in dw_i3c_master_start_xfer_locked()
407
struct
dw_i3c_xfer
*xfer)
in dw_i3c_master_enqueue_xfer()
423
struct
dw_i3c_xfer
*xfer)
in dw_i3c_master_dequeue_xfer_locked()
442
struct
dw_i3c_xfer
*xfer)
in dw_i3c_master_dequeue_xfer()
453
struct
dw_i3c_xfer
*xfe
in dw_i3c_master_end_xfer_locked()
[all...]
/kernel/linux/linux-6.6/drivers/i3c/master/
H
A
D
dw-i3c-master.c
231
struct
dw_i3c_xfer
{
struct
363
static struct
dw_i3c_xfer
*
366
struct
dw_i3c_xfer
*xfer;
in dw_i3c_master_alloc_xfer()
379
static void dw_i3c_master_free_xfer(struct
dw_i3c_xfer
*xfer)
in dw_i3c_master_free_xfer()
386
struct
dw_i3c_xfer
*xfer = master->xferqueue.cur;
in dw_i3c_master_start_xfer_locked()
413
struct
dw_i3c_xfer
*xfer)
in dw_i3c_master_enqueue_xfer()
429
struct
dw_i3c_xfer
*xfer)
in dw_i3c_master_dequeue_xfer_locked()
448
struct
dw_i3c_xfer
*xfer)
in dw_i3c_master_dequeue_xfer()
459
struct
dw_i3c_xfer
*xfer = master->xferqueue.cur;
in dw_i3c_master_end_xfer_locked()
515
struct
dw_i3c_xfer
,
in dw_i3c_master_end_xfer_locked()
[all...]
H
A
D
dw-i3c-master.h
32
struct
dw_i3c_xfer
*cur;
Completed in 5 milliseconds