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:nof_inputs
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H
A
D
cx18-driver.c
778
cx->
nof_inputs
= i;
in cx18_init_struct2()
785
for (i = 0; i < cx->
nof_inputs
; i++) {
in cx18_init_struct2()
790
if (i == cx->
nof_inputs
)
in cx18_init_struct2()
H
A
D
cx18-driver.h
574
u8
nof_inputs
; /* number of video inputs */
member
H
A
D
cx18-cards.c
593
if (index >= cx->
nof_inputs
)
in cx18_get_input()
H
A
D
cx18-ioctl.c
512
if (inp >= cx->
nof_inputs
)
in cx18_s_input()
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H
A
D
ivtv-driver.c
807
itv->
nof_inputs
= i;
in ivtv_init_struct2()
820
for (i = 0; i < itv->
nof_inputs
; i++) {
in ivtv_init_struct2()
825
if (i >= itv->
nof_inputs
)
in ivtv_init_struct2()
H
A
D
ivtv-driver.h
618
u8
nof_inputs
; /* number of video inputs */
member
H
A
D
ivtv-cards.c
1305
if (index >= itv->
nof_inputs
)
in ivtv_get_input()
H
A
D
ivtv-ioctl.c
989
if (inp >= itv->
nof_inputs
)
in ivtv_s_input()
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H
A
D
cx18-driver.c
777
cx->
nof_inputs
= i;
in cx18_init_struct2()
784
for (i = 0; i < cx->
nof_inputs
; i++) {
in cx18_init_struct2()
789
if (i == cx->
nof_inputs
)
in cx18_init_struct2()
H
A
D
cx18-driver.h
574
u8
nof_inputs
; /* number of video inputs */
member
H
A
D
cx18-cards.c
593
if (index >= cx->
nof_inputs
)
in cx18_get_input()
H
A
D
cx18-ioctl.c
532
if (inp >= cx->
nof_inputs
)
in cx18_s_input()
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H
A
D
ivtv-driver.c
804
itv->
nof_inputs
= i;
in ivtv_init_struct2()
817
for (i = 0; i < itv->
nof_inputs
; i++) {
in ivtv_init_struct2()
822
if (i >= itv->
nof_inputs
)
in ivtv_init_struct2()
H
A
D
ivtv-driver.h
616
u8
nof_inputs
; /* number of video inputs */
member
H
A
D
ivtv-cards.c
1305
if (index >= itv->
nof_inputs
)
in ivtv_get_input()
H
A
D
ivtv-ioctl.c
983
if (inp >= itv->
nof_inputs
)
in ivtv_s_input()
Completed in 27 milliseconds