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:target_pipe
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/usbip/
H
A
D
stub_rx.c
70
int
target_pipe
;
in tweak_clear_halt_cmd()
local
86
target_pipe
= usb_rcvctrlpipe(urb->dev, target_endp);
in tweak_clear_halt_cmd()
88
target_pipe
= usb_sndctrlpipe(urb->dev, target_endp);
in tweak_clear_halt_cmd()
90
ret = usb_clear_halt(urb->dev,
target_pipe
);
in tweak_clear_halt_cmd()
/kernel/linux/linux-6.6/drivers/usb/usbip/
H
A
D
stub_rx.c
70
int
target_pipe
;
in tweak_clear_halt_cmd()
local
86
target_pipe
= usb_rcvctrlpipe(urb->dev, target_endp);
in tweak_clear_halt_cmd()
88
target_pipe
= usb_sndctrlpipe(urb->dev, target_endp);
in tweak_clear_halt_cmd()
90
ret = usb_clear_halt(urb->dev,
target_pipe
);
in tweak_clear_halt_cmd()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H
A
D
sh_css.c
1208
struct ia_css_pipe *
target_pipe
;
in stream_get_target_pipe()
local
1212
target_pipe
= stream_get_copy_pipe(stream);
in stream_get_target_pipe()
1214
target_pipe
= stream_get_last_pipe(stream);
in stream_get_target_pipe()
1217
return
target_pipe
;
in stream_get_target_pipe()
1227
struct ia_css_pipe *
target_pipe
= NULL;
in stream_csi_rx_helper()
local
1232
target_pipe
= stream_get_target_pipe(stream);
in stream_csi_rx_helper()
1234
if (!
target_pipe
)
in stream_csi_rx_helper()
1238
ia_css_pipe_get_pipe_num(
target_pipe
),
in stream_csi_rx_helper()
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H
A
D
sh_css.c
1122
struct ia_css_pipe *
target_pipe
;
in stream_get_target_pipe()
local
1126
target_pipe
= stream_get_copy_pipe(stream);
in stream_get_target_pipe()
1128
target_pipe
= stream_get_last_pipe(stream);
in stream_get_target_pipe()
1130
return
target_pipe
;
in stream_get_target_pipe()
1140
struct ia_css_pipe *
target_pipe
= NULL;
in stream_csi_rx_helper()
local
1145
target_pipe
= stream_get_target_pipe(stream);
in stream_csi_rx_helper()
1147
if (!
target_pipe
)
in stream_csi_rx_helper()
1151
ia_css_pipe_get_pipe_num(
target_pipe
),
in stream_csi_rx_helper()
Completed in 26 milliseconds