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:cx23885_i2c
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/
H
A
D
cx23885-i2c.c
39
struct
cx23885_i2c
*bus = i2c_adap->algo_data;
in i2c_slave_did_ack()
46
struct
cx23885_i2c
*bus = i2c_adap->algo_data;
in i2c_is_busy()
70
struct
cx23885_i2c
*bus = i2c_adap->algo_data;
in i2c_sendbytes()
151
struct
cx23885_i2c
*bus = i2c_adap->algo_data;
in i2c_readbytes()
299
int cx23885_i2c_register(struct
cx23885_i2c
*bus)
in cx23885_i2c_register()
347
int cx23885_i2c_unregister(struct
cx23885_i2c
*bus)
in cx23885_i2c_unregister()
H
A
D
cx23885.h
229
struct
cx23885_i2c
{
struct
372
struct
cx23885_i2c
i2c_bus[3];
594
extern int cx23885_i2c_register(struct
cx23885_i2c
*bus);
595
extern int cx23885_i2c_unregister(struct
cx23885_i2c
*bus);
H
A
D
netup-init.c
98
struct
cx23885_i2c
*i2c_bus = &dev->i2c_bus[2];
in netup_initialize()
H
A
D
cx23885-dvb.c
1150
struct
cx23885_i2c
*i2c_bus = &dev->i2c_bus[0];
in dvb_register_ci_mac()
1191
struct
cx23885_i2c
*i2c_bus = NULL, *i2c_bus2 = NULL;
in dvb_register()
/kernel/linux/linux-6.6/drivers/media/pci/cx23885/
H
A
D
cx23885-i2c.c
39
struct
cx23885_i2c
*bus = i2c_adap->algo_data;
in i2c_slave_did_ack()
46
struct
cx23885_i2c
*bus = i2c_adap->algo_data;
in i2c_is_busy()
70
struct
cx23885_i2c
*bus = i2c_adap->algo_data;
in i2c_sendbytes()
151
struct
cx23885_i2c
*bus = i2c_adap->algo_data;
in i2c_readbytes()
299
int cx23885_i2c_register(struct
cx23885_i2c
*bus)
in cx23885_i2c_register()
347
int cx23885_i2c_unregister(struct
cx23885_i2c
*bus)
in cx23885_i2c_unregister()
H
A
D
cx23885.h
229
struct
cx23885_i2c
{
struct
372
struct
cx23885_i2c
i2c_bus[3];
594
extern int cx23885_i2c_register(struct
cx23885_i2c
*bus);
595
extern int cx23885_i2c_unregister(struct
cx23885_i2c
*bus);
H
A
D
netup-init.c
98
struct
cx23885_i2c
*i2c_bus = &dev->i2c_bus[2];
in netup_initialize()
H
A
D
cx23885-dvb.c
1150
struct
cx23885_i2c
*i2c_bus = &dev->i2c_bus[0];
in dvb_register_ci_mac()
1191
struct
cx23885_i2c
*i2c_bus = NULL, *i2c_bus2 = NULL;
in dvb_register()
Completed in 10 milliseconds