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:sch_array
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-mtk-sch.c
68
* the bandwidth domain array is saved to @
sch_array
of struct xhci_hcd_mtk,
655
struct mu3h_sch_bw_info *
sch_array
;
in xhci_mtk_sch_init()
local
662
sch_array
= kcalloc(num_usb_bus, sizeof(*
sch_array
), GFP_KERNEL);
in xhci_mtk_sch_init()
663
if (
sch_array
== NULL)
in xhci_mtk_sch_init()
667
INIT_LIST_HEAD(&
sch_array
[i].bw_ep_list);
in xhci_mtk_sch_init()
669
mtk->
sch_array
=
sch_array
;
in xhci_mtk_sch_init()
679
kfree(mtk->
sch_array
);
in xhci_mtk_sch_exit()
736
struct mu3h_sch_bw_info *
sch_array
;
in xhci_mtk_drop_ep_quirk()
local
[all...]
H
A
D
xhci-mtk.h
135
struct mu3h_sch_bw_info *
sch_array
;
member
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-mtk-sch.c
109
* the bandwidth domain array is saved to @
sch_array
of struct xhci_hcd_mtk,
142
return &mtk->
sch_array
[bw_index];
in get_bw_info()
603
struct mu3h_sch_bw_info *
sch_array
;
in xhci_mtk_sch_init()
local
609
sch_array
= kcalloc(num_usb_bus, sizeof(*
sch_array
), GFP_KERNEL);
in xhci_mtk_sch_init()
610
if (
sch_array
== NULL)
in xhci_mtk_sch_init()
613
mtk->
sch_array
=
sch_array
;
in xhci_mtk_sch_init()
623
kfree(mtk->
sch_array
);
in xhci_mtk_sch_exit()
H
A
D
xhci-mtk.h
145
struct mu3h_sch_bw_info *
sch_array
;
member
Completed in 4 milliseconds