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:USB_PID_SETUP
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
sl811-hcd.c
386
case
USB_PID_SETUP
:
in start()
430
ep->nextpid =
USB_PID_SETUP
;
547
case
USB_PID_SETUP
:
in done()
850
ep->nextpid =
USB_PID_SETUP
;
in sl811h_urb_enqueue()
1445
case
USB_PID_SETUP
: s = "setup"; break;
in sl811h_debug_show()
H
A
D
isp116x-hcd.c
258
case
USB_PID_SETUP
:
in preproc_atl_queue()
303
ep->nextpid =
USB_PID_SETUP
;
445
case
USB_PID_SETUP
:
in postproc_atl_queue()
524
if (ep->nextpid ==
USB_PID_SETUP
) {
in start_atl_transfers()
733
ep->nextpid =
USB_PID_SETUP
;
in isp116x_urb_enqueue()
H
A
D
isp1362-hcd.c
305
case
USB_PID_SETUP
:
in prepare_ptd()
454
ep->nextpid =
USB_PID_SETUP
;
623
case
USB_PID_SETUP
:
in postproc_ep()
775
defer = ep->nextpid ==
USB_PID_SETUP
;
in start_atl_transfers()
1288
ep->nextpid =
USB_PID_SETUP
;
in isp1362_urb_enqueue()
2108
case
USB_PID_SETUP
:
in isp1362_show()
H
A
D
uhci-q.c
802
destination = (urb->pipe & PIPE_DEVEP_MASK) |
USB_PID_SETUP
;
in uhci_submit_control()
827
destination ^= (
USB_PID_SETUP
^ USB_PID_OUT);
in uhci_submit_control()
829
destination ^= (
USB_PID_SETUP
^ USB_PID_IN);
in uhci_submit_control()
H
A
D
uhci-debug.c
71
case
USB_PID_SETUP
:
in uhci_show_td()
H
A
D
r8a66597-hcd.c
1199
case
USB_PID_SETUP
:
in start_transfer()
1461
case
USB_PID_SETUP
:
in check_next_phase()
1873
td->type =
USB_PID_SETUP
;
in r8a66597_make_td()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
isp116x-hcd.c
258
case
USB_PID_SETUP
:
in preproc_atl_queue()
303
ep->nextpid =
USB_PID_SETUP
;
445
case
USB_PID_SETUP
:
in postproc_atl_queue()
524
if (ep->nextpid ==
USB_PID_SETUP
) {
in start_atl_transfers()
733
ep->nextpid =
USB_PID_SETUP
;
in isp116x_urb_enqueue()
H
A
D
sl811-hcd.c
386
case
USB_PID_SETUP
:
in start()
430
ep->nextpid =
USB_PID_SETUP
;
547
case
USB_PID_SETUP
:
in done()
850
ep->nextpid =
USB_PID_SETUP
;
in sl811h_urb_enqueue()
1445
case
USB_PID_SETUP
: s = "setup"; break;
in sl811h_debug_show()
H
A
D
isp1362-hcd.c
305
case
USB_PID_SETUP
:
in prepare_ptd()
454
ep->nextpid =
USB_PID_SETUP
;
623
case
USB_PID_SETUP
:
in postproc_ep()
775
defer = ep->nextpid ==
USB_PID_SETUP
;
in start_atl_transfers()
1288
ep->nextpid =
USB_PID_SETUP
;
in isp1362_urb_enqueue()
2108
case
USB_PID_SETUP
:
in isp1362_show()
H
A
D
uhci-q.c
802
destination = (urb->pipe & PIPE_DEVEP_MASK) |
USB_PID_SETUP
;
in uhci_submit_control()
827
destination ^= (
USB_PID_SETUP
^ USB_PID_OUT);
in uhci_submit_control()
829
destination ^= (
USB_PID_SETUP
^ USB_PID_IN);
in uhci_submit_control()
H
A
D
uhci-debug.c
71
case
USB_PID_SETUP
:
in uhci_show_td()
H
A
D
r8a66597-hcd.c
1199
case
USB_PID_SETUP
:
in start_transfer()
1461
case
USB_PID_SETUP
:
in check_next_phase()
1872
td->type =
USB_PID_SETUP
;
in r8a66597_make_td()
/kernel/linux/linux-5.10/drivers/usb/early/
H
A
D
ehci-dbgp.c
118
#define
USB_PID_SETUP
0x2d
macro
343
pids = DBGP_PID_SET(USB_PID_DATA0,
USB_PID_SETUP
);
in dbgp_control_msg()
/kernel/linux/linux-6.6/drivers/usb/early/
H
A
D
ehci-dbgp.c
118
#define
USB_PID_SETUP
0x2d
macro
343
pids = DBGP_PID_SET(USB_PID_DATA0,
USB_PID_SETUP
);
in dbgp_control_msg()
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
hcd.h
52
#define
USB_PID_SETUP
0x2d
macro
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
hcd.h
38
#define
USB_PID_SETUP
0x2d
macro
/kernel/linux/linux-5.10/drivers/usb/c67x00/
H
A
D
c67x00-sched.c
700
8,
USB_PID_SETUP
, 0, SETUP_STAGE);
in c67x00_add_ctrl_urb()
/kernel/linux/linux-6.6/drivers/usb/c67x00/
H
A
D
c67x00-sched.c
700
8,
USB_PID_SETUP
, 0, SETUP_STAGE);
in c67x00_add_ctrl_urb()
Completed in 33 milliseconds