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:_dmaInterruptCH0
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/smipcie/
H
A
D
smipcie-main.c
263
(port->
_dmaInterruptCH0
| port->_dmaInterruptCH1));
in smi_port_disableInterrupt()
271
(port->
_dmaInterruptCH0
| port->_dmaInterruptCH1));
in smi_port_enableInterrupt()
279
(port->
_dmaInterruptCH0
| port->_dmaInterruptCH1));
in smi_port_clearInterrupt()
296
if ((intr_status & port->
_dmaInterruptCH0
) && (dmaChan0State == 0x01)) {
in smi_dma_xfer()
342
if (intr_status & port->
_dmaInterruptCH0
)
in smi_dma_xfer()
372
port->
_dmaInterruptCH0
= dmaChanUsed & 0x01;
in smi_port_init()
386
port->
_dmaInterruptCH0
= (dmaChanUsed << 2) & 0x04;
in smi_port_init()
400
if (port->
_dmaInterruptCH0
) {
in smi_port_init()
444
u32 port_req_irq = port->
_dmaInterruptCH0
| port->_dmaInterruptCH1;
in smi_port_irq()
778
if (port->
_dmaInterruptCH0
) {
in smi_config_DMA()
[all...]
H
A
D
smipcie.h
257
u32
_dmaInterruptCH0
;
member
/kernel/linux/linux-6.6/drivers/media/pci/smipcie/
H
A
D
smipcie-main.c
263
(port->
_dmaInterruptCH0
| port->_dmaInterruptCH1));
in smi_port_disableInterrupt()
271
(port->
_dmaInterruptCH0
| port->_dmaInterruptCH1));
in smi_port_enableInterrupt()
279
(port->
_dmaInterruptCH0
| port->_dmaInterruptCH1));
in smi_port_clearInterrupt()
296
if ((intr_status & port->
_dmaInterruptCH0
) && (dmaChan0State == 0x01)) {
in smi_dma_xfer()
342
if (intr_status & port->
_dmaInterruptCH0
)
in smi_dma_xfer()
374
port->
_dmaInterruptCH0
= dmaChanUsed & 0x01;
in smi_port_init()
388
port->
_dmaInterruptCH0
= (dmaChanUsed << 2) & 0x04;
in smi_port_init()
402
if (port->
_dmaInterruptCH0
) {
in smi_port_init()
448
u32 port_req_irq = port->
_dmaInterruptCH0
| port->_dmaInterruptCH1;
in smi_port_irq()
782
if (port->
_dmaInterruptCH0
) {
in smi_config_DMA()
[all...]
H
A
D
smipcie.h
257
u32
_dmaInterruptCH0
;
member
Completed in 6 milliseconds