Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/misc/
H A Dusb_cam_gpio.c35 struct gpio_desc *gpio_cam_hd; member
46 return sprintf(buf, "%d\n", gpiod_get_value(gpiod->gpio_cam_hd)); in hd_camera_on_show()
63 gpiod_set_value(gpiod->gpio_cam_hd, val); in hd_camera_on_store()
139 gpiod->gpio_cam_hd = devm_gpiod_get_optional(gpiod->dev, in usb_cam_gpio_probe()
141 if (IS_ERR(gpiod->gpio_cam_hd)) { in usb_cam_gpio_probe()
143 gpiod->gpio_cam_hd = NULL; in usb_cam_gpio_probe()