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_IN
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
uhci-hcd.h
9
#define usb_packetid(pipe) (usb_pipein(pipe) ?
USB_PID_IN
: USB_PID_OUT)
245
#define uhci_packetout(token) (uhci_packetid(token) !=
USB_PID_IN
)
246
#define uhci_packetin(token) (uhci_packetid(token) ==
USB_PID_IN
)
H
A
D
sl811-hcd.c
380
case
USB_PID_IN
:
in start()
523
case
USB_PID_IN
:
in done()
556
ep->nextpid =
USB_PID_IN
;
in done()
854
ep->nextpid =
USB_PID_IN
;
in sl811h_urb_enqueue()
1443
case
USB_PID_IN
: s = "in"; break;
in sl811h_debug_show()
1480
: ((ep->nextpid ==
USB_PID_IN
)
in sl811h_debug_show()
H
A
D
isp116x-hcd.c
250
case
USB_PID_IN
:
in preproc_atl_queue()
417
else if (ep->nextpid ==
USB_PID_IN
)
in postproc_atl_queue()
422
case
USB_PID_IN
:
in postproc_atl_queue()
456
ep->nextpid =
USB_PID_IN
;
in postproc_atl_queue()
737
ep->nextpid =
USB_PID_IN
;
in isp116x_urb_enqueue()
H
A
D
r8a66597-hcd.c
1209
case
USB_PID_IN
:
in start_transfer()
1456
case
USB_PID_IN
:
in check_next_phase()
1467
td->type =
USB_PID_IN
;
in check_next_phase()
1507
if (td && td->type ==
USB_PID_IN
)
in irq_pipe_ready()
1521
if (td->type ==
USB_PID_IN
)
in irq_pipe_ready()
1875
td->type =
USB_PID_IN
;
in r8a66597_make_td()
H
A
D
isp1362-hcd.c
277
case
USB_PID_IN
:
in prepare_ptd()
599
case
USB_PID_IN
:
in postproc_ep()
631
ep->nextpid =
USB_PID_IN
;
in postproc_ep()
1292
ep->nextpid =
USB_PID_IN
;
in isp1362_urb_enqueue()
2102
case
USB_PID_IN
:
in isp1362_show()
2140
((ep->nextpid ==
USB_PID_IN
) ?
in isp1362_show()
2153
((ep->nextpid ==
USB_PID_IN
) ?
in isp1362_show()
H
A
D
uhci-debug.c
77
case
USB_PID_IN
:
in uhci_show_td()
H
A
D
uhci-hcd.c
651
(0x7f << TD_TOKEN_DEVADDR_SHIFT) |
USB_PID_IN
, 0);
in uhci_start()
H
A
D
uhci-q.c
829
destination ^= (USB_PID_SETUP ^
USB_PID_IN
);
in uhci_submit_control()
870
destination ^= (
USB_PID_IN
^ USB_PID_OUT);
in uhci_submit_control()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
uhci-hcd.h
9
#define usb_packetid(pipe) (usb_pipein(pipe) ?
USB_PID_IN
: USB_PID_OUT)
245
#define uhci_packetout(token) (uhci_packetid(token) !=
USB_PID_IN
)
246
#define uhci_packetin(token) (uhci_packetid(token) ==
USB_PID_IN
)
H
A
D
sl811-hcd.c
380
case
USB_PID_IN
:
in start()
523
case
USB_PID_IN
:
in done()
556
ep->nextpid =
USB_PID_IN
;
in done()
854
ep->nextpid =
USB_PID_IN
;
in sl811h_urb_enqueue()
1443
case
USB_PID_IN
: s = "in"; break;
in sl811h_debug_show()
1480
: ((ep->nextpid ==
USB_PID_IN
)
in sl811h_debug_show()
H
A
D
isp116x-hcd.c
250
case
USB_PID_IN
:
in preproc_atl_queue()
417
else if (ep->nextpid ==
USB_PID_IN
)
in postproc_atl_queue()
422
case
USB_PID_IN
:
in postproc_atl_queue()
456
ep->nextpid =
USB_PID_IN
;
in postproc_atl_queue()
737
ep->nextpid =
USB_PID_IN
;
in isp116x_urb_enqueue()
H
A
D
r8a66597-hcd.c
1209
case
USB_PID_IN
:
in start_transfer()
1456
case
USB_PID_IN
:
in check_next_phase()
1467
td->type =
USB_PID_IN
;
in check_next_phase()
1507
if (td && td->type ==
USB_PID_IN
)
in irq_pipe_ready()
1521
if (td->type ==
USB_PID_IN
)
in irq_pipe_ready()
1874
td->type =
USB_PID_IN
;
in r8a66597_make_td()
H
A
D
isp1362-hcd.c
277
case
USB_PID_IN
:
in prepare_ptd()
599
case
USB_PID_IN
:
in postproc_ep()
631
ep->nextpid =
USB_PID_IN
;
in postproc_ep()
1292
ep->nextpid =
USB_PID_IN
;
in isp1362_urb_enqueue()
2102
case
USB_PID_IN
:
in isp1362_show()
2140
((ep->nextpid ==
USB_PID_IN
) ?
in isp1362_show()
2153
((ep->nextpid ==
USB_PID_IN
) ?
in isp1362_show()
H
A
D
uhci-hcd.c
649
(0x7f << TD_TOKEN_DEVADDR_SHIFT) |
USB_PID_IN
, 0);
in uhci_start()
H
A
D
uhci-debug.c
77
case
USB_PID_IN
:
in uhci_show_td()
H
A
D
uhci-q.c
829
destination ^= (USB_PID_SETUP ^
USB_PID_IN
);
in uhci_submit_control()
870
destination ^= (
USB_PID_IN
^ USB_PID_OUT);
in uhci_submit_control()
/kernel/linux/linux-5.10/drivers/usb/c67x00/
H
A
D
c67x00-sched.c
671
pid = usb_pipeout(urb->pipe) ? USB_PID_OUT :
USB_PID_IN
;
in c67x00_add_data_urb()
716
pid = !usb_pipeout(urb->pipe) ? USB_PID_OUT :
USB_PID_IN
;
in c67x00_add_ctrl_urb()
755
pid = usb_pipeout(urb->pipe) ? USB_PID_OUT :
USB_PID_IN
;
in c67x00_add_iso_urb()
/kernel/linux/linux-6.6/drivers/usb/c67x00/
H
A
D
c67x00-sched.c
671
pid = usb_pipeout(urb->pipe) ? USB_PID_OUT :
USB_PID_IN
;
in c67x00_add_data_urb()
716
pid = !usb_pipeout(urb->pipe) ? USB_PID_OUT :
USB_PID_IN
;
in c67x00_add_ctrl_urb()
755
pid = usb_pipeout(urb->pipe) ? USB_PID_OUT :
USB_PID_IN
;
in c67x00_add_iso_urb()
/kernel/linux/linux-5.10/drivers/usb/early/
H
A
D
ehci-dbgp.c
116
#define
USB_PID_IN
0x69
macro
305
pids = dbgp_pid_read_update(pids,
USB_PID_IN
);
in dbgp_bulk_read()
/kernel/linux/linux-6.6/drivers/usb/early/
H
A
D
ehci-dbgp.c
116
#define
USB_PID_IN
0x69
macro
305
pids = dbgp_pid_read_update(pids,
USB_PID_IN
);
in dbgp_bulk_read()
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
hcd.h
47
#define
USB_PID_IN
0x69
macro
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
hcd.h
33
#define
USB_PID_IN
0x69
macro
Completed in 41 milliseconds