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:rt5670_quirk
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
rt5670.c
47
static unsigned long
rt5670_quirk
;
variable
2893
rt5670_quirk
= (unsigned long)id->driver_data;
in rt5670_quirk_cb()
3020
quirk =
rt5670_quirk
;
in rt5670_components()
3065
(unsigned int)
rt5670_quirk
, quirk_override);
in rt5670_i2c_probe()
3066
rt5670_quirk
= quirk_override;
in rt5670_i2c_probe()
3069
if (
rt5670_quirk
& RT5670_GPIO1_IS_IRQ) {
in rt5670_i2c_probe()
3073
if (
rt5670_quirk
& RT5670_GPIO1_IS_EXT_SPK_EN) {
in rt5670_i2c_probe()
3077
if (
rt5670_quirk
& RT5670_IN2_DIFF) {
in rt5670_i2c_probe()
3081
if (
rt5670_quirk
& RT5670_DMIC_EN) {
in rt5670_i2c_probe()
3085
if (
rt5670_quirk
in rt5670_i2c_probe()
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
rt5670.c
47
static unsigned long
rt5670_quirk
;
variable
2822
rt5670_quirk
= (unsigned long)id->driver_data;
in rt5670_quirk_cb()
2956
(unsigned int)
rt5670_quirk
, quirk_override);
in rt5670_i2c_probe()
2957
rt5670_quirk
= quirk_override;
in rt5670_i2c_probe()
2960
if (
rt5670_quirk
& RT5670_GPIO1_IS_IRQ) {
in rt5670_i2c_probe()
2964
if (
rt5670_quirk
& RT5670_GPIO1_IS_EXT_SPK_EN) {
in rt5670_i2c_probe()
2968
if (
rt5670_quirk
& RT5670_IN2_DIFF) {
in rt5670_i2c_probe()
2972
if (
rt5670_quirk
& RT5670_DMIC_EN) {
in rt5670_i2c_probe()
2976
if (
rt5670_quirk
& RT5670_DMIC1_IN2P) {
in rt5670_i2c_probe()
2980
if (
rt5670_quirk
in rt5670_i2c_probe()
[all...]
Completed in 6 milliseconds