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:streaming_users
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/au0828/
H
A
D
au0828-video.c
818
dev->
streaming_users
);
in au0828_start_analog_streaming()
825
if (dev->
streaming_users
== 0) {
in au0828_start_analog_streaming()
846
dev->
streaming_users
++;
in au0828_start_analog_streaming()
856
dprintk(1, "au0828_stop_streaming called %d\n", dev->
streaming_users
);
in au0828_stop_streaming()
858
if (dev->
streaming_users
-- == 1) {
in au0828_stop_streaming()
889
dev->
streaming_users
);
in au0828_stop_vbi_streaming()
891
if (dev->
streaming_users
-- == 1) {
in au0828_stop_vbi_streaming()
1009
dev->
streaming_users
, dev->users);
in au0828_v4l2_open()
1042
dev->
streaming_users
, dev->users);
in au0828_v4l2_close()
1277
if (dev->
streaming_users
>
in vidioc_s_std()
[all...]
H
A
D
au0828.h
219
int
streaming_users
;
member
/kernel/linux/linux-6.6/drivers/media/usb/au0828/
H
A
D
au0828-video.c
817
dev->
streaming_users
);
in au0828_start_analog_streaming()
824
if (dev->
streaming_users
== 0) {
in au0828_start_analog_streaming()
845
dev->
streaming_users
++;
in au0828_start_analog_streaming()
855
dprintk(1, "au0828_stop_streaming called %d\n", dev->
streaming_users
);
in au0828_stop_streaming()
857
if (dev->
streaming_users
-- == 1) {
in au0828_stop_streaming()
888
dev->
streaming_users
);
in au0828_stop_vbi_streaming()
890
if (dev->
streaming_users
-- == 1) {
in au0828_stop_vbi_streaming()
1009
dev->
streaming_users
, dev->users);
in au0828_v4l2_open()
1042
dev->
streaming_users
, dev->users);
in au0828_v4l2_close()
1277
if (dev->
streaming_users
>
in vidioc_s_std()
[all...]
H
A
D
au0828.h
219
int
streaming_users
;
member
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/
H
A
D
em28xx-video.c
1099
if (v4l2->
streaming_users
== 0) {
in em28xx_start_analog_streaming()
1142
v4l2->
streaming_users
++;
in em28xx_start_analog_streaming()
1158
if (v4l2->
streaming_users
-- == 1) {
in em28xx_stop_streaming()
1193
if (v4l2->
streaming_users
-- == 1) {
in em28xx_stop_vbi_streaming()
1582
if (v4l2->
streaming_users
> 0)
in vidioc_s_std()
H
A
D
em28xx.h
576
int
streaming_users
; /* number of actively streaming users */
member
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/
H
A
D
em28xx-video.c
1089
if (v4l2->
streaming_users
== 0) {
in em28xx_start_analog_streaming()
1132
v4l2->
streaming_users
++;
in em28xx_start_analog_streaming()
1148
if (v4l2->
streaming_users
-- == 1) {
in em28xx_stop_streaming()
1183
if (v4l2->
streaming_users
-- == 1) {
in em28xx_stop_vbi_streaming()
1572
if (v4l2->
streaming_users
> 0)
in vidioc_s_std()
H
A
D
em28xx.h
567
int
streaming_users
; /* number of actively streaming users */
member
Completed in 17 milliseconds