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:em28xx_boards
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/
H
A
D
em28xx.h
430
#define INPUT(nr) (&
em28xx_boards
[dev->model].input[nr])
846
extern const struct em28xx_board
em28xx_boards
[];
H
A
D
em28xx-cards.c
650
const struct em28xx_board
em28xx_boards
[] = {
variable
2543
EXPORT_SYMBOL_GPL(
em28xx_boards
);
variable
2545
static const unsigned int em28xx_bcount = ARRAY_SIZE(
em28xx_boards
);
2813
const struct em28xx_board *board = &
em28xx_boards
[dev->model];
in em28xx_set_xclk_i2c_speed()
2839
dev->board =
em28xx_boards
[dev->model];
in em28xx_set_model()
3045
em28xx_boards
[dev->model].name);
in em28xx_hint_board()
3076
em28xx_boards
[dev->model].name);
in em28xx_hint_board()
3095
" card=%d -> %s\n", i,
em28xx_boards
[i].name);
in em28xx_hint_board()
3147
dev->tuner_type =
em28xx_boards
[dev->model].tuner_type;
in em28xx_card_setup()
3295
ctl->mts =
em28xx_boards
[de
in em28xx_setup_xc3028()
[all...]
H
A
D
em28xx-input.c
823
rc->device_name =
em28xx_boards
[dev->model].name;
in em28xx_ir_init()
H
A
D
em28xx-video.c
1984
strscpy(cap->card,
em28xx_boards
[dev->model].name, sizeof(cap->card));
in vidioc_querycap()
2835
if (
em28xx_boards
[dev->model].radio.type == EM28XX_RADIO) {
in em28xx_v4l2_init()
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/
H
A
D
em28xx.h
421
#define INPUT(nr) (&
em28xx_boards
[dev->model].input[nr])
835
extern const struct em28xx_board
em28xx_boards
[];
H
A
D
em28xx-cards.c
671
const struct em28xx_board
em28xx_boards
[] = {
variable
2582
EXPORT_SYMBOL_GPL(
em28xx_boards
);
variable
2584
static const unsigned int em28xx_bcount = ARRAY_SIZE(
em28xx_boards
);
2858
const struct em28xx_board *board = &
em28xx_boards
[dev->model];
in em28xx_set_xclk_i2c_speed()
2884
dev->board =
em28xx_boards
[dev->model];
in em28xx_set_model()
3090
em28xx_boards
[dev->model].name);
in em28xx_hint_board()
3121
em28xx_boards
[dev->model].name);
in em28xx_hint_board()
3140
" card=%d -> %s\n", i,
em28xx_boards
[i].name);
in em28xx_hint_board()
3192
dev->tuner_type =
em28xx_boards
[dev->model].tuner_type;
in em28xx_card_setup()
3340
ctl->mts =
em28xx_boards
[de
in em28xx_setup_xc3028()
[all...]
H
A
D
em28xx-input.c
813
rc->device_name =
em28xx_boards
[dev->model].name;
in em28xx_ir_init()
H
A
D
em28xx-video.c
1974
strscpy(cap->card,
em28xx_boards
[dev->model].name, sizeof(cap->card));
in vidioc_querycap()
2825
if (
em28xx_boards
[dev->model].radio.type == EM28XX_RADIO) {
in em28xx_v4l2_init()
Completed in 21 milliseconds