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:hsu
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/hsu/
H
A
D
hsu.c
26
#include "
hsu
.h"
151
if (nr >= chip->
hsu
->nr_channels)
in hsu_dma_get_status()
154
hsuc = &chip->
hsu
->chan[nr];
in hsu_dma_get_status()
209
if (nr >= chip->
hsu
->nr_channels)
in hsu_dma_do_irq()
212
hsuc = &chip->
hsu
->chan[nr];
in hsu_dma_do_irq()
418
struct hsu_dma *
hsu
;
in hsu_dma_probe()
local
423
hsu
= devm_kzalloc(chip->dev, sizeof(*
hsu
), GFP_KERNEL);
in hsu_dma_probe()
424
if (!
hsu
)
in hsu_dma_probe()
427
chip->
hsu
in hsu_dma_probe()
484
struct
hsu
_dma *
hsu
= chip->
hsu
;
hsu_dma_remove()
local
[all...]
H
A
D
Makefile
3
hsu_dma-objs :=
hsu
.o
H
A
D
hsu.h
14
#include <linux/dma/
hsu
.h>
H
A
D
pci.c
16
#include "
hsu
.h"
36
for (i = 0; i < chip->
hsu
->nr_channels; i++) {
in hsu_pci_irq()
/kernel/linux/linux-6.6/drivers/dma/hsu/
H
A
D
hsu.c
34
#include "
hsu
.h"
159
if (nr >= chip->
hsu
->nr_channels)
in hsu_dma_get_status()
162
hsuc = &chip->
hsu
->chan[nr];
in hsu_dma_get_status()
218
if (nr >= chip->
hsu
->nr_channels)
in hsu_dma_do_irq()
221
hsuc = &chip->
hsu
->chan[nr];
in hsu_dma_do_irq()
429
struct hsu_dma *
hsu
;
in hsu_dma_probe()
local
434
hsu
= devm_kzalloc(chip->dev, sizeof(*
hsu
), GFP_KERNEL);
in hsu_dma_probe()
435
if (!
hsu
)
in hsu_dma_probe()
438
chip->
hsu
in hsu_dma_probe()
495
struct
hsu
_dma *
hsu
= chip->
hsu
;
hsu_dma_remove()
local
[all...]
H
A
D
Makefile
3
hsu_dma-objs :=
hsu
.o
H
A
D
hsu.h
18
#include <linux/dma/
hsu
.h>
H
A
D
pci.c
17
#include "
hsu
.h"
37
for_each_set_bit(i, &dmaisr, chip->
hsu
->nr_channels) {
in hsu_pci_irq()
/kernel/linux/linux-5.10/include/linux/dma/
H
A
D
hsu.h
14
#include <linux/platform_data/dma-
hsu
.h>
25
* @
hsu
: struct hsu_dma that is filed by ->probe()
34
struct hsu_dma *
hsu
;
member
/kernel/linux/linux-6.6/include/linux/dma/
H
A
D
hsu.h
15
#include <linux/platform_data/dma-
hsu
.h>
27
* @
hsu
: struct hsu_dma that is filed by ->probe()
36
struct hsu_dma *
hsu
;
member
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
Makefile
42
obj-$(CONFIG_HSU_DMA) +=
hsu
/
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H
A
D
8250_mid.c
14
#include <linux/dma/
hsu
.h>
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H
A
D
8250_mid.c
14
#include <linux/dma/
hsu
.h>
Completed in 5 milliseconds