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:ivtv_get_card
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H
A
D
ivtv-driver.c
431
itv->card =
ivtv_get_card
(IVTV_CARD_PVR_250);
in ivtv_process_eeprom()
435
itv->card =
ivtv_get_card
(IVTV_CARD_PVR_350);
in ivtv_process_eeprom()
440
itv->card =
ivtv_get_card
(IVTV_CARD_PVR_150);
in ivtv_process_eeprom()
447
itv->card =
ivtv_get_card
(IVTV_CARD_PVR_150);
in ivtv_process_eeprom()
455
itv->card =
ivtv_get_card
(IVTV_CARD_PVR_350_V1);
in ivtv_process_eeprom()
679
if ((itv->card =
ivtv_get_card
(itv->options.cardtype - 1))) {
in ivtv_process_options()
689
itv->card =
ivtv_get_card
(itv->has_cx23415 ? IVTV_CARD_PVR_350 : IVTV_CARD_PVR_150);
in ivtv_process_options()
695
for (i = 0; (itv->card =
ivtv_get_card
(i)); i++) {
in ivtv_process_options()
717
itv->card =
ivtv_get_card
(IVTV_CARD_PVR_150);
in ivtv_process_options()
944
itv->card =
ivtv_get_card
(IVTV_CARD_CX23416GYC_NOGRYC
in ivtv_load_and_init_modules()
[all...]
H
A
D
ivtv-cards.h
286
const struct ivtv_card *
ivtv_get_card
(u16 index);
H
A
D
ivtv-cards.c
1286
const struct ivtv_card *
ivtv_get_card
(u16 index)
in ivtv_get_card()
function
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H
A
D
ivtv-driver.c
428
itv->card =
ivtv_get_card
(IVTV_CARD_PVR_250);
in ivtv_process_eeprom()
432
itv->card =
ivtv_get_card
(IVTV_CARD_PVR_350);
in ivtv_process_eeprom()
437
itv->card =
ivtv_get_card
(IVTV_CARD_PVR_150);
in ivtv_process_eeprom()
444
itv->card =
ivtv_get_card
(IVTV_CARD_PVR_150);
in ivtv_process_eeprom()
452
itv->card =
ivtv_get_card
(IVTV_CARD_PVR_350_V1);
in ivtv_process_eeprom()
676
if ((itv->card =
ivtv_get_card
(itv->options.cardtype - 1))) {
in ivtv_process_options()
686
itv->card =
ivtv_get_card
(itv->has_cx23415 ? IVTV_CARD_PVR_350 : IVTV_CARD_PVR_150);
in ivtv_process_options()
692
for (i = 0; (itv->card =
ivtv_get_card
(i)); i++) {
in ivtv_process_options()
714
itv->card =
ivtv_get_card
(IVTV_CARD_PVR_150);
in ivtv_process_options()
946
itv->card =
ivtv_get_card
(IVTV_CARD_CX23416GYC_NOGRYC
in ivtv_load_and_init_modules()
[all...]
H
A
D
ivtv-cards.h
312
const struct ivtv_card *
ivtv_get_card
(u16 index);
H
A
D
ivtv-cards.c
1286
const struct ivtv_card *
ivtv_get_card
(u16 index)
in ivtv_get_card()
function
Completed in 9 milliseconds