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:vp3054
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cx88/
H
A
D
cx88-vp3054-i2c.c
3
* cx88-
vp3054
-i2c.c -- support for the secondary I2C bus of the
11
#include "cx88-
vp3054
-i2c.h"
28
struct vp3054_i2c_state *vp3054_i2c = dev->
vp3054
;
in vp3054_bit_setscl()
45
struct vp3054_i2c_state *vp3054_i2c = dev->
vp3054
;
in vp3054_bit_setsda()
103
dev->
vp3054
= vp3054_i2c;
in vp3054_i2c_probe()
122
kfree(dev->
vp3054
);
in vp3054_i2c_probe()
123
dev->
vp3054
= NULL;
in vp3054_i2c_probe()
132
struct vp3054_i2c_state *vp3054_i2c = dev->
vp3054
;
in vp3054_i2c_remove()
H
A
D
Makefile
12
obj-$(CONFIG_VIDEO_CX88_VP3054) += cx88-
vp3054
-i2c.o
H
A
D
cx88.h
571
struct vp3054_i2c_state *
vp3054
;
member
H
A
D
cx88-dvb.c
25
#include "cx88-
vp3054
-i2c.h"
1165
&dev->
vp3054
->adap);
in dvb_register()
1173
pr_err("built without
vp3054
support\n");
in dvb_register()
1751
/* If
vp3054
isn't enabled, a stub will just return 0 */
in cx8802_dvb_probe()
/kernel/linux/linux-6.6/drivers/media/pci/cx88/
H
A
D
cx88-vp3054-i2c.c
3
* cx88-
vp3054
-i2c.c -- support for the secondary I2C bus of the
11
#include "cx88-
vp3054
-i2c.h"
28
struct vp3054_i2c_state *vp3054_i2c = dev->
vp3054
;
in vp3054_bit_setscl()
45
struct vp3054_i2c_state *vp3054_i2c = dev->
vp3054
;
in vp3054_bit_setsda()
103
dev->
vp3054
= vp3054_i2c;
in vp3054_i2c_probe()
122
kfree(dev->
vp3054
);
in vp3054_i2c_probe()
123
dev->
vp3054
= NULL;
in vp3054_i2c_probe()
132
struct vp3054_i2c_state *vp3054_i2c = dev->
vp3054
;
in vp3054_i2c_remove()
H
A
D
Makefile
12
obj-$(CONFIG_VIDEO_CX88_VP3054) += cx88-
vp3054
-i2c.o
H
A
D
cx88.h
571
struct vp3054_i2c_state *
vp3054
;
member
H
A
D
cx88-dvb.c
25
#include "cx88-
vp3054
-i2c.h"
1166
&dev->
vp3054
->adap);
in dvb_register()
1174
pr_err("built without
vp3054
support\n");
in dvb_register()
1752
/* If
vp3054
isn't enabled, a stub will just return 0 */
in cx8802_dvb_probe()
Completed in 11 milliseconds