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:ledstate
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
keyboard.h
15
int
ledstate
; /* Current led state */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
keyboard.h
15
int
ledstate
; /* Current led state */
member
/kernel/linux/linux-5.10/drivers/tty/vt/
H
A
D
keyboard.c
141
static unsigned int
ledstate
= -1U; /* undefined */
variable
1009
if (
ledstate
!= -1U)
in kbd_led_trigger_activate()
1011
ledstate
& trigger->mask ?
in kbd_led_trigger_activate()
1121
return
ledstate
& 0xff;
in getledstate()
1239
if (leds !=
ledstate
) {
in kbd_bh()
1240
kbd_propagate_led_state(
ledstate
, leds);
in kbd_bh()
1241
ledstate
= leds;
in kbd_bh()
1437
param.
ledstate
= kbd->ledflagstate;
in kbd_keycode()
1491
param.
ledstate
= kbd->ledflagstate;
in kbd_keycode()
1587
if (
ledstate
!
in kbd_start()
[all...]
/kernel/linux/linux-6.6/drivers/tty/vt/
H
A
D
keyboard.c
154
static unsigned int
ledstate
= -1U; /* undefined */
variable
1035
if (
ledstate
!= -1U)
in kbd_led_trigger_activate()
1037
ledstate
& trigger->mask ?
in kbd_led_trigger_activate()
1147
return
ledstate
& 0xff;
in getledstate()
1266
ledstate
= ~leds;
in kbd_bh()
1270
if (leds !=
ledstate
) {
in kbd_bh()
1271
kbd_propagate_led_state(
ledstate
, leds);
in kbd_bh()
1272
ledstate
= leds;
in kbd_bh()
1472
param.
ledstate
= kbd->ledflagstate;
in kbd_keycode()
1526
param.
ledstate
in kbd_keycode()
[all...]
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/
H
A
D
hfc_multi_8xx.h
108
hc->
ledstate
= 0xAFFEAFFE;
in setup_embedded()
H
A
D
hfcmulti.c
1654
if (leds != (int)hc->
ledstate
) {
in hfcmulti_leds()
1656
hc->
ledstate
= leds;
in hfcmulti_leds()
1707
if (leds != (int)hc->
ledstate
) {
in hfcmulti_leds()
1709
hc->
ledstate
= leds;
in hfcmulti_leds()
1716
if (leds != (int)hc->
ledstate
) {
in hfcmulti_leds()
1719
hc->
ledstate
= leds;
in hfcmulti_leds()
1762
if (leds != (int)hc->
ledstate
) {
in hfcmulti_leds()
1767
hc->
ledstate
= leds;
in hfcmulti_leds()
1805
if (leddw != hc->
ledstate
) {
in hfcmulti_leds()
1813
hc->
ledstate
in hfcmulti_leds()
[all...]
H
A
D
hfc_multi.h
209
u_long
ledstate
; /* save last state of leds */
member
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H
A
D
types.h
229
uint8_t
ledstate
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H
A
D
types.h
230
uint8_t
ledstate
;
member
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/
H
A
D
hfc_multi_8xx.h
108
hc->
ledstate
= 0xAFFEAFFE;
in setup_embedded()
H
A
D
hfcmulti.c
1623
if (leds != (int)hc->
ledstate
) {
in hfcmulti_leds()
1625
hc->
ledstate
= leds;
in hfcmulti_leds()
1676
if (leds != (int)hc->
ledstate
) {
in hfcmulti_leds()
1678
hc->
ledstate
= leds;
in hfcmulti_leds()
1685
if (leds != (int)hc->
ledstate
) {
in hfcmulti_leds()
1688
hc->
ledstate
= leds;
in hfcmulti_leds()
1731
if (leds != (int)hc->
ledstate
) {
in hfcmulti_leds()
1736
hc->
ledstate
= leds;
in hfcmulti_leds()
1774
if (leddw != hc->
ledstate
) {
in hfcmulti_leds()
1782
hc->
ledstate
in hfcmulti_leds()
[all...]
H
A
D
hfc_multi.h
209
u_long
ledstate
; /* save last state of leds */
member
Completed in 25 milliseconds