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:ext_mid
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/sound/
H
A
D
ac97_codec.h
253
unsigned short
ext_mid
; /* extended modem ID (register 3C) */
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
ac97_codec.h
253
unsigned short
ext_mid
; /* extended modem ID (register 3C) */
member
/kernel/linux/linux-5.10/sound/pci/ac97/
H
A
D
ac97_codec.c
2110
ac97->
ext_mid
= snd_ac97_read(ac97, AC97_EXTENDED_MID);
in snd_ac97_mixer()
2111
if (ac97->
ext_mid
== 0xffff) /* invalid combination */
in snd_ac97_mixer()
2112
ac97->
ext_mid
= 0;
in snd_ac97_mixer()
2113
if (ac97->
ext_mid
& 1)
in snd_ac97_mixer()
2157
if (ac97->
ext_mid
& AC97_MEI_LINE1) {
in snd_ac97_mixer()
2161
if (ac97->
ext_mid
& AC97_MEI_LINE2) {
in snd_ac97_mixer()
2165
if (ac97->
ext_mid
& AC97_MEI_HANDSET) {
in snd_ac97_mixer()
2189
ac97->addr = (ac97->
ext_mid
& AC97_MEI_ADDR_MASK) >> AC97_MEI_ADDR_SHIFT;
in snd_ac97_mixer()
/kernel/linux/linux-6.6/sound/pci/ac97/
H
A
D
ac97_codec.c
2173
ac97->
ext_mid
= snd_ac97_read(ac97, AC97_EXTENDED_MID);
in snd_ac97_mixer()
2174
if (ac97->
ext_mid
== 0xffff) /* invalid combination */
in snd_ac97_mixer()
2175
ac97->
ext_mid
= 0;
in snd_ac97_mixer()
2176
if (ac97->
ext_mid
& 1)
in snd_ac97_mixer()
2220
if (ac97->
ext_mid
& AC97_MEI_LINE1) {
in snd_ac97_mixer()
2224
if (ac97->
ext_mid
& AC97_MEI_LINE2) {
in snd_ac97_mixer()
2228
if (ac97->
ext_mid
& AC97_MEI_HANDSET) {
in snd_ac97_mixer()
2252
ac97->addr = (ac97->
ext_mid
& AC97_MEI_ADDR_MASK) >> AC97_MEI_ADDR_SHIFT;
in snd_ac97_mixer()
/kernel/linux/linux-5.10/sound/pci/cs46xx/
H
A
D
cs46xx_lib.c
2404
unsigned short
ext_mid
;
in snd_cs46xx_codec_reset()
local
2411
ext_mid
= snd_ac97_read(ac97, AC97_EXTENDED_MID);
in snd_cs46xx_codec_reset()
2412
if (
ext_mid
!= 0xffff && (
ext_mid
& 1) != 0)
in snd_cs46xx_codec_reset()
/kernel/linux/linux-6.6/sound/pci/cs46xx/
H
A
D
cs46xx_lib.c
2390
unsigned short
ext_mid
;
in snd_cs46xx_codec_reset()
local
2397
ext_mid
= snd_ac97_read(ac97, AC97_EXTENDED_MID);
in snd_cs46xx_codec_reset()
2398
if (
ext_mid
!= 0xffff && (
ext_mid
& 1) != 0)
in snd_cs46xx_codec_reset()
Completed in 19 milliseconds