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:switches_dev
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/x86/intel/
H
A
D
vbtn.c
69
struct input_dev *
switches_dev
;
member
89
input_report_switch(priv->
switches_dev
, SW_TABLET_MODE, m);
in detect_tablet_mode()
91
input_report_switch(priv->
switches_dev
, SW_DOCK, m);
in detect_tablet_mode()
93
input_sync(priv->
switches_dev
);
in detect_tablet_mode()
126
priv->
switches_dev
= devm_input_allocate_device(&device->dev);
in intel_vbtn_input_setup()
127
if (!priv->
switches_dev
)
in intel_vbtn_input_setup()
130
ret = sparse_keymap_setup(priv->
switches_dev
, intel_vbtn_switchmap, NULL);
in intel_vbtn_input_setup()
134
priv->
switches_dev
->dev.parent = &device->dev;
in intel_vbtn_input_setup()
135
priv->
switches_dev
->name = "Intel Virtual Switches";
in intel_vbtn_input_setup()
136
priv->
switches_dev
in intel_vbtn_input_setup()
[all...]
Completed in 1 milliseconds