Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-imx/
Dmach-mx31_3ds.c183 static struct gpio mx31_3ds_sdhc1_gpios[] = { variable
194 ret = gpio_request_array(mx31_3ds_sdhc1_gpios, in mx31_3ds_sdhc1_init()
195 ARRAY_SIZE(mx31_3ds_sdhc1_gpios)); in mx31_3ds_sdhc1_init()
213 gpio_free_array(mx31_3ds_sdhc1_gpios, in mx31_3ds_sdhc1_init()
214 ARRAY_SIZE(mx31_3ds_sdhc1_gpios)); in mx31_3ds_sdhc1_init()
221 gpio_free_array(mx31_3ds_sdhc1_gpios, in mx31_3ds_sdhc1_exit()
222 ARRAY_SIZE(mx31_3ds_sdhc1_gpios)); in mx31_3ds_sdhc1_exit()