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:TRANSFER_WRITE
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/cpia2/
H
A
D
cpia2_core.c
522
#define DIR(cmd) ((cmd->direction ==
TRANSFER_WRITE
) ? "Write" : "Read")
636
cmd.direction =
TRANSFER_WRITE
;
in cpia2_reset_camera()
704
cmd.direction =
TRANSFER_WRITE
;
in cpia2_reset_camera()
741
cmd.direction =
TRANSFER_WRITE
;
in cpia2_reset_camera()
748
TRANSFER_WRITE
,
in cpia2_reset_camera()
754
TRANSFER_WRITE
, CPIA2_SENSOR_CR1_DOWN_AUDIO_REGULATOR);
in cpia2_reset_camera()
760
TRANSFER_WRITE
,
in cpia2_reset_camera()
765
TRANSFER_WRITE
,
in cpia2_reset_camera()
772
TRANSFER_WRITE
,
in cpia2_reset_camera()
788
cmd.direction =
TRANSFER_WRITE
;
in cpia2_reset_camera()
[all...]
H
A
D
cpia2_usb.c
392
cmd.direction =
TRANSFER_WRITE
;
in configure_transfer_mode()
429
cmd.direction =
TRANSFER_WRITE
;
in configure_transfer_mode()
621
} else if (direction ==
TRANSFER_WRITE
) {
in cpia2_usb_transfer_cmd()
792
cpia2_do_command(cam, CPIA2_CMD_SET_USER_EFFECTS,
TRANSFER_WRITE
,
in cpia2_usb_stream_resume()
H
A
D
cpia2.h
132
#define
TRANSFER_WRITE
1
macro
Completed in 5 milliseconds