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:xtal_ibias
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
cs43130.c
357
if (cs43130->
xtal_ibias
== CS43130_XTAL_UNUSED) {
in cs43130_change_clksrc()
393
if (cs43130->
xtal_ibias
== CS43130_XTAL_UNUSED) {
in cs43130_change_clksrc()
2296
if (cs43130->
xtal_ibias
!= CS43130_XTAL_UNUSED) {
in cs43130_probe()
2299
cs43130->
xtal_ibias
);
in cs43130_probe()
2381
cs43130->
xtal_ibias
= CS43130_XTAL_UNUSED;
in cs43130_handle_device_data()
2387
cs43130->
xtal_ibias
= CS43130_XTAL_IBIAS_7_5UA;
in cs43130_handle_device_data()
2390
cs43130->
xtal_ibias
= CS43130_XTAL_IBIAS_12_5UA;
in cs43130_handle_device_data()
2393
cs43130->
xtal_ibias
= CS43130_XTAL_IBIAS_15UA;
in cs43130_handle_device_data()
2585
if (cs43130->
xtal_ibias
!= CS43130_XTAL_UNUSED)
in cs43130_i2c_remove()
2616
if (cs43130->
xtal_ibias
!
in cs43130_runtime_suspend()
[all...]
H
A
D
cs43130.h
507
int
xtal_ibias
;
member
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
cs43130.c
358
if (cs43130->
xtal_ibias
== CS43130_XTAL_UNUSED) {
in cs43130_change_clksrc()
394
if (cs43130->
xtal_ibias
== CS43130_XTAL_UNUSED) {
in cs43130_change_clksrc()
2296
if (cs43130->
xtal_ibias
!= CS43130_XTAL_UNUSED) {
in cs43130_probe()
2299
cs43130->
xtal_ibias
);
in cs43130_probe()
2380
cs43130->
xtal_ibias
= CS43130_XTAL_UNUSED;
in cs43130_handle_device_data()
2386
cs43130->
xtal_ibias
= CS43130_XTAL_IBIAS_7_5UA;
in cs43130_handle_device_data()
2389
cs43130->
xtal_ibias
= CS43130_XTAL_IBIAS_12_5UA;
in cs43130_handle_device_data()
2392
cs43130->
xtal_ibias
= CS43130_XTAL_IBIAS_15UA;
in cs43130_handle_device_data()
2589
if (cs43130->
xtal_ibias
!= CS43130_XTAL_UNUSED)
in cs43130_i2c_remove()
2618
if (cs43130->
xtal_ibias
!
in cs43130_runtime_suspend()
[all...]
H
A
D
cs43130.h
508
int
xtal_ibias
;
member
Completed in 8 milliseconds