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:was_streaming
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/au0828/
H
A
D
au0828-dvb.c
363
int ret,
was_streaming
;
in au0828_set_frontend()
local
366
was_streaming
= dev->urb_streaming;
in au0828_set_frontend()
367
if (
was_streaming
) {
in au0828_set_frontend()
384
if (
was_streaming
) {
in au0828_set_frontend()
/kernel/linux/linux-6.6/drivers/media/usb/au0828/
H
A
D
au0828-dvb.c
363
int ret,
was_streaming
;
in au0828_set_frontend()
local
366
was_streaming
= dev->urb_streaming;
in au0828_set_frontend()
367
if (
was_streaming
) {
in au0828_set_frontend()
384
if (
was_streaming
) {
in au0828_set_frontend()
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/
H
A
D
camss-vfe.h
149
u8
was_streaming
;
member
H
A
D
camss-vfe.c
649
if (vfe->
was_streaming
) {
in vfe_put()
650
vfe->
was_streaming
= 0;
in vfe_put()
H
A
D
camss-vfe-480.c
376
vfe->
was_streaming
= 1;
in vfe_enable()
H
A
D
camss-vfe-170.c
540
vfe->
was_streaming
= 1;
in vfe_enable()
H
A
D
camss-vfe-gen1.c
363
vfe->
was_streaming
= 1;
in vfe_gen1_enable()
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/
H
A
D
camss-vfe.h
163
u8
was_streaming
;
member
H
A
D
camss-vfe.c
869
vfe->
was_streaming
= 1;
in vfe_enable()
1318
if (vfe->
was_streaming
) {
in vfe_put()
1319
vfe->
was_streaming
= 0;
in vfe_put()
/kernel/linux/linux-5.10/drivers/media/usb/zr364xx/
H
A
D
zr364xx.c
183
bool
was_streaming
;
member
1583
cam->
was_streaming
= cam->b_acquire;
in zr364xx_suspend()
1584
if (!cam->
was_streaming
)
in zr364xx_suspend()
1596
if (!cam->
was_streaming
)
in zr364xx_resume()
Completed in 17 milliseconds