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:getclock
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
i2c-algo-pcf.h
22
int (*
getclock
) (void *data);
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
i2c-algo-pcf.h
22
int (*
getclock
) (void *data);
member
/kernel/linux/linux-5.10/include/sound/
H
A
D
i2c.h
28
int (*
getclock
)(struct snd_i2c_bus *bus);
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
i2c.h
28
int (*
getclock
)(struct snd_i2c_bus *bus);
member
/kernel/linux/linux-5.10/sound/i2c/
H
A
D
i2c.c
183
if (bus->hw_ops.bit->
getclock
)
184
return bus->hw_ops.bit->
getclock
(bus);
/kernel/linux/linux-6.6/sound/i2c/
H
A
D
i2c.c
183
if (bus->hw_ops.bit->
getclock
)
184
return bus->hw_ops.bit->
getclock
(bus);
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-icy.c
160
algo_data->
getclock
= icy_pcf_getclock;
in icy_probe()
H
A
D
i2c-elektor.c
185
.
getclock
= pcf_isa_getclock,
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-icy.c
157
algo_data->
getclock
= icy_pcf_getclock;
in icy_probe()
H
A
D
i2c-elektor.c
186
.
getclock
= pcf_isa_getclock,
/kernel/linux/linux-5.10/drivers/i2c/algos/
H
A
D
i2c-algo-pcf.c
41
#define get_clock(adap) adap->
getclock
(adap->data)
/kernel/linux/linux-6.6/drivers/i2c/algos/
H
A
D
i2c-algo-pcf.c
41
#define get_clock(adap) adap->
getclock
(adap->data)
/kernel/linux/linux-5.10/sound/pci/ice1712/
H
A
D
ews.c
122
.
getclock
= ewx_i2c_getclock,
/kernel/linux/linux-5.10/sound/isa/gus/
H
A
D
interwave.c
191
.
getclock
= snd_interwave_i2c_getclockline,
/kernel/linux/linux-6.6/sound/isa/gus/
H
A
D
interwave.c
185
.
getclock
= snd_interwave_i2c_getclockline,
/kernel/linux/linux-6.6/sound/pci/ice1712/
H
A
D
ews.c
122
.
getclock
= ewx_i2c_getclock,
Completed in 11 milliseconds