Lines Matching +full:wake +full:- +full:pins
1 /* SPDX-License-Identifier: GPL-2.0-only */
24 /* Elkhart Lake specific wake registers */
25 #define GWMR_EHL 0x100 /* Wake mask */
26 #define GWSR_EHL 0x118 /* Wake source */
29 /* Merrifield specific wake registers */
30 #define GWMR_MRFLD 0x400 /* Wake mask */
31 #define GWSR_MRFLD 0x418 /* Wake source */
35 * struct tng_wake_regs - Platform specific wake registers
36 * @gwmr: Wake mask
37 * @gwsr: Wake source
47 * struct tng_gpio_pinrange - Map pin numbers to gpio numbers
50 * @npins: Number of pins in this range
62 .npins = (gend) - (gstart) + 1, \
66 * struct tng_gpio_pin_info - Platform specific pinout information
78 * struct tng_gpio_info - Platform specific GPIO and IRQ information
90 * struct tng_gpio - Platform specific private data
96 * @ctx: Context to be saved during suspend-resume
97 * @wake_regs: Platform specific wake registers