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:has_output
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/sound/firewire/oxfw/
H
A
D
oxfw-stream.c
50
if (oxfw->
has_output
)
in set_rate()
260
if (oxfw->
has_output
) {
in snd_oxfw_stream_reserve_duplex()
284
if (oxfw->
has_output
) {
in snd_oxfw_stream_reserve_duplex()
303
if (oxfw->
has_output
) {
in snd_oxfw_stream_reserve_duplex()
315
if (oxfw->
has_output
)
in snd_oxfw_stream_reserve_duplex()
336
if (oxfw->
has_output
)
in snd_oxfw_stream_start_duplex()
348
if (oxfw->
has_output
&&
in snd_oxfw_stream_start_duplex()
369
if (oxfw->
has_output
) {
in snd_oxfw_stream_start_duplex()
383
if (oxfw->
has_output
)
in snd_oxfw_stream_start_duplex()
397
if (oxfw->
has_output
) {
in snd_oxfw_stream_stop_duplex()
[all...]
H
A
D
oxfw.c
121
if (oxfw->
has_output
|| oxfw->has_input)
in oxfw_card_free()
210
if (oxfw->
has_output
|| oxfw->has_input) {
in do_registration()
280
if (oxfw->
has_output
|| oxfw->has_input) {
in oxfw_bus_reset()
H
A
D
oxfw-proc.c
46
if (!oxfw->
has_output
)
in proc_read_formation()
H
A
D
oxfw.h
47
bool
has_output
;
member
H
A
D
oxfw-pcm.c
435
if (oxfw->
has_output
)
in snd_oxfw_create_pcm()
/kernel/linux/linux-6.6/sound/firewire/oxfw/
H
A
D
oxfw-stream.c
50
if (oxfw->
has_output
)
in set_rate()
266
if (oxfw->
has_output
) {
in snd_oxfw_stream_reserve_duplex()
290
if (oxfw->
has_output
) {
in snd_oxfw_stream_reserve_duplex()
309
if (oxfw->
has_output
) {
in snd_oxfw_stream_reserve_duplex()
321
if (oxfw->
has_output
)
in snd_oxfw_stream_reserve_duplex()
342
if (oxfw->
has_output
)
in snd_oxfw_stream_start_duplex()
357
if (oxfw->
has_output
&&
in snd_oxfw_stream_start_duplex()
398
if (oxfw->
has_output
)
in snd_oxfw_stream_start_duplex()
412
if (oxfw->
has_output
) {
in snd_oxfw_stream_stop_duplex()
440
if (oxfw->
has_output
) {
in snd_oxfw_stream_init_duplex()
[all...]
H
A
D
oxfw.c
124
if (oxfw->
has_output
|| oxfw->has_input)
in oxfw_card_free()
243
if (oxfw->
has_output
|| oxfw->has_input) {
in oxfw_probe()
279
if (oxfw->
has_output
|| oxfw->has_input) {
in oxfw_bus_reset()
H
A
D
oxfw-proc.c
46
if (!oxfw->
has_output
)
in proc_read_formation()
H
A
D
oxfw.h
67
bool
has_output
;
member
H
A
D
oxfw-pcm.c
435
if (oxfw->
has_output
)
in snd_oxfw_create_pcm()
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H
A
D
ivtv-ioctl.c
1504
int
has_output
= itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT;
in ivtv_log_status()
local
1522
if (
has_output
) {
in ivtv_log_status()
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H
A
D
ivtv-ioctl.c
1498
int
has_output
= itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT;
in ivtv_log_status()
local
1516
if (
has_output
) {
in ivtv_log_status()
Completed in 10 milliseconds