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:data_lsb
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-led.c
50
__u8
data_lsb
;
member
293
dp.tx.
data_lsb
= 1 << delcom_get_lednum(led);
in delcom_enable_led()
303
dp.tx.
data_lsb
= delcom_get_lednum(led);
in delcom_set_pwm()
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-led.c
50
__u8
data_lsb
;
member
293
dp.tx.
data_lsb
= 1 << delcom_get_lednum(led);
in delcom_enable_led()
303
dp.tx.
data_lsb
= delcom_get_lednum(led);
in delcom_set_pwm()
/kernel/linux/linux-6.6/include/sound/
H
A
D
ump_msg.h
230
u32
data_lsb
:8;
member
234
u32
data_lsb
:8;
/kernel/linux/linux-6.6/sound/core/seq/
H
A
D
seq_ump_convert.c
103
ev->data.control.value = (val->pb.data_msb << 7) | val->pb.
data_lsb
;
in ump_midi1_to_pitchbend_ev()
401
midi1->pb.
data_lsb
);
in cvt_ump_midi1_to_midi2()
454
midi1->pb.
data_lsb
= v & 0x7f;
in cvt_ump_midi2_to_midi1()
640
data->pb.
data_lsb
= val & 0x7f;
in pitchbend_ev_to_ump_midi1()
Completed in 5 milliseconds