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:dvb_ep_isoc
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/
H
A
D
em28xx.h
736
u8
dvb_ep_isoc
; // address of isoc endpoint for DVB
member
H
A
D
em28xx-core.c
902
(!xfer_bulk && !dev->
dvb_ep_isoc
)) {
in em28xx_alloc_urbs()
979
dev->
dvb_ep_isoc
);
in em28xx_alloc_urbs()
H
A
D
em28xx-cards.c
3743
dev->
dvb_ep_isoc
= e->bEndpointAddress;
in em28xx_check_usb_descriptor()
3925
dev->
dvb_ep_isoc
? " isoc" : "");
in em28xx_usb_probe()
3979
if (!dev->
dvb_ep_isoc
|| (try_bulk && dev->dvb_ep_bulk))
in em28xx_usb_probe()
4023
dev->dev_next->
dvb_ep_isoc
= dev->dvb_ep_isoc_ts2;
in em28xx_usb_probe()
H
A
D
em28xx-dvb.c
212
if (!dev->
dvb_ep_isoc
)
in em28xx_start_streaming()
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/
H
A
D
em28xx.h
725
u8
dvb_ep_isoc
; // address of isoc endpoint for DVB
member
H
A
D
em28xx-core.c
894
(!xfer_bulk && !dev->
dvb_ep_isoc
)) {
in em28xx_alloc_urbs()
971
dev->
dvb_ep_isoc
);
in em28xx_alloc_urbs()
H
A
D
em28xx-cards.c
3788
dev->
dvb_ep_isoc
= e->bEndpointAddress;
in em28xx_check_usb_descriptor()
3970
dev->
dvb_ep_isoc
? " isoc" : "");
in em28xx_usb_probe()
4024
if (!dev->
dvb_ep_isoc
|| (try_bulk && dev->dvb_ep_bulk))
in em28xx_usb_probe()
4068
dev->dev_next->
dvb_ep_isoc
= dev->dvb_ep_isoc_ts2;
in em28xx_usb_probe()
H
A
D
em28xx-dvb.c
209
if (!dev->
dvb_ep_isoc
)
in em28xx_start_streaming()
Completed in 22 milliseconds