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:hpwl_input_dev
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
hp-wireless.c
22
static struct input_dev *
hpwl_input_dev
;
variable
35
hpwl_input_dev
= input_allocate_device();
in hp_wireless_input_setup()
36
if (!
hpwl_input_dev
)
in hp_wireless_input_setup()
39
hpwl_input_dev
->name = "HP Wireless hotkeys";
in hp_wireless_input_setup()
40
hpwl_input_dev
->phys = "hpq6001/input0";
in hp_wireless_input_setup()
41
hpwl_input_dev
->id.bustype = BUS_HOST;
in hp_wireless_input_setup()
42
hpwl_input_dev
->evbit[0] = BIT(EV_KEY);
in hp_wireless_input_setup()
43
set_bit(KEY_RFKILL,
hpwl_input_dev
->keybit);
in hp_wireless_input_setup()
45
err = input_register_device(
hpwl_input_dev
);
in hp_wireless_input_setup()
52
input_free_device(
hpwl_input_dev
);
in hp_wireless_input_setup()
[all...]
Completed in 1 milliseconds