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:line_out_notify
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/aoa/core/
H
A
D
gpio-pmf.c
89
INIT_DELAYED_WORK(&rt->
line_out_notify
.work, pmf_handle_notify);
in pmf_gpio_init()
92
mutex_init(&rt->
line_out_notify
.mutex);
in pmf_gpio_init()
104
if (rt->
line_out_notify
.gpio_private)
in pmf_gpio_exit()
105
pmf_unregister_irq_client(rt->
line_out_notify
.gpio_private);
in pmf_gpio_exit()
111
cancel_delayed_work_sync(&rt->
line_out_notify
.work);
in pmf_gpio_exit()
115
mutex_destroy(&rt->
line_out_notify
.mutex);
in pmf_gpio_exit()
119
kfree(rt->
line_out_notify
.gpio_private);
in pmf_gpio_exit()
150
notif = &rt->
line_out_notify
;
in pmf_set_notify()
H
A
D
gpio-feature.c
277
INIT_DELAYED_WORK(&rt->
line_out_notify
.work, ftr_handle_notify);
in ftr_gpio_init()
280
mutex_init(&rt->
line_out_notify
.mutex);
in ftr_gpio_init()
291
if (rt->
line_out_notify
.gpio_private)
in ftr_gpio_exit()
292
free_irq(lineout_detect_irq, &rt->
line_out_notify
);
in ftr_gpio_exit()
295
cancel_delayed_work_sync(&rt->
line_out_notify
.work);
in ftr_gpio_exit()
298
mutex_destroy(&rt->
line_out_notify
.mutex);
in ftr_gpio_exit()
333
notif = &rt->
line_out_notify
;
in ftr_set_notify()
/kernel/linux/linux-6.6/sound/aoa/core/
H
A
D
gpio-pmf.c
89
INIT_DELAYED_WORK(&rt->
line_out_notify
.work, pmf_handle_notify);
in pmf_gpio_init()
92
mutex_init(&rt->
line_out_notify
.mutex);
in pmf_gpio_init()
104
if (rt->
line_out_notify
.gpio_private)
in pmf_gpio_exit()
105
pmf_unregister_irq_client(rt->
line_out_notify
.gpio_private);
in pmf_gpio_exit()
111
cancel_delayed_work_sync(&rt->
line_out_notify
.work);
in pmf_gpio_exit()
115
mutex_destroy(&rt->
line_out_notify
.mutex);
in pmf_gpio_exit()
119
kfree(rt->
line_out_notify
.gpio_private);
in pmf_gpio_exit()
150
notif = &rt->
line_out_notify
;
in pmf_set_notify()
H
A
D
gpio-feature.c
277
INIT_DELAYED_WORK(&rt->
line_out_notify
.work, ftr_handle_notify);
in ftr_gpio_init()
280
mutex_init(&rt->
line_out_notify
.mutex);
in ftr_gpio_init()
291
if (rt->
line_out_notify
.gpio_private)
in ftr_gpio_exit()
292
free_irq(lineout_detect_irq, &rt->
line_out_notify
);
in ftr_gpio_exit()
295
cancel_delayed_work_sync(&rt->
line_out_notify
.work);
in ftr_gpio_exit()
298
mutex_destroy(&rt->
line_out_notify
.mutex);
in ftr_gpio_exit()
333
notif = &rt->
line_out_notify
;
in ftr_set_notify()
/kernel/linux/linux-5.10/sound/aoa/
H
A
D
aoa-gpio.h
79
struct gpio_notification
line_out_notify
;
member
/kernel/linux/linux-6.6/sound/aoa/
H
A
D
aoa-gpio.h
79
struct gpio_notification
line_out_notify
;
member
Completed in 4 milliseconds