Home
last modified time | relevance | path

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

/linux-6.15/Documentation/devicetree/bindings/media/
H A Dsamsung,s5c73m3.yaml61 xshutdown-gpios:
103 xshutdown-gpios: false
116 - xshutdown-gpios
142 xshutdown-gpios = <&gpf1 3 GPIO_ACTIVE_LOW>; /* ISP_RESET */
/linux-6.15/drivers/media/i2c/ccs/
H A Dccs.h213 struct gpio_desc *xshutdown; member
H A Dccs-core.c1563 if (sensor->reset || sensor->xshutdown || sensor->ext_clk) { in ccs_power_on()
1573 gpiod_set_value(sensor->xshutdown, 1); in ccs_power_on()
1594 if (!sensor->reset && !sensor->xshutdown) { in ccs_power_on()
1680 gpiod_set_value(sensor->xshutdown, 0); in ccs_power_on()
1708 gpiod_set_value(sensor->xshutdown, 0); in ccs_power_off()
3304 sensor->xshutdown = devm_gpiod_get_optional(&client->dev, in ccs_probe()
3307 if (IS_ERR(sensor->xshutdown)) in ccs_probe()
3308 return PTR_ERR(sensor->xshutdown); in ccs_probe()
/linux-6.15/arch/arm/boot/dts/samsung/
H A Dexynos4412-midas.dtsi611 xshutdown-gpios = <&gpf1 3 GPIO_ACTIVE_LOW>; /* ISP_RESET */