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:DATA_IN
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
initio.h
282
#define
DATA_IN
1 /* 4 */
macro
H
A
D
initio.c
1489
case
DATA_IN
: /* Data in phase */
in initio_state_4()
1521
/* -----------------------
DATA_IN
----------------------------- */
in initio_state_5()
1625
case
DATA_IN
: /* Data in phase */
in initio_state_6()
1657
case
DATA_IN
: /* Data in phase */
in initio_state_7()
1745
if (host->phase !=
DATA_IN
) {
in initio_xpad_in()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
initio.h
282
#define
DATA_IN
1 /* 4 */
macro
H
A
D
initio.c
1487
case
DATA_IN
: /* Data in phase */
in initio_state_4()
1519
/* -----------------------
DATA_IN
----------------------------- */
in initio_state_5()
1623
case
DATA_IN
: /* Data in phase */
in initio_state_6()
1655
case
DATA_IN
: /* Data in phase */
in initio_state_7()
1743
if (host->phase !=
DATA_IN
) {
in initio_xpad_in()
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H
A
D
cpia1.c
32
#define
DATA_IN
0xc0
macro
130
#define INPUT (
DATA_IN
<< 8)
406
if (command[0] ==
DATA_IN
) {
in cpia_usb_transferCmd()
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H
A
D
cpia1.c
32
#define
DATA_IN
0xc0
macro
130
#define INPUT (
DATA_IN
<< 8)
407
if (command[0] ==
DATA_IN
) {
in cpia_usb_transferCmd()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
lpc32xx_udc.c
78
#define
DATA_IN
1 /* Expect dev->host transfer */
macro
1807
udc->ep0state =
DATA_IN
;
in lpc32xx_ep_queue()
2345
if (udc->ep0state ==
DATA_IN
)
in udc_handle_ep0_in()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
lpc32xx_udc.c
78
#define
DATA_IN
1 /* Expect dev->host transfer */
macro
1806
udc->ep0state =
DATA_IN
;
in lpc32xx_ep_queue()
2346
if (udc->ep0state ==
DATA_IN
)
in udc_handle_ep0_in()
Completed in 23 milliseconds