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:timb_dma
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
timb_dma.c
3
*
timb_dma
.c timberdale FPGA DMA driver
20
#include <linux/
timb_dma
.h>
87
struct
timb_dma
{
struct
103
static struct
timb_dma
*tdchantotd(struct timb_dma_chan *td_chan)
in tdchantotd()
106
return (struct
timb_dma
*)((u8 *)td_chan -
in tdchantotd()
107
id * sizeof(struct timb_dma_chan) - sizeof(struct
timb_dma
));
in tdchantotd()
114
struct
timb_dma
*td = tdchantotd(td_chan);
in __td_enable_chan_irq()
129
struct
timb_dma
*td = (struct
timb_dma
*)((u8 *)td_chan -
in __td_dma_done_ack()
130
id * sizeof(struct timb_dma_chan) - sizeof(struct
timb_dma
));
in __td_dma_done_ack()
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
timb_dma.c
3
*
timb_dma
.c timberdale FPGA DMA driver
20
#include <linux/
timb_dma
.h>
87
struct
timb_dma
{
struct
103
static struct
timb_dma
*tdchantotd(struct timb_dma_chan *td_chan)
in tdchantotd()
106
return (struct
timb_dma
*)((u8 *)td_chan -
in tdchantotd()
107
id * sizeof(struct timb_dma_chan) - sizeof(struct
timb_dma
));
in tdchantotd()
114
struct
timb_dma
*td = tdchantotd(td_chan);
in __td_enable_chan_irq()
129
struct
timb_dma
*td = (struct
timb_dma
*)((u8 *)td_chan -
in __td_dma_done_ack()
130
id * sizeof(struct timb_dma_chan) - sizeof(struct
timb_dma
));
in __td_dma_done_ack()
[all...]
H
A
D
Makefile
78
obj-$(CONFIG_TIMB_DMA) +=
timb_dma
.o
/kernel/linux/linux-5.10/drivers/mfd/
H
A
D
timberdale.c
33
#include <linux/
timb_dma
.h>
/kernel/linux/linux-6.6/drivers/mfd/
H
A
D
timberdale.c
32
#include <linux/
timb_dma
.h>
Completed in 4 milliseconds