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:frame_irq
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H
A
D
bttv-risc.c
481
if (btv->curr.
frame_irq
|| btv->loop_irq || btv->cvbi) {
in bttv_set_dma()
659
set->
frame_irq
);
in bttv_buffer_activate_video()
671
set->
frame_irq
);
in bttv_buffer_activate_video()
683
set->
frame_irq
);
in bttv_buffer_activate_video()
H
A
D
bttvp.h
165
unsigned int
frame_irq
;
member
H
A
D
bttv-driver.c
1168
if (btv->curr.
frame_irq
) {
in set_input()
1661
if (!btv->curr.
frame_irq
) {
in buffer_queue()
3472
set->
frame_irq
= 1;
in bttv_irq_next_video()
3542
btv->screen, set->
frame_irq
, set->top_irq);
in bttv_irq_next_video()
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H
A
D
bttv-risc.c
376
if (btv->curr.
frame_irq
|| btv->loop_irq || btv->cvbi)
in bttv_set_irq_timer()
624
set->
frame_irq
);
in bttv_buffer_activate_video()
635
set->
frame_irq
);
in bttv_buffer_activate_video()
646
set->
frame_irq
);
in bttv_buffer_activate_video()
H
A
D
bttvp.h
160
unsigned int
frame_irq
;
member
H
A
D
bttv-driver.c
1153
if (btv->curr.
frame_irq
) {
in set_input()
2664
set->
frame_irq
= BT848_RISC_VIDEO;
in bttv_irq_next_video()
2722
set->
frame_irq
, set->top_irq);
in bttv_irq_next_video()
Completed in 15 milliseconds