Searched full:xshutdown (Results 1 – 6 of 6) sorted by relevance
61 xshutdown-gpios:63 description: XSHUTDOWN pin.103 xshutdown-gpios: false116 - xshutdown-gpios142 xshutdown-gpios = <&gpf1 3 GPIO_ACTIVE_LOW>; /* ISP_RESET */
32 description: Reference to the GPIO connected to the XSHUTDOWN pin. Active low.
33 description: Active low GPIO connected to XSHUTDOWN pad of the sensor.
36 This corresponds to the hardware pin XSHUTDOWN which is physically
1563 if (sensor->reset || sensor->xshutdown || sensor->ext_clk) { in ccs_power_on()1573 gpiod_set_value(sensor->xshutdown, 1); in ccs_power_on()1588 if (!sensor->reset && !sensor->xshutdown) { in ccs_power_on()1674 gpiod_set_value(sensor->xshutdown, 0); in ccs_power_on()1702 gpiod_set_value(sensor->xshutdown, 0); in ccs_power_off()3287 /* Support old users that may have used "xshutdown" property. */ in ccs_probe()3289 sensor->xshutdown = devm_gpiod_get_optional(&client->dev, in ccs_probe()3290 "xshutdown", in ccs_probe()3292 if (IS_ERR(sensor->xshutdown)) in ccs_probe()3293 return PTR_ERR(sensor->xshutdown); in ccs_probe()
611 xshutdown-gpios = <&gpf1 3 GPIO_ACTIVE_LOW>; /* ISP_RESET */