Lines Matching +full:operational +full:- +full:mode
1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright (C) 2009 Phil Sutter <n0-1@freewrt.org>
13 #include <asm/mach-rc32434/gpio.h>
14 #include <asm/mach-rc32434/rb.h>
16 #define DRV_NAME "rb532-button"
23 * operational modes must be switched first:
29 * mode the GPIO direction is fixed, so no change needed)
60 input = devm_input_allocate_device(&pdev->dev); in rb532_button_probe()
62 return -ENOMEM; in rb532_button_probe()
64 input->name = "rb532 button"; in rb532_button_probe()
65 input->phys = "rb532/button0"; in rb532_button_probe()
66 input->id.bustype = BUS_HOST; in rb532_button_probe()
91 MODULE_AUTHOR("Phil Sutter <n0-1@freewrt.org>");