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:newi2c
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H
A
D
ivtv-driver.c
142
static int
newi2c
= -1;
variable
168
module_param(
newi2c
, int, 0644);
265
MODULE_PARM_DESC(
newi2c
,
518
/* only enable
newi2c
if an IR blaster is present */
in ivtv_process_eeprom()
519
if (itv->options.
newi2c
== -1 && tv.has_ir) {
in ivtv_process_eeprom()
520
itv->options.
newi2c
= (tv.has_ir & 4) ? 1 : 0;
in ivtv_process_eeprom()
521
if (itv->options.
newi2c
) {
in ivtv_process_eeprom()
665
itv->options.
newi2c
=
newi2c
;
in ivtv_process_options()
H
A
D
ivtv-i2c.c
698
if (itv->options.
newi2c
> 0) {
in init_ivtv_i2c()
720
if (itv->options.
newi2c
> 0)
in init_ivtv_i2c()
H
A
D
ivtv-driver.h
196
int
newi2c
; /* new I2C algorithm */
member
H
A
D
ivtv-ioctl.c
1868
if ((val == 0 && itv->options.
newi2c
) || (val & 0x01))
in ivtv_default()
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H
A
D
ivtv-driver.c
142
static int
newi2c
= -1;
variable
168
module_param(
newi2c
, int, 0644);
265
MODULE_PARM_DESC(
newi2c
,
515
/* only enable
newi2c
if an IR blaster is present */
in ivtv_process_eeprom()
516
if (itv->options.
newi2c
== -1 && tv.has_ir) {
in ivtv_process_eeprom()
517
itv->options.
newi2c
= (tv.has_ir & 4) ? 1 : 0;
in ivtv_process_eeprom()
518
if (itv->options.
newi2c
) {
in ivtv_process_eeprom()
662
itv->options.
newi2c
=
newi2c
;
in ivtv_process_options()
H
A
D
ivtv-i2c.c
704
if (itv->options.
newi2c
> 0) {
in init_ivtv_i2c()
726
if (itv->options.
newi2c
> 0)
in init_ivtv_i2c()
H
A
D
ivtv-driver.h
194
int
newi2c
; /* new I2C algorithm */
member
H
A
D
ivtv-ioctl.c
1661
if ((val == 0 && itv->options.
newi2c
) || (val & 0x01))
in ivtv_default()
Completed in 22 milliseconds