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:musb_get_state
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/musb/
H
A
D
musb_debugfs.c
238
switch (
musb_get_state
(musb)) {
in musb_softconnect_show()
278
switch (
musb_get_state
(musb)) {
in musb_softconnect_write()
289
switch (
musb_get_state
(musb)) {
in musb_softconnect_write()
H
A
D
musb_virthub.c
87
switch (
musb_get_state
(musb)) {
in musb_port_suspend()
127
if (
musb_get_state
(musb) == OTG_STATE_B_IDLE) {
in musb_port_reset()
206
switch (
musb_get_state
(musb)) {
in musb_root_disconnect()
H
A
D
musb_core.c
602
switch (
musb_get_state
(musb)) {
in musb_otg_timer_func()
635
switch (
musb_get_state
(musb)) {
in musb_hnp_stop()
671
switch (
musb_get_state
(musb)) {
in musb_handle_intr_resume()
696
switch (
musb_get_state
(musb)) {
in musb_handle_intr_resume()
776
switch (
musb_get_state
(musb)) {
in musb_handle_intr_vbuserr()
832
switch (
musb_get_state
(musb)) {
in musb_handle_intr_suspend()
908
switch (
musb_get_state
(musb)) {
in musb_handle_intr_connect()
947
switch (
musb_get_state
(musb)) {
in musb_handle_intr_disconnect()
1004
switch (
musb_get_state
(musb)) {
in musb_handle_intr_reset()
1214
musb_get_state
(mus
in musb_start()
[all...]
H
A
D
musb_core.h
604
static inline enum usb_otg_state
musb_get_state
(struct musb *musb)
in musb_get_state()
function
614
return usb_otg_state_string(
musb_get_state
(musb));
in musb_otg_state_string()
H
A
D
musb_gadget.c
1526
switch (
musb_get_state
(musb)) {
in musb_gadget_wakeup()
1936
switch (
musb_get_state
(musb)) {
in musb_g_resume()
1962
switch (
musb_get_state
(musb)) {
in musb_g_suspend()
2011
switch (
musb_get_state
(musb)) {
in musb_g_disconnect()
H
A
D
musb_host.c
2511
switch (
musb_get_state
(musb)) {
in musb_bus_suspend()
Completed in 12 milliseconds