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:re_lsb
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-uclogic-params.h
95
unsigned int
re_lsb
;
member
177
".frame.
re_lsb
= %u\n" \
195
(_params)->frame.
re_lsb
, \
H
A
D
hid-uclogic-core.c
319
if (params->frame.
re_lsb
> 0 &&
in uclogic_raw_event()
320
params->frame.
re_lsb
/ 8 < size) {
in uclogic_raw_event()
321
unsigned int byte = params->frame.
re_lsb
/ 8;
in uclogic_raw_event()
322
unsigned int bit = params->frame.
re_lsb
% 8;
in uclogic_raw_event()
H
A
D
hid-uclogic-params.c
1084
p.frame.
re_lsb
=
in uclogic_params_init()
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-uclogic-core.c
368
if (frame->
re_lsb
> 0 && frame->
re_lsb
/ 8 < size) {
in uclogic_raw_event_frame()
369
unsigned int byte = frame->
re_lsb
/ 8;
in uclogic_raw_event_frame()
370
unsigned int bit = frame->
re_lsb
% 8;
in uclogic_raw_event_frame()
H
A
D
hid-uclogic-params.h
140
unsigned int
re_lsb
;
member
H
A
D
hid-uclogic-params.c
98
hid_dbg(hdev, "\t\t.
re_lsb
= %u\n", frame->
re_lsb
);
in uclogic_params_frame_hid_dbg()
1806
p.frame_list[0].
re_lsb
=
in uclogic_params_init()
Completed in 5 milliseconds