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:is_dma_capable
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/musb/
H
A
D
musb_dma.h
47
#define
is_dma_capable
() (0)
macro
49
#define
is_dma_capable
() (1)
macro
141
return (
is_dma_capable
() && c) ? c->status : MUSB_DMA_STATUS_UNKNOWN;
in dma_channel_status()
H
A
D
musb_host.c
710
if (use_dma &&
is_dma_capable
() && epnum && dma_controller) {
in musb_ep_program()
918
dma =
is_dma_capable
() ? ep->rx_channel : NULL;
in musb_bulk_nak_timeout()
934
dma =
is_dma_capable
() ? ep->tx_channel : NULL;
in musb_bulk_nak_timeout()
1227
dma =
is_dma_capable
() ? hw_ep->tx_channel : NULL;
in musb_host_tx()
1302
if (
is_dma_capable
() && dma && !status) {
in musb_host_tx()
1754
dma =
is_dma_capable
() ? hw_ep->rx_channel : NULL;
in musb_host_rx()
2328
if (
is_dma_capable
()) {
in musb_cleanup_urb()
2345
if (
is_dma_capable
() && dma)
in musb_cleanup_urb()
H
A
D
musb_gadget.c
27
#define is_buffer_mapped(req) (
is_dma_capable
() && \
40
if (!
is_dma_capable
() || !musb_ep->dma)
in map_dma_buffer()
166
if (
is_dma_capable
() && ep->dma) {
in nuke()
423
dma =
is_dma_capable
() ? musb_ep->dma : NULL;
in musb_g_tx()
816
dma =
is_dma_capable
() ? musb_ep->dma : NULL;
in musb_g_rx()
1054
if (
is_dma_capable
() && musb->dma_controller) {
in musb_gadget_enable()
1300
else if (
is_dma_capable
() && musb_ep->dma) {
in musb_gadget_dequeue()
H
A
D
davinci.c
94
if (
is_dma_capable
() && !dma_off)
in davinci_musb_enable()
121
if (
is_dma_capable
() && !dma_off)
in davinci_musb_disable()
H
A
D
tusb6010.c
959
if (
is_dma_capable
() && dma_off)
in tusb_musb_enable()
983
if (
is_dma_capable
() && !dma_off) {
in tusb_musb_disable()
/kernel/linux/linux-6.6/drivers/usb/musb/
H
A
D
musb_dma.h
47
#define
is_dma_capable
() (0)
macro
49
#define
is_dma_capable
() (1)
macro
134
return (
is_dma_capable
() && c) ? c->status : MUSB_DMA_STATUS_UNKNOWN;
in dma_channel_status()
H
A
D
musb_host.c
704
if (use_dma &&
is_dma_capable
() && epnum && dma_controller) {
in musb_ep_program()
912
dma =
is_dma_capable
() ? ep->rx_channel : NULL;
in musb_bulk_nak_timeout()
928
dma =
is_dma_capable
() ? ep->tx_channel : NULL;
in musb_bulk_nak_timeout()
1221
dma =
is_dma_capable
() ? hw_ep->tx_channel : NULL;
in musb_host_tx()
1296
if (
is_dma_capable
() && dma && !status) {
in musb_host_tx()
1748
dma =
is_dma_capable
() ? hw_ep->rx_channel : NULL;
in musb_host_rx()
2322
if (
is_dma_capable
()) {
in musb_cleanup_urb()
2339
if (
is_dma_capable
() && dma)
in musb_cleanup_urb()
H
A
D
musb_gadget.c
27
#define is_buffer_mapped(req) (
is_dma_capable
() && \
40
if (!
is_dma_capable
() || !musb_ep->dma)
in map_dma_buffer()
166
if (
is_dma_capable
() && ep->dma) {
in nuke()
423
dma =
is_dma_capable
() ? musb_ep->dma : NULL;
in musb_g_tx()
816
dma =
is_dma_capable
() ? musb_ep->dma : NULL;
in musb_g_rx()
1054
if (
is_dma_capable
() && musb->dma_controller) {
in musb_gadget_enable()
1300
else if (
is_dma_capable
() && musb_ep->dma) {
in musb_gadget_dequeue()
H
A
D
tusb6010.c
965
if (
is_dma_capable
() && dma_off)
in tusb_musb_enable()
989
if (
is_dma_capable
() && !dma_off) {
in tusb_musb_disable()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/
H
A
D
mtk-mdp3-comp.c
769
static inline bool
is_dma_capable
(const enum mdp_comp_type type)
in is_dma_capable()
function
801
if (comp->comp_dev &&
is_dma_capable
(comp->type)) {
in mdp_comp_clock_on()
831
if (comp->comp_dev &&
is_dma_capable
(comp->type))
in mdp_comp_clock_on()
847
if (comp->comp_dev &&
is_dma_capable
(comp->type))
in mdp_comp_clock_off()
978
if (
is_dma_capable
(comp->type)) {
in mdp_comp_init()
1090
if (
is_dma_capable
(mdp->comp[i]->type))
in mdp_comp_destroy()
1144
if (!
is_dma_capable
(comp->type))
in mdp_comp_config()
Completed in 17 milliseconds