Home
last modified time | relevance | path

Searched refs:mx31_3ds_sdhc1_gpios (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/arm/mach-imx/
Dmach-mx31_3ds.c296 static struct gpio mx31_3ds_sdhc1_gpios[] = { variable
307 ret = gpio_request_array(mx31_3ds_sdhc1_gpios, in mx31_3ds_sdhc1_init()
308 ARRAY_SIZE(mx31_3ds_sdhc1_gpios)); in mx31_3ds_sdhc1_init()
326 gpio_free_array(mx31_3ds_sdhc1_gpios, in mx31_3ds_sdhc1_init()
327 ARRAY_SIZE(mx31_3ds_sdhc1_gpios)); in mx31_3ds_sdhc1_init()
334 gpio_free_array(mx31_3ds_sdhc1_gpios, in mx31_3ds_sdhc1_exit()
335 ARRAY_SIZE(mx31_3ds_sdhc1_gpios)); in mx31_3ds_sdhc1_exit()