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:current_input
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
H
A
D
av7110_v4l.c
235
if (0 != av7110->
current_input
) {
in av7110_dvb_c_switch()
242
switch (av7110->
current_input
) {
in av7110_dvb_c_switch()
362
if (!av7110->analog_tuner_flags || av7110->
current_input
!= 1)
in vidioc_s_tuner()
406
if (!av7110->analog_tuner_flags || av7110->
current_input
!= 1)
in vidioc_g_frequency()
422
if (!av7110->analog_tuner_flags || av7110->
current_input
!= 1)
in vidioc_s_frequency()
470
*input = av7110->
current_input
;
in vidioc_g_input()
488
av7110->
current_input
= input;
in vidioc_s_input()
509
if (av7110->
current_input
>= 2)
in vidioc_g_audio()
521
if (av7110->
current_input
>= 2)
in vidioc_s_audio()
H
A
D
av7110.h
108
int
current_input
;
member
H
A
D
av7110.c
151
av7110->
current_input
= 0;
in init_av7110_av()
/kernel/linux/linux-6.6/drivers/staging/media/av7110/
H
A
D
av7110_v4l.c
224
if (0 != av7110->
current_input
) {
in av7110_dvb_c_switch()
231
switch (av7110->
current_input
) {
in av7110_dvb_c_switch()
346
if (!av7110->analog_tuner_flags || av7110->
current_input
!= 1)
in vidioc_s_tuner()
390
if (!av7110->analog_tuner_flags || av7110->
current_input
!= 1)
in vidioc_g_frequency()
406
if (!av7110->analog_tuner_flags || av7110->
current_input
!= 1)
in vidioc_s_frequency()
454
*input = av7110->
current_input
;
in vidioc_g_input()
472
av7110->
current_input
= input;
in vidioc_s_input()
515
if (av7110->
current_input
>= 2)
in vidioc_g_audio()
527
if (av7110->
current_input
>= 2)
in vidioc_s_audio()
H
A
D
av7110.h
108
int
current_input
;
member
H
A
D
av7110.c
151
av7110->
current_input
= 0;
in init_av7110_av()
/kernel/linux/linux-5.10/include/media/davinci/
H
A
D
vpfe_capture.h
112
int
current_input
;
member
/kernel/linux/linux-5.10/drivers/media/platform/am437x/
H
A
D
am437x-vpfe.h
247
int
current_input
;
member
H
A
D
am437x-vpfe.c
1016
vpfe->
current_input
= 0;
in vpfe_initialize_device()
1584
if (vpfe->
current_input
>= 1)
in vpfe_get_app_input_index()
1586
*app_input_index = j + vpfe->
current_input
;
in vpfe_get_app_input_index()
1664
vpfe->
current_input
= index;
in vpfe_set_input()
/kernel/linux/linux-6.6/drivers/media/platform/ti/am437x/
H
A
D
am437x-vpfe.h
247
int
current_input
;
member
H
A
D
am437x-vpfe.c
1016
vpfe->
current_input
= 0;
in vpfe_initialize_device()
1586
if (vpfe->
current_input
>= 1)
in vpfe_get_app_input_index()
1588
*app_input_index = j + vpfe->
current_input
;
in vpfe_get_app_input_index()
1666
vpfe->
current_input
= index;
in vpfe_set_input()
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
aquacomputer_d5next.c
576
u16
current_input
[8];
member
957
priv->
current_input
[0] = DIV_ROUND_CLOSEST(sensor_value * 176, 100) - 52;
in aqc_legacy_read()
1069
*val = priv->
current_input
[channel];
in aqc_read()
1346
priv->
current_input
[i] =
in aqc_raw_event()
1386
priv->
current_input
[1] = get_unaligned_be16(data + AQUASTREAMULT_PUMP_CURRENT);
in aqc_raw_event()
/kernel/linux/linux-6.6/drivers/iio/addac/
H
A
D
ad74413r.c
1168
[CH_FUNC_CURRENT_INPUT_EXT_POWER] = AD74413R_CHANNELS(
current_input
),
1173
[CH_FUNC_CURRENT_INPUT_EXT_POWER_HART] = AD74413R_CHANNELS(
current_input
),
1174
[CH_FUNC_CURRENT_INPUT_LOOP_POWER_HART] = AD74413R_CHANNELS(
current_input
),
H
A
D
ad74115.c
1360
[AD74115_CH_FUNC_CURRENT_INPUT_EXT_POWER] = AD74115_CHANNELS(
current_input
),
1361
[AD74115_CH_FUNC_CURRENT_INPUT_LOOP_POWER] = AD74115_CHANNELS(
current_input
),
1362
[AD74115_CH_FUNC_CURRENT_INPUT_EXT_POWER_HART] = AD74115_CHANNELS(
current_input
),
1363
[AD74115_CH_FUNC_CURRENT_INPUT_LOOP_POWER_HART] = AD74115_CHANNELS(
current_input
),
/kernel/linux/linux-5.10/drivers/media/platform/davinci/
H
A
D
vpfe_capture.c
376
vpfe_dev->
current_input
= 0;
in vpfe_initialize_device()
977
if (vpfe_dev->
current_input
>= sdinfo->num_inputs)
in vpfe_get_app_input_index()
979
*app_input_index = j + vpfe_dev->
current_input
;
in vpfe_get_app_input_index()
1075
vpfe_dev->
current_input
= index;
in vpfe_s_input()
Completed in 28 milliseconds