Searched refs:gpio_desc (Results 1 – 9 of 9) sorted by relevance
/arch/arm/mach-pxa/ |
D | mfp-pxa2xx.c | 38 struct gpio_desc { struct 48 static struct gpio_desc gpio_desc[MFP_PIN_GPIO127 + 1]; variable 73 if (is_out ^ gpio_desc[gpio].dir_inverted) in __mfp_config_gpio() 98 if (is_out ^ gpio_desc[gpio].dir_inverted) in __mfp_config_gpio() 106 if ((c & MFP_LPM_CAN_WAKEUP) && !gpio_desc[gpio].can_wakeup) { in __mfp_config_gpio() 123 if ((mfp > MFP_PIN_GPIO127) || !gpio_desc[gpio].valid) { in __mfp_validate() 145 gpio_desc[gpio].config = *c; in pxa2xx_mfp_config() 163 c = gpio_desc[gpio].config; in pxa2xx_mfp_set_lpm() 172 struct gpio_desc *d; in gpio_set_wake() 178 d = &gpio_desc[gpio]; in gpio_set_wake() [all …]
|
D | pxa_cplds_irqs.c | 30 struct gpio_desc *gpio0;
|
/arch/arm/plat-orion/include/plat/ |
D | orion-gpio.h | 18 struct gpio_desc; 25 int orion_gpio_led_blink_set(struct gpio_desc *desc, int state,
|
/arch/arm/mach-s3c24xx/ |
D | h1940.h | 19 struct gpio_desc; 22 extern int h1940_led_blink_set(struct gpio_desc *desc, int state,
|
D | mach-rx1950.c | 249 static int rx1950_led_blink_set(struct gpio_desc *desc, int state, in rx1950_led_blink_set()
|
D | mach-h1940.c | 359 int h1940_led_blink_set(struct gpio_desc *desc, int state, in h1940_led_blink_set()
|
/arch/arm/mach-omap1/ |
D | ams-delta-fiq.c | 85 struct gpio_desc *gpiod, *data = NULL, *clk = NULL; in ams_delta_init_fiq()
|
D | board-ams-delta.c | 609 struct gpio_desc *gpiod; in modem_assign_irq()
|
/arch/arm/plat-orion/ |
D | gpio.c | 303 int orion_gpio_led_blink_set(struct gpio_desc *desc, int state, in orion_gpio_led_blink_set()
|