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:is_cx231xx
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/cx25840/
H
A
D
cx25840-firmware.c
63
if (
is_cx231xx
(state))
in get_fw_name()
113
if (
is_cx231xx
(state) && max_buf_size > 16)
in cx25840_loadfw()
H
A
D
cx25840-audio.c
411
if (
is_cx231xx
(state))
in set_audclk_freq()
463
if (is_cx2388x(state) ||
is_cx231xx
(state))
in cx25840_audio_set_path()
H
A
D
cx25840-core.h
126
static inline bool
is_cx231xx
(struct cx25840_state *state)
in is_cx231xx()
function
H
A
D
cx25840-core.c
1202
if (!
is_cx231xx
(state)) {
in cx25840_std_setup()
1420
if (!is_cx2388x(state) && !
is_cx231xx
(state)) {
in set_input()
1523
if (!is_cx2388x(state) && !
is_cx231xx
(state)) {
in set_input()
1598
} else if (
is_cx231xx
(state)) {
in set_input()
2303
else if (
is_cx231xx
(state))
in cx25840_reset()
2365
if (is_cx2583x(state) || is_cx2388x(state) ||
is_cx231xx
(state))
in cx25840_s_audio_stream()
2401
if (is_cx2388x(state) ||
is_cx231xx
(state))
in cx25840_s_stream()
/kernel/linux/linux-6.6/drivers/media/i2c/cx25840/
H
A
D
cx25840-firmware.c
63
if (
is_cx231xx
(state))
in get_fw_name()
113
if (
is_cx231xx
(state) && max_buf_size > 16)
in cx25840_loadfw()
H
A
D
cx25840-audio.c
411
if (
is_cx231xx
(state))
in set_audclk_freq()
463
if (is_cx2388x(state) ||
is_cx231xx
(state))
in cx25840_audio_set_path()
H
A
D
cx25840-core.h
126
static inline bool
is_cx231xx
(struct cx25840_state *state)
in is_cx231xx()
function
H
A
D
cx25840-core.c
1202
if (!
is_cx231xx
(state)) {
in cx25840_std_setup()
1420
if (!is_cx2388x(state) && !
is_cx231xx
(state)) {
in set_input()
1523
if (!is_cx2388x(state) && !
is_cx231xx
(state)) {
in set_input()
1598
} else if (
is_cx231xx
(state)) {
in set_input()
2303
else if (
is_cx231xx
(state))
in cx25840_reset()
2365
if (is_cx2583x(state) || is_cx2388x(state) ||
is_cx231xx
(state))
in cx25840_s_audio_stream()
2401
if (is_cx2388x(state) ||
is_cx231xx
(state))
in cx25840_s_stream()
Completed in 15 milliseconds