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:isp1760_hcd_read
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/isp1760/
H
A
D
isp1760-hcd.c
200
static u32
isp1760_hcd_read
(struct usb_hcd *hcd, u32 field)
in isp1760_hcd_read()
function
283
return !!
isp1760_hcd_read
(hcd, field);
in isp1760_hcd_is_set()
303
return
isp1760_hcd_read
(hcd, HCS_N_PORTS);
in isp1760_hcd_n_ports()
706
isoc_cache =
isp1760_hcd_read
(hcd, HCC_ISOC_CACHE);
in priv_init()
707
isoc_thres =
isp1760_hcd_read
(hcd, HCC_ISOC_THRES);
in priv_init()
737
isp1760_hcd_read
(hcd, HC_CHIP_ID_HIGH);
in isp1760_hc_setup()
738
scratch =
isp1760_hcd_read
(hcd, HC_SCRATCH);
in isp1760_hc_setup()
1020
skip_map =
isp1760_hcd_read
(hcd, HC_ATL_PTD_SKIPMAP);
in start_bus_transfer()
1023
priv->atl_done_map |=
isp1760_hcd_read
(hcd, HC_ATL_PTD_DONEMAP);
in start_bus_transfer()
1026
skip_map =
isp1760_hcd_read
(hc
in start_bus_transfer()
[all...]
Completed in 3 milliseconds