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:button_state
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
hda_jack.c
436
* snd_hda_jack_set_button_state - report button event to the hda_jack_tbl
button_state
.
439
* @
button_state
: the button event captured by codec
444
int
button_state
)
in snd_hda_jack_set_button_state()
456
report_to->
button_state
=
button_state
;
in snd_hda_jack_set_button_state()
461
jack->
button_state
=
button_state
;
in snd_hda_jack_set_button_state()
488
state = jack->
button_state
;
in snd_hda_jack_report_sync()
492
if (jack->
button_state
) {
in snd_hda_jack_report_sync()
494
state & ~jack->
button_state
);
in snd_hda_jack_report_sync()
443
snd_hda_jack_set_
button_state
(struct hda_codec *codec, hda_nid_t jack_nid, int
button_state
)
snd_hda_jack_set_button_state()
argument
[all...]
H
A
D
hda_jack.h
45
int
button_state
;
member
109
int
button_state
);
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
hda_jack.c
414
state = jack->
button_state
;
in snd_hda_jack_report_sync()
418
if (jack->
button_state
) {
in snd_hda_jack_report_sync()
420
state & ~jack->
button_state
);
in snd_hda_jack_report_sync()
421
jack->
button_state
= 0; /* button released */
in snd_hda_jack_report_sync()
497
jack->
button_state
= 0;
in snd_hda_jack_add_kctl_mst()
H
A
D
hda_jack.h
44
int
button_state
;
member
H
A
D
patch_realtek.c
3252
jack->jack->
button_state
= report;
in alc_headset_btn_callback()
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H
A
D
konica.c
340
u8
button_state
= st & 0x40 ? 1 : 0;
in sd_isoc_irq()
local
341
if (sd->snapshot_pressed !=
button_state
) {
in sd_isoc_irq()
344
button_state
);
in sd_isoc_irq()
346
sd->snapshot_pressed =
button_state
;
in sd_isoc_irq()
H
A
D
se401.c
54
u8
button_state
;
member
605
if (sd->
button_state
!= state) {
in sd_int_pkt_scan()
608
sd->
button_state
= state;
in sd_int_pkt_scan()
H
A
D
xirlink_cit.c
51
u8
button_state
;
member
2774
if (sd->
button_state
) {
in sd_stop0()
2777
sd->
button_state
= 0;
in sd_stop0()
2947
if (sd->
button_state
!= new_button_state) {
in cit_check_button()
2951
sd->
button_state
= new_button_state;
in cit_check_button()
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H
A
D
konica.c
340
u8
button_state
= st & 0x40 ? 1 : 0;
in sd_isoc_irq()
local
341
if (sd->snapshot_pressed !=
button_state
) {
in sd_isoc_irq()
344
button_state
);
in sd_isoc_irq()
346
sd->snapshot_pressed =
button_state
;
in sd_isoc_irq()
H
A
D
se401.c
54
u8
button_state
;
member
605
if (sd->
button_state
!= state) {
in sd_int_pkt_scan()
608
sd->
button_state
= state;
in sd_int_pkt_scan()
H
A
D
xirlink_cit.c
51
u8
button_state
;
member
2774
if (sd->
button_state
) {
in sd_stop0()
2777
sd->
button_state
= 0;
in sd_stop0()
2947
if (sd->
button_state
!= new_button_state) {
in cit_check_button()
2951
sd->
button_state
= new_button_state;
in cit_check_button()
Completed in 38 milliseconds