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:tas6424
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
tas6424.c
26
#include "
tas6424
.h"
75
struct tas6424_data *
tas6424
= snd_soc_component_get_drvdata(component);
in tas6424_dac_event()
local
84
tas6424
->last_fault1 = 0;
in tas6424_dac_event()
85
tas6424
->last_fault2 = 0;
in tas6424_dac_event()
86
tas6424
->last_warn = 0;
in tas6424_dac_event()
87
schedule_delayed_work(&
tas6424
->fault_check_work,
in tas6424_dac_event()
91
cancel_delayed_work_sync(&
tas6424
->fault_check_work);
in tas6424_dac_event()
257
struct tas6424_data *
tas6424
= snd_soc_component_get_drvdata(component);
in tas6424_mute()
local
262
if (
tas6424
->mute_gpio) {
in tas6424_mute()
263
gpiod_set_value_cansleep(
tas6424
in tas6424_mute()
279
struct
tas6424
_data *
tas6424
= snd_soc_component_get_drvdata(component);
tas6424_power_off()
local
299
struct
tas6424
_data *
tas6424
= snd_soc_component_get_drvdata(component);
tas6424_power_on()
local
403
struct
tas6424
_data *
tas6424
= container_of(work, struct
tas6424
_data,
tas6424_fault_check_work()
local
686
struct
tas6424
_data *
tas6424
;
tas6424_i2c_probe()
local
779
struct
tas6424
_data *
tas6424
= dev_get_drvdata(dev);
tas6424_i2c_remove()
local
[all...]
H
A
D
Makefile
277
snd-soc-
tas6424
-objs :=
tas6424
.o
663
obj-$(CONFIG_SND_SOC_TAS6424) += snd-soc-
tas6424
.o
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
tas6424.c
27
#include "
tas6424
.h"
76
struct tas6424_data *
tas6424
= snd_soc_component_get_drvdata(component);
in tas6424_dac_event()
local
85
tas6424
->last_fault1 = 0;
in tas6424_dac_event()
86
tas6424
->last_fault2 = 0;
in tas6424_dac_event()
87
tas6424
->last_warn = 0;
in tas6424_dac_event()
88
schedule_delayed_work(&
tas6424
->fault_check_work,
in tas6424_dac_event()
92
cancel_delayed_work_sync(&
tas6424
->fault_check_work);
in tas6424_dac_event()
258
struct tas6424_data *
tas6424
= snd_soc_component_get_drvdata(component);
in tas6424_mute()
local
263
if (
tas6424
->mute_gpio) {
in tas6424_mute()
264
gpiod_set_value_cansleep(
tas6424
in tas6424_mute()
280
struct
tas6424
_data *
tas6424
= snd_soc_component_get_drvdata(component);
tas6424_power_off()
local
300
struct
tas6424
_data *
tas6424
= snd_soc_component_get_drvdata(component);
tas6424_power_on()
local
405
struct
tas6424
_data *
tas6424
= container_of(work, struct
tas6424
_data,
tas6424_fault_check_work()
local
689
struct
tas6424
_data *
tas6424
;
tas6424_i2c_probe()
local
778
struct
tas6424
_data *
tas6424
= dev_get_drvdata(dev);
tas6424_i2c_remove()
local
[all...]
H
A
D
Makefile
215
snd-soc-
tas6424
-objs :=
tas6424
.o
525
obj-$(CONFIG_SND_SOC_TAS6424) += snd-soc-
tas6424
.o
Completed in 5 milliseconds