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:quirk_flags
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/sound/usb/
H
A
D
card.c
76
static unsigned int
quirk_flags
[SNDRV_CARDS];
variable
106
module_param_array(
quirk_flags
, uint, NULL, 0444);
107
MODULE_PARM_DESC(
quirk_flags
, "Driver quirk bit flags.");
651
if (
quirk_flags
[idx])
in snd_usb_audio_create()
652
chip->
quirk_flags
=
quirk_flags
[idx];
in snd_usb_audio_create()
858
chip->
quirk_flags
|= QUIRK_FLAG_IGNORE_CTL_ERROR;
in usb_audio_probe()
860
if (chip->
quirk_flags
& QUIRK_FLAG_DISABLE_AUTOSUSPEND)
in usb_audio_probe()
900
if (chip->
quirk_flags
& QUIRK_FLAG_SHARE_MEDIA_DEVICE) {
in usb_audio_probe()
988
if (chip->
quirk_flags
in usb_audio_disconnect()
[all...]
H
A
D
implicit.c
170
chip->
quirk_flags
|= QUIRK_FLAG_PLAYBACK_FIRST;
in add_roland_implicit_fb()
319
chip->
quirk_flags
|= QUIRK_FLAG_PLAYBACK_FIRST;
in audioformat_implicit_fb_quirk()
343
chip->
quirk_flags
|= QUIRK_FLAG_PLAYBACK_FIRST;
in audioformat_implicit_fb_quirk()
352
(chip->
quirk_flags
& QUIRK_FLAG_GENERIC_IMPLICIT_FB))
in audioformat_implicit_fb_quirk()
389
if (chip->
quirk_flags
& QUIRK_FLAG_SKIP_IMPLICIT_FB)
in snd_usb_parse_implicit_fb_quirk()
H
A
D
clock.c
328
if (chip->
quirk_flags
& QUIRK_FLAG_SKIP_CLOCK_SELECTOR)
in __uac_clock_find_source()
434
if (chip->
quirk_flags
& QUIRK_FLAG_GET_SAMPLE_RATE)
in set_sample_rate_v1()
554
if (chip->
quirk_flags
& QUIRK_FLAG_IGNORE_CLOCK_SOURCE)
in set_sample_rate_v2v3()
589
if (chip->
quirk_flags
& QUIRK_FLAG_IFACE_DELAY)
in set_sample_rate_v2v3()
H
A
D
usbaudio.h
37
unsigned int
quirk_flags
;
member
134
* Driver behavior quirk flags, stored in chip->
quirk_flags
H
A
D
quirks.c
1767
if (chip->
quirk_flags
& QUIRK_FLAG_ITF_USB_DSD_DAC) {
in snd_usb_select_mode_quirk()
1840
if (chip->
quirk_flags
& QUIRK_FLAG_CTL_MSG_DELAY)
in snd_usb_ctl_msg_quirk()
1842
else if (chip->
quirk_flags
& QUIRK_FLAG_CTL_MSG_DELAY_1M)
in snd_usb_ctl_msg_quirk()
1844
else if (chip->
quirk_flags
& QUIRK_FLAG_CTL_MSG_DELAY_5M)
in snd_usb_ctl_msg_quirk()
1935
if (chip->
quirk_flags
& QUIRK_FLAG_ITF_USB_DSD_DAC) {
in snd_usb_interface_dsd_format_quirks()
1948
if ((chip->
quirk_flags
& QUIRK_FLAG_DSD_RAW) && fp->dsd_raw)
in snd_usb_interface_dsd_format_quirks()
2256
"Set
quirk_flags
0x%x for device %04x:%04x\n",
in snd_usb_init_quirk_flags()
2259
chip->
quirk_flags
|= p->flags;
in snd_usb_init_quirk_flags()
H
A
D
endpoint.c
278
return chip->
quirk_flags
& QUIRK_FLAG_TX_LENGTH;
in has_tx_length_quirk()
935
if (chip->
quirk_flags
& QUIRK_FLAG_IFACE_DELAY)
in endpoint_set_interface()
954
!(chip->
quirk_flags
& QUIRK_FLAG_IFACE_SKIP_CLOSE))
in snd_usb_endpoint_close()
1479
if (chip->
quirk_flags
& QUIRK_FLAG_SET_IFACE_FIRST)
in snd_usb_endpoint_prepare()
1590
!(ep->chip->
quirk_flags
& QUIRK_FLAG_PLAYBACK_FIRST)) {
in snd_usb_endpoint_start()
1688
if (ep->chip->
quirk_flags
& QUIRK_FLAG_FORCE_IFACE_RESET &&
in snd_usb_endpoint_stop()
H
A
D
stream.c
92
subs->txfr_quirk = !!(as->chip->
quirk_flags
& QUIRK_FLAG_ALIGN_TRANSFER);
in snd_usb_init_substream()
93
subs->tx_length_quirk = !!(as->chip->
quirk_flags
& QUIRK_FLAG_TX_LENGTH);
in snd_usb_init_substream()
1232
(chip->
quirk_flags
& QUIRK_FLAG_SET_IFACE_FIRST))
in __snd_usb_parse_audio_interface()
H
A
D
format.c
483
if (!(chip->
quirk_flags
& QUIRK_FLAG_VALIDATE_RATES))
in validate_sample_rate_table_v2v3()
H
A
D
pcm.c
169
if (!(chip->
quirk_flags
& QUIRK_FLAG_FIXED_RATE))
in snd_usb_pcm_has_fixed_rate()
H
A
D
mixer.c
3571
mixer->ignore_ctl_error = !!(chip->
quirk_flags
& QUIRK_FLAG_IGNORE_CTL_ERROR);
in snd_usb_create_mixer()
Completed in 21 milliseconds