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:gpio_keys
(Results
1 - 25
of
89
) sorted by relevance
1
2
3
4
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
surface3_button.c
20
#include <linux/
gpio_keys
.h>
94
struct gpio_keys_button *
gpio_keys
;
in surface3_button_device_create()
local
102
sizeof(*
gpio_keys
) * MAX_NBUTTONS,
in surface3_button_device_create()
107
gpio_keys
= (void *)(gpio_keys_pdata + 1);
in surface3_button_device_create()
118
gpio_keys
[n_buttons].type = info->event_type;
in surface3_button_device_create()
119
gpio_keys
[n_buttons].code = info->event_code;
in surface3_button_device_create()
120
gpio_keys
[n_buttons].gpio = gpio;
in surface3_button_device_create()
121
gpio_keys
[n_buttons].active_low = info->active_low;
in surface3_button_device_create()
122
gpio_keys
[n_buttons].desc = info->name;
in surface3_button_device_create()
123
gpio_keys
[n_button
in surface3_button_device_create()
[all...]
/kernel/linux/linux-5.10/drivers/input/misc/
H
A
D
soc_button_array.c
17
#include <linux/
gpio_keys
.h>
159
struct gpio_keys_button *
gpio_keys
;
in soc_button_device_create()
local
172
sizeof(*
gpio_keys
) * n_buttons,
in soc_button_device_create()
177
gpio_keys
= (void *)(gpio_keys_pdata + 1);
in soc_button_device_create()
211
gpio_keys
[n_buttons].irq = irq;
in soc_button_device_create()
212
gpio_keys
[n_buttons].gpio = -ENOENT;
in soc_button_device_create()
214
gpio_keys
[n_buttons].gpio = gpio;
in soc_button_device_create()
217
gpio_keys
[n_buttons].type = info->event_type;
in soc_button_device_create()
218
gpio_keys
[n_buttons].code = info->event_code;
in soc_button_device_create()
219
gpio_keys
[n_button
in soc_button_device_create()
[all...]
/kernel/linux/linux-6.6/drivers/input/misc/
H
A
D
soc_button_array.c
17
#include <linux/
gpio_keys
.h>
159
struct gpio_keys_button *
gpio_keys
;
in soc_button_device_create()
local
172
sizeof(*
gpio_keys
) * n_buttons,
in soc_button_device_create()
177
gpio_keys
= (void *)(gpio_keys_pdata + 1);
in soc_button_device_create()
211
gpio_keys
[n_buttons].irq = irq;
in soc_button_device_create()
212
gpio_keys
[n_buttons].gpio = -ENOENT;
in soc_button_device_create()
214
gpio_keys
[n_buttons].gpio = gpio;
in soc_button_device_create()
217
gpio_keys
[n_buttons].type = info->event_type;
in soc_button_device_create()
218
gpio_keys
[n_buttons].code = info->event_code;
in soc_button_device_create()
219
gpio_keys
[n_button
in soc_button_device_create()
[all...]
/kernel/linux/linux-5.10/arch/x86/platform/intel-mid/device_libs/
H
A
D
platform_gpio_keys.c
3
* platform_gpio_keys.c:
gpio_keys
platform data initialization file
13
#include <linux/
gpio_keys
.h>
40
static struct gpio_keys_platform_data
gpio_keys
= {
variable
50
.platform_data = &
gpio_keys
,
76
gpio_keys
.nbuttons = good;
in pb_keys_init()
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H
A
D
csb701.c
5
#include <linux/
gpio_keys
.h>
H
A
D
palmt5.c
18
#include <linux/
gpio_keys
.h>
H
A
D
hx4700.c
20
#include <linux/
gpio_keys
.h>
191
static struct platform_device
gpio_keys
= {
variable
842
&
gpio_keys
,
/kernel/linux/linux-6.6/drivers/platform/x86/x86-android-tablets/
H
A
D
x86-android-tablets.h
13
#include <linux/
gpio_keys
.h>
/kernel/linux/linux-5.10/arch/x86/platform/geode/
H
A
D
net5501.c
22
#include <linux/
gpio_keys
.h>
H
A
D
geos.c
22
#include <linux/
gpio_keys
.h>
H
A
D
alix.c
24
#include <linux/
gpio_keys
.h>
/kernel/linux/linux-6.6/arch/x86/platform/geode/
H
A
D
geos.c
22
#include <linux/
gpio_keys
.h>
H
A
D
alix.c
24
#include <linux/
gpio_keys
.h>
H
A
D
net5501.c
22
#include <linux/
gpio_keys
.h>
/kernel/linux/linux-5.10/arch/sh/boards/mach-rsk/
H
A
D
devices-rsk7203.c
14
#include <linux/
gpio_keys
.h>
/kernel/linux/linux-5.10/arch/arm/mach-orion5x/
H
A
D
ls_hgl-setup.c
17
#include <linux/
gpio_keys
.h>
H
A
D
mv2120-setup.c
18
#include <linux/
gpio_keys
.h>
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H
A
D
mach-smartq7.c
7
#include <linux/
gpio_keys
.h>
H
A
D
mach-smartq5.c
7
#include <linux/
gpio_keys
.h>
/kernel/linux/linux-6.6/arch/arm/mach-orion5x/
H
A
D
mv2120-setup.c
18
#include <linux/
gpio_keys
.h>
/kernel/linux/linux-6.6/arch/arm/mach-mv78xx0/
H
A
D
buffalo-wxl-setup.c
18
#include <linux/
gpio_keys
.h>
/kernel/linux/linux-6.6/arch/sh/boards/mach-rsk/
H
A
D
devices-rsk7203.c
14
#include <linux/
gpio_keys
.h>
/kernel/linux/linux-5.10/drivers/mfd/
H
A
D
ucb1x00-assabet.c
14
#include <linux/
gpio_keys
.h>
/kernel/linux/linux-6.6/drivers/mfd/
H
A
D
ucb1x00-assabet.c
14
#include <linux/
gpio_keys
.h>
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
meraki-mx100.c
18
#include <linux/
gpio_keys
.h>
Completed in 8 milliseconds
1
2
3
4