Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-imx/
Dmach-mx31_3ds.c170 #define MX31_3DS_GPIO_CAMERA_PW IOMUX_TO_GPIO(MX31_PIN_CSI_D5) macro
174 { MX31_3DS_GPIO_CAMERA_PW, GPIOF_OUT_INIT_HIGH, "camera-power" },
215 gpio_set_value(MX31_3DS_GPIO_CAMERA_PW, on ? 0 : 1); in mx31_3ds_camera_power()