Home
last modified time | relevance | path

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

/arch/arm/mach-imx/
Dmx31moboard-smartbot.c59 #define CAM_POWER IOMUX_TO_GPIO(MX31_PIN_GPIO3_1) macro
64 gpio_set_value(CAM_POWER, !on); in smartbot_cam_power()
110 ret = gpio_request(CAM_POWER, "cam-standby"); in smartbot_cam_init()
113 gpio_direction_output(CAM_POWER, 0); in smartbot_cam_init()