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:using_desc_dma
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H
A
D
gadget.c
98
*
using_desc_dma
- return the descriptor DMA status of the driver.
103
static inline bool
using_desc_dma
(struct dwc2_hsotg *hsotg)
in using_desc_dma()
function
1098
if (!
using_desc_dma
(hsotg))
in dwc2_hsotg_start_req()
1149
if (
using_desc_dma
(hsotg)) {
in dwc2_hsotg_start_req()
1440
if (
using_desc_dma
(hs) && hs_ep->isochronous) {
in dwc2_hsotg_ep_queue()
1466
if (
using_desc_dma
(hs) && !hs_ep->index) {
in dwc2_hsotg_ep_queue()
1481
if (
using_desc_dma
(hs) && hs_ep->isochronous) {
in dwc2_hsotg_ep_queue()
2080
if (
using_desc_dma
(hsotg)) {
in dwc2_hsotg_program_zlp()
2155
if (
using_desc_dma
(hsotg) && hs_ep->isochronous)
in dwc2_hsotg_complete_request()
2407
if (
using_desc_dma
(hsot
in dwc2_hsotg_handle_outdone()
[all...]
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H
A
D
gadget.c
99
*
using_desc_dma
- return the descriptor DMA status of the driver.
104
static inline bool
using_desc_dma
(struct dwc2_hsotg *hsotg)
in using_desc_dma()
function
1099
if (!
using_desc_dma
(hsotg))
in dwc2_hsotg_start_req()
1150
if (
using_desc_dma
(hsotg)) {
in dwc2_hsotg_start_req()
1441
if (
using_desc_dma
(hs) && hs_ep->isochronous) {
in dwc2_hsotg_ep_queue()
1467
if (
using_desc_dma
(hs) && !hs_ep->index) {
in dwc2_hsotg_ep_queue()
1482
if (
using_desc_dma
(hs) && hs_ep->isochronous) {
in dwc2_hsotg_ep_queue()
2080
if (
using_desc_dma
(hsotg)) {
in dwc2_hsotg_program_zlp()
2155
if (
using_desc_dma
(hsotg) && hs_ep->isochronous)
in dwc2_hsotg_complete_request()
2407
if (
using_desc_dma
(hsot
in dwc2_hsotg_handle_outdone()
[all...]
Completed in 8 milliseconds