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:is_audio_only
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/
H
A
D
em28xx-input.c
706
if (dev->
is_audio_only
) {
in em28xx_ir_init()
852
if (dev->
is_audio_only
) {
in em28xx_ir_fini()
883
if (dev->
is_audio_only
)
in em28xx_ir_suspend()
902
if (dev->
is_audio_only
)
in em28xx_ir_resume()
H
A
D
em28xx-audio.c
253
if (!dev->alt || dev->
is_audio_only
) {
in snd_em28xx_capture_open()
258
if (dev->
is_audio_only
)
in snd_em28xx_capture_open()
H
A
D
em28xx-dvb.c
1468
if (dev->
is_audio_only
) {
in em28xx_dvb_init()
2004
if (dev->
is_audio_only
) {
in em28xx_dvb_fini()
2056
if (dev->
is_audio_only
)
in em28xx_dvb_suspend()
2083
if (dev->
is_audio_only
)
in em28xx_dvb_resume()
H
A
D
em28xx.h
663
unsigned int
is_audio_only
:1;
member
H
A
D
em28xx-video.c
2208
if (dev->
is_audio_only
) {
in em28xx_v4l2_fini()
2261
if (dev->
is_audio_only
)
in em28xx_v4l2_suspend()
2274
if (dev->
is_audio_only
)
in em28xx_v4l2_resume()
2528
if (dev->
is_audio_only
) {
in em28xx_v4l2_init()
H
A
D
em28xx-cards.c
3353
if (dev->
is_audio_only
) {
in request_module_async()
3576
if (dev->
is_audio_only
) {
in em28xx_init_dev()
3889
dev->
is_audio_only
= has_vendor_audio && !(has_video || has_dvb);
in em28xx_usb_probe()
3990
dev->dev_next->
is_audio_only
= has_vendor_audio &&
in em28xx_usb_probe()
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/
H
A
D
em28xx-input.c
696
if (dev->
is_audio_only
) {
in em28xx_ir_init()
842
if (dev->
is_audio_only
) {
in em28xx_ir_fini()
873
if (dev->
is_audio_only
)
in em28xx_ir_suspend()
892
if (dev->
is_audio_only
)
in em28xx_ir_resume()
H
A
D
em28xx-audio.c
243
if (!dev->alt || dev->
is_audio_only
) {
in snd_em28xx_capture_open()
248
if (dev->
is_audio_only
)
in snd_em28xx_capture_open()
H
A
D
em28xx-dvb.c
1491
if (dev->
is_audio_only
) {
in em28xx_dvb_init()
2032
if (dev->
is_audio_only
) {
in em28xx_dvb_fini()
2084
if (dev->
is_audio_only
)
in em28xx_dvb_suspend()
2111
if (dev->
is_audio_only
)
in em28xx_dvb_resume()
H
A
D
em28xx.h
652
unsigned int
is_audio_only
:1;
member
H
A
D
em28xx-video.c
2198
if (dev->
is_audio_only
) {
in em28xx_v4l2_fini()
2251
if (dev->
is_audio_only
)
in em28xx_v4l2_suspend()
2264
if (dev->
is_audio_only
)
in em28xx_v4l2_resume()
2518
if (dev->
is_audio_only
) {
in em28xx_v4l2_init()
H
A
D
em28xx-cards.c
3398
if (dev->
is_audio_only
) {
in request_module_async()
3621
if (dev->
is_audio_only
) {
in em28xx_init_dev()
3934
dev->
is_audio_only
= has_vendor_audio && !(has_video || has_dvb);
in em28xx_usb_probe()
4035
dev->dev_next->
is_audio_only
= has_vendor_audio &&
in em28xx_usb_probe()
Completed in 26 milliseconds