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:qh_ptr
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H
A
D
hcd.c
2720
struct list_head *
qh_ptr
;
in dwc2_hcd_select_transactions()
local
2729
qh_ptr
= hsotg->periodic_sched_ready.next;
in dwc2_hcd_select_transactions()
2730
while (
qh_ptr
!= &hsotg->periodic_sched_ready) {
in dwc2_hcd_select_transactions()
2738
qh = list_entry(
qh_ptr
, struct dwc2_qh, qh_list_entry);
in dwc2_hcd_select_transactions()
2746
qh_ptr
=
qh_ptr
->next;
in dwc2_hcd_select_transactions()
2758
qh_ptr
= hsotg->non_periodic_sched_inactive.next;
in dwc2_hcd_select_transactions()
2759
while (
qh_ptr
!= &hsotg->non_periodic_sched_inactive) {
in dwc2_hcd_select_transactions()
2766
qh = list_entry(
qh_ptr
, struct dwc2_qh, qh_list_entry);
in dwc2_hcd_select_transactions()
2780
qh_ptr
in dwc2_hcd_select_transactions()
2881
struct list_head *
qh_ptr
;
dwc2_process_periodic_channels()
local
[all...]
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H
A
D
hcd.c
2685
struct list_head *
qh_ptr
;
in dwc2_hcd_select_transactions()
local
2694
qh_ptr
= hsotg->periodic_sched_ready.next;
in dwc2_hcd_select_transactions()
2695
while (
qh_ptr
!= &hsotg->periodic_sched_ready) {
in dwc2_hcd_select_transactions()
2703
qh = list_entry(
qh_ptr
, struct dwc2_qh, qh_list_entry);
in dwc2_hcd_select_transactions()
2711
qh_ptr
=
qh_ptr
->next;
in dwc2_hcd_select_transactions()
2723
qh_ptr
= hsotg->non_periodic_sched_inactive.next;
in dwc2_hcd_select_transactions()
2724
while (
qh_ptr
!= &hsotg->non_periodic_sched_inactive) {
in dwc2_hcd_select_transactions()
2731
qh = list_entry(
qh_ptr
, struct dwc2_qh, qh_list_entry);
in dwc2_hcd_select_transactions()
2745
qh_ptr
in dwc2_hcd_select_transactions()
2846
struct list_head *
qh_ptr
;
dwc2_process_periodic_channels()
local
[all...]
Completed in 9 milliseconds