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:TRIGGER_NETDEV_RX
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/leds/trigger/
H
A
D
ledtrig-netdev.c
120
test_bit(
TRIGGER_NETDEV_RX
, &trigger_data->mode))
in set_baseline_state()
295
case
TRIGGER_NETDEV_RX
:
in netdev_led_attr_show()
325
case
TRIGGER_NETDEV_RX
:
in netdev_led_attr_store()
373
DEFINE_NETDEV_TRIGGER(rx,
TRIGGER_NETDEV_RX
);
508
!test_bit(
TRIGGER_NETDEV_RX
, &trigger_data->mode))
in netdev_trig_work()
515
(test_bit(
TRIGGER_NETDEV_RX
, &trigger_data->mode) ?
in netdev_trig_work()
/kernel/linux/linux-6.6/drivers/net/phy/
H
A
D
marvell.c
2909
BIT(
TRIGGER_NETDEV_RX
) |
2914
.rules = (BIT(
TRIGGER_NETDEV_RX
) |
2919
.rules = (BIT(
TRIGGER_NETDEV_RX
) |
2944
BIT(
TRIGGER_NETDEV_RX
) |
2950
BIT(
TRIGGER_NETDEV_RX
)),
2954
.rules = (BIT(
TRIGGER_NETDEV_RX
) |
2959
.rules = (BIT(
TRIGGER_NETDEV_RX
) |
2985
BIT(
TRIGGER_NETDEV_RX
) |
2990
.rules = (BIT(
TRIGGER_NETDEV_RX
) |
2995
.rules = (BIT(
TRIGGER_NETDEV_RX
) |
[all...]
H
A
D
mediatek-ge-soc.c
1210
BIT(
TRIGGER_NETDEV_RX
) |
1291
*rules |= BIT(
TRIGGER_NETDEV_RX
);
in mt798x_phy_led_hw_control_get()
1325
if (rules & BIT(
TRIGGER_NETDEV_RX
)) {
in mt798x_phy_led_hw_control_set()
/kernel/linux/linux-6.6/drivers/net/dsa/qca/
H
A
D
qca8k-leds.c
70
if (test_bit(
TRIGGER_NETDEV_RX
, &rules))
in qca8k_parse_netdev()
335
set_bit(
TRIGGER_NETDEV_RX
, rules);
in qca8k_cled_hw_control_get()
/kernel/linux/linux-6.6/include/linux/
H
A
D
leds.h
594
TRIGGER_NETDEV_RX
,
enumerator
Completed in 9 milliseconds