Searched full:xshutdown (Results 1 – 11 of 11) sorted by relevance
16 - enable-gpios : GPIO spec for the XSHUTDOWN pin. The XSHUTDOWN signal is
19 - reset-gpios: XSHUTDOWN GPIO. The XSHUTDOWN signal is active low. The sensor
13 to the hardware pin XSHUTDOWN which is physically active low.
36 This corresponds to the hardware pin XSHUTDOWN which is physically
56 This corresponds to the hardware pin XSHUTDOWN which is physically
57 description: Reset GPIO. Also commonly called XSHUTDOWN in hardware
23 - xshutdown-gpios : specifier of GPIO connected to the XSHUTDOWN pin;
228 struct gpio_desc *xshutdown; member
1556 if (sensor->reset || sensor->xshutdown || sensor->ext_clk) { in ccs_power_on()1566 gpiod_set_value(sensor->xshutdown, 1); in ccs_power_on()1587 if (!sensor->reset && !sensor->xshutdown) { in ccs_power_on()1670 gpiod_set_value(sensor->xshutdown, 0); in ccs_power_on()1698 gpiod_set_value(sensor->xshutdown, 0); in ccs_power_off()3372 /* Support old users that may have used "xshutdown" property. */ in ccs_probe()3374 sensor->xshutdown = devm_gpiod_get_optional(&client->dev, in ccs_probe()3375 "xshutdown", in ccs_probe()3377 if (IS_ERR(sensor->xshutdown)) in ccs_probe()3378 return PTR_ERR(sensor->xshutdown); in ccs_probe()
553 xshutdown-gpios = <&gpf1 3 GPIO_ACTIVE_LOW>; /* ISP_RESET */
1573 "standby-gpios", "xshutdown-gpios", in s5c73m3_parse_gpios()