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:pt_device
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/dma/ptdma/
H
A
D
ptdma.h
116
struct
pt_device
;
165
struct
pt_device
*pt;
177
struct
pt_device
*pt;
186
struct
pt_device
*pt;
190
struct
pt_device
*pt;
225
struct
pt_device
{
struct
314
int pt_dmaengine_register(struct
pt_device
*pt);
315
void pt_dmaengine_unregister(struct
pt_device
*pt);
317
void ptdma_debugfs_setup(struct
pt_device
*pt);
318
int pt_core_init(struct
pt_device
*p
[all...]
H
A
D
ptdma-pci.c
32
* pt_alloc_struct - allocate and initialize the
pt_device
struct
36
static struct
pt_device
*pt_alloc_struct(struct device *dev)
in pt_alloc_struct()
38
struct
pt_device
*pt;
in pt_alloc_struct()
51
static int pt_get_msix_irqs(struct
pt_device
*pt)
in pt_get_msix_irqs()
71
static int pt_get_msi_irq(struct
pt_device
*pt)
in pt_get_msi_irq()
86
static int pt_get_irqs(struct
pt_device
*pt)
in pt_get_irqs()
107
static void pt_free_irqs(struct
pt_device
*pt)
in pt_free_irqs()
123
struct
pt_device
*pt;
in pt_pci_probe()
208
struct
pt_device
*pt = dev_get_drvdata(dev);
in pt_pci_remove()
H
A
D
ptdma-dev.c
52
static void pt_log_error(struct
pt_device
*d, int e)
in pt_log_error()
104
struct
pt_device
*pt = container_of(cmd_q, struct
pt_device
, cmd_q);
in pt_core_perform_passthru()
144
void pt_check_status_trans(struct
pt_device
*pt, struct pt_cmd_queue *cmd_q)
in pt_check_status_trans()
166
struct
pt_device
*pt = data;
in pt_core_irq_handler()
176
int pt_core_init(struct
pt_device
*pt)
in pt_core_init()
277
void pt_core_destroy(struct
pt_device
*pt)
in pt_core_destroy()
H
A
D
ptdma-debugfs.c
25
struct
pt_device
*pt = s->private;
in pt_debugfs_info_show()
48
struct
pt_device
*pt = s->private;
in pt_debugfs_stats_show()
85
void ptdma_debugfs_setup(struct
pt_device
*pt)
in ptdma_debugfs_setup()
H
A
D
ptdma-dmaengine.c
43
struct
pt_device
*pt = desc->pt;
in pt_do_cleanup()
51
struct
pt_device
*pt;
in pt_dma_start_desc()
265
struct
pt_device
*pt = to_pt_chan(c)->pt;
in pt_tx_status()
320
int pt_dmaengine_register(struct
pt_device
*pt)
in pt_dmaengine_register()
403
void pt_dmaengine_unregister(struct
pt_device
*pt)
in pt_dmaengine_unregister()
Completed in 3 milliseconds