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:link_on
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/firewire/
H
A
D
core-topology.c
109
node->
link_on
= SELF_ID_LINK_ON(sid);
in fw_node_create()
423
if (node0->
link_on
&& !node1->
link_on
)
in update_tree()
425
else if (!node0->
link_on
&& node1->
link_on
)
in update_tree()
427
else if (node1->initiated_reset && node1->
link_on
)
in update_tree()
434
node0->
link_on
= node1->
link_on
;
in update_tree()
H
A
D
core.h
57
* enable the PHY or set the
link_on
bit and initiate a bus
178
u8
link_on
:1;
member
H
A
D
core-card.c
347
if (!card->irm_node->
link_on
) {
in bm_work()
434
* Either
link_on
is false, or we failed to read the
in bm_work()
H
A
D
core-device.c
1001
if (device->node->
link_on
)
in fw_device_init()
/kernel/linux/linux-6.6/drivers/firewire/
H
A
D
core-topology.c
110
node->
link_on
= SELF_ID_LINK_ON(sid);
in fw_node_create()
424
if (node0->
link_on
&& !node1->
link_on
)
in update_tree()
426
else if (!node0->
link_on
&& node1->
link_on
)
in update_tree()
428
else if (node1->initiated_reset && node1->
link_on
)
in update_tree()
435
node0->
link_on
= node1->
link_on
;
in update_tree()
H
A
D
core.h
57
* enable the PHY or set the
link_on
bit and initiate a bus
178
u8
link_on
:1;
member
H
A
D
core-card.c
347
if (!card->irm_node->
link_on
) {
in bm_work()
450
* Either
link_on
is false, or we failed to read the
in bm_work()
H
A
D
core-device.c
999
if (device->node->
link_on
)
in fw_device_init()
/kernel/linux/linux-5.10/tools/firewire/
H
A
D
nosy-dump.h
21
} common,
link_on
;
member
H
A
D
nosy-dump.c
779
printf("link-on packet, phy_id=%02x", pp->
link_on
.phy_id);
in print_packet()
/kernel/linux/linux-6.6/tools/firewire/
H
A
D
nosy-dump.h
21
} common,
link_on
;
member
H
A
D
nosy-dump.c
779
printf("link-on packet, phy_id=%02x", pp->
link_on
.phy_id);
in print_packet()
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
lan78xx.c
404
int
link_on
;
member
1173
if (!link && dev->
link_on
) {
in lan78xx_link_reset()
1174
dev->
link_on
= false;
in lan78xx_link_reset()
1186
} else if (link && !dev->
link_on
) {
in lan78xx_link_reset()
1187
dev->
link_on
= true;
in lan78xx_link_reset()
2617
dev->
link_on
= false;
in lan78xx_open()
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
lan78xx.c
463
int
link_on
;
member
1434
if (!link && dev->
link_on
) {
in lan78xx_link_reset()
1435
dev->
link_on
= false;
in lan78xx_link_reset()
1443
} else if (link && !dev->
link_on
) {
in lan78xx_link_reset()
1444
dev->
link_on
= true;
in lan78xx_link_reset()
3132
dev->
link_on
= false;
in lan78xx_open()
Completed in 24 milliseconds