Home
last modified time | relevance | path

Searched refs:gpio_keys_button (Results 1 – 25 of 68) sorted by relevance

123

/Linux-v4.19/arch/mips/bcm47xx/
Dbuttons.c29 static const struct gpio_keys_button
38 static const struct gpio_keys_button
44 static const struct gpio_keys_button
50 static const struct gpio_keys_button
55 static const struct gpio_keys_button
60 static const struct gpio_keys_button
65 static const struct gpio_keys_button
70 static const struct gpio_keys_button
75 static const struct gpio_keys_button
81 static const struct gpio_keys_button
[all …]
/Linux-v4.19/include/linux/
Dgpio_keys.h25 struct gpio_keys_button { struct
51 const struct gpio_keys_button *buttons;
/Linux-v4.19/arch/mips/ath79/
Ddev-gpio-buttons.c21 struct gpio_keys_button *buttons) in ath79_register_gpio_keys_polled()
25 struct gpio_keys_button *p; in ath79_register_gpio_keys_polled()
Ddev-gpio-buttons.h21 struct gpio_keys_button *buttons);
Dmach-ap121.c42 static struct gpio_keys_button ap121_gpio_keys[] __initdata = {
Dmach-ap81.c52 static struct gpio_keys_button ap81_gpio_keys[] __initdata = {
Dmach-ubnt-xm.c57 static struct gpio_keys_button ubnt_xm_gpio_keys[] __initdata = {
Dmach-db120.c68 static struct gpio_keys_button db120_gpio_keys[] __initdata = {
Dmach-pb44.c77 static struct gpio_keys_button pb44_gpio_keys[] __initdata = {
Dmach-ap136.c82 static struct gpio_keys_button ap136_gpio_keys[] __initdata = {
/Linux-v4.19/drivers/input/keyboard/
Dgpio_keys_polled.c49 const struct gpio_keys_button *button, in gpio_keys_button_event()
73 const struct gpio_keys_button *button, in gpio_keys_polled_check_state()
150 struct gpio_keys_button *button; in gpio_keys_polled_get_devtree_pdata()
163 button = (struct gpio_keys_button *)(pdata + 1); in gpio_keys_polled_get_devtree_pdata()
210 const struct gpio_keys_button *button = &pdata->buttons[i]; in gpio_keys_polled_set_abs_params()
288 const struct gpio_keys_button *button = &pdata->buttons[i]; in gpio_keys_polled_probe()
Dgpio_keys.c36 const struct gpio_keys_button *button;
364 const struct gpio_keys_button *button = bdata->button; in gpio_keys_gpio_report_event()
403 const struct gpio_keys_button *button = bdata->button; in gpio_keys_gpio_isr()
486 const struct gpio_keys_button *button, in gpio_keys_setup_key()
702 struct gpio_keys_button *button; in gpio_keys_get_devtree_pdata()
716 button = (struct gpio_keys_button *)(pdata + 1); in gpio_keys_get_devtree_pdata()
834 const struct gpio_keys_button *button = &pdata->buttons[i]; in gpio_keys_probe()
/Linux-v4.19/arch/x86/platform/intel-mid/device_libs/
Dplatform_gpio_keys.c28 static struct gpio_keys_button gpio_button[] = {
64 struct gpio_keys_button *gb = gpio_button; in pb_keys_init()
/Linux-v4.19/arch/arm/mach-pxa/
Draumfeld.c394 static struct gpio_keys_button gpio_keys_button[] = { variable
452 .buttons = gpio_keys_button,
453 .nbuttons = ARRAY_SIZE(gpio_keys_button),
1047 for (i = 0; i < ARRAY_SIZE(gpio_keys_button); i++) in raumfeld_common_init()
1048 if (!strcmp(gpio_keys_button[i].desc, "on_off button")) in raumfeld_common_init()
1049 gpio_keys_button[i].active_low = 1; in raumfeld_common_init()
Dcsb701.c11 static struct gpio_keys_button csb701_buttons[] = {
Dezx.c732 static struct gpio_keys_button a780_buttons[] = {
846 static struct gpio_keys_button e680_buttons[] = {
914 static struct gpio_keys_button a1200_buttons[] = {
982 static struct gpio_keys_button a910_buttons[] = {
1144 static struct gpio_keys_button e6_buttons[] = {
Dmainstone.c394 static struct gpio_keys_button gpio_keys_button[] = { variable
405 .buttons = gpio_keys_button,
Dpalmt5.c152 static struct gpio_keys_button palmt5_pxa_buttons[] = {
/Linux-v4.19/arch/arm/mach-sa1100/
Dsimpad.c262 static struct gpio_keys_button simpad_button_table[] = {
278 static struct gpio_keys_button simpad_polled_button_table[] = {
/Linux-v4.19/arch/x86/platform/geode/
Dgeos.c31 static struct gpio_keys_button geos_gpio_buttons[] = {
Dnet5501.c34 static struct gpio_keys_button net5501_gpio_buttons[] = {
/Linux-v4.19/arch/arm/mach-s3c24xx/
Dmach-n30.c92 static struct gpio_keys_button n30_buttons[] = {
156 static struct gpio_keys_button n35_buttons[] = {
/Linux-v4.19/arch/sh/boards/mach-rsk/
Ddevices-rsk7203.c89 static struct gpio_keys_button rsk7203_gpio_keys_table[] = {
/Linux-v4.19/arch/unicore32/kernel/
Dpuv3-nb0916.c64 static struct gpio_keys_button nb0916_gpio_keys[] = {
/Linux-v4.19/arch/arm/mach-s3c64xx/
Dmach-smartq5.c56 static struct gpio_keys_button smartq5_buttons[] = {

123