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:t_mode
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H
A
D
tuner-core.c
816
* select a TV frequency. So,
t_mode
= T_ANALOG_TV could actually
821
int
t_mode
;
in check_mode()
local
823
t_mode
= T_RADIO;
in check_mode()
825
t_mode
= T_ANALOG_TV;
in check_mode()
827
if ((
t_mode
& t->mode_mask) == 0)
in check_mode()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H
A
D
tuner-core.c
813
* select a TV frequency. So,
t_mode
= T_ANALOG_TV could actually
818
int
t_mode
;
in check_mode()
local
820
t_mode
= T_RADIO;
in check_mode()
822
t_mode
= T_ANALOG_TV;
in check_mode()
824
if ((
t_mode
& t->mode_mask) == 0)
in check_mode()
/kernel/linux/linux-5.10/drivers/nfc/pn544/
H
A
D
pn544.c
341
u8
t_mode
= 0x0f;
in pn544_hci_start_poll()
local
420
PN544_DEP_MODE, &
t_mode
, 1);
in pn544_hci_start_poll()
/kernel/linux/linux-6.6/drivers/nfc/pn544/
H
A
D
pn544.c
340
u8
t_mode
= 0x0f;
in pn544_hci_start_poll()
local
419
PN544_DEP_MODE, &
t_mode
, 1);
in pn544_hci_start_poll()
Completed in 9 milliseconds