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:tb_switch_remove
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/
H
A
D
tb.c
742
tb_switch_remove
(port->remote->sw);
in tb_free_unplugged_children()
1161
tb_switch_remove
(port->remote->sw);
in tb_handle_hotplug()
1261
tb_switch_remove
(tb->root_switch);
in tb_stop()
H
A
D
icm.c
658
tb_switch_remove
(sw);
in remove_switch()
1985
*
tb_switch_remove
() calls pm_runtime_get_sync() that then waits
in remove_unplugged_switch()
1990
tb_switch_remove
(sw);
in remove_unplugged_switch()
2124
tb_switch_remove
(tb->root_switch);
in icm_stop()
H
A
D
tb.h
654
void
tb_switch_remove
(struct tb_switch *sw);
H
A
D
switch.c
2451
* remove and release the switch, call
tb_switch_remove
().
2556
*
tb_switch_remove
() - Remove and release a switch
2563
void
tb_switch_remove
(struct tb_switch *sw)
in tb_switch_remove()
function
2577
tb_switch_remove
(port->remote->sw);
in tb_switch_remove()
/kernel/linux/linux-6.6/drivers/thunderbolt/
H
A
D
tb.c
1096
tb_switch_remove
(port->remote->sw);
in tb_free_unplugged_children()
1705
tb_switch_remove
(port->remote->sw);
in tb_handle_hotplug()
2062
tb_switch_remove
(tb->root_switch);
in tb_stop()
H
A
D
icm.c
676
tb_switch_remove
(sw);
in remove_switch()
2040
*
tb_switch_remove
() calls pm_runtime_get_sync() that then waits
in remove_unplugged_switch()
2045
tb_switch_remove
(sw);
in remove_unplugged_switch()
2179
tb_switch_remove
(tb->root_switch);
in icm_stop()
H
A
D
switch.c
2906
* remove and release the switch, call
tb_switch_remove
().
3029
*
tb_switch_remove
() - Remove and release a switch
3036
void
tb_switch_remove
(struct tb_switch *sw)
in tb_switch_remove()
function
3050
tb_switch_remove
(port->remote->sw);
in tb_switch_remove()
H
A
D
tb.h
799
void
tb_switch_remove
(struct tb_switch *sw);
Completed in 39 milliseconds