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:pch_dma
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
pch_dma.c
15
#include <linux/
pch_dma
.h>
115
struct
pch_dma
{
struct
148
static inline struct
pch_dma
*to_pd(struct dma_device *ddev)
in to_pd()
150
return container_of(ddev, struct
pch_dma
, dma);
in to_pd()
179
struct
pch_dma
*pd = to_pd(chan->device);
in pdc_enable_irq()
204
struct
pch_dma
*pd = to_pd(chan->device);
in pdc_set_dir()
251
struct
pch_dma
*pd = to_pd(chan->device);
in pdc_set_mode()
285
struct
pch_dma
*pd = to_pd(pd_chan->chan.device);
in pdc_get_status0()
295
struct
pch_dma
*pd = to_pd(pd_chan->chan.device);
in pdc_get_status2()
429
struct
pch_dma
*p
in pdc_alloc_desc()
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
pch_dma.c
15
#include <linux/
pch_dma
.h>
115
struct
pch_dma
{
struct
148
static inline struct
pch_dma
*to_pd(struct dma_device *ddev)
in to_pd()
150
return container_of(ddev, struct
pch_dma
, dma);
in to_pd()
179
struct
pch_dma
*pd = to_pd(chan->device);
in pdc_enable_irq()
204
struct
pch_dma
*pd = to_pd(chan->device);
in pdc_set_dir()
251
struct
pch_dma
*pd = to_pd(chan->device);
in pdc_set_mode()
285
struct
pch_dma
*pd = to_pd(pd_chan->chan.device);
in pdc_get_status0()
295
struct
pch_dma
*pd = to_pd(pd_chan->chan.device);
in pdc_get_status2()
429
struct
pch_dma
*p
in pdc_alloc_desc()
[all...]
H
A
D
Makefile
62
obj-$(CONFIG_PCH_DMA) +=
pch_dma
.o
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
pch_uart.c
23
#include <linux/
pch_dma
.h>
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-topcliff-pch.c
20
#include <linux/
pch_dma
.h>
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
pch_uart.c
24
#include <linux/
pch_dma
.h>
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-topcliff-pch.c
20
#include <linux/
pch_dma
.h>
Completed in 12 milliseconds