Home
last modified time | relevance | path

Searched refs:powerdown (Results 1 – 25 of 103) sorted by relevance

12345

/linux/Documentation/devicetree/bindings/reset/
A Dst,sti-powerdown.txt6 "powerdown" control bits found in the STi family SoC system configuration
10 The actual action taken when powerdown is asserted is hardware dependent.
19 - compatible: Should be "st,stih407-powerdown"
24 powerdown: powerdown-controller {
25 compatible = "st,stih407-powerdown";
30 Specifying powerdown control of devices
34 property, containing a phandle to the powerdown device node and an
40 resets = <&powerdown STIH407_USB3_POWERDOWN>,
/linux/drivers/iio/dac/
A Dti-dac7311.c52 bool powerdown; member
58 static u8 ti_dac_get_power(struct ti_dac_chip *ti_dac, bool powerdown) in ti_dac_get_power() argument
60 if (powerdown) in ti_dac_get_power()
113 return sysfs_emit(buf, "%d\n", ti_dac->powerdown); in ti_dac_read_powerdown()
122 bool powerdown; in ti_dac_write_powerdown() local
126 ret = strtobool(buf, &powerdown); in ti_dac_write_powerdown()
130 power = ti_dac_get_power(ti_dac, powerdown); in ti_dac_write_powerdown()
135 ti_dac->powerdown = powerdown; in ti_dac_write_powerdown()
196 u8 power = ti_dac_get_power(ti_dac, ti_dac->powerdown); in ti_dac_write_raw()
207 if (ti_dac->powerdown) in ti_dac_write_raw()
[all …]
A Dti-dac082s085.c55 bool powerdown; member
98 if (ti_dac->powerdown) { in ti_dac_set_powerdown_mode()
124 return sysfs_emit(buf, "%d\n", ti_dac->powerdown); in ti_dac_read_powerdown()
133 bool powerdown; in ti_dac_write_powerdown() local
136 ret = strtobool(buf, &powerdown); in ti_dac_write_powerdown()
140 if (ti_dac->powerdown == powerdown) in ti_dac_write_powerdown()
144 if (powerdown) in ti_dac_write_powerdown()
149 ti_dac->powerdown = powerdown; in ti_dac_write_powerdown()
231 if (ti_dac->powerdown) in ti_dac_write_raw()
A Dti-dac5571.c49 bool powerdown[4]; member
141 if (data->powerdown[chan->channel]) { in dac5571_set_powerdown_mode()
169 return sysfs_emit(buf, "%d\n", data->powerdown[chan->channel]); in dac5571_read_powerdown()
178 bool powerdown; in dac5571_write_powerdown() local
181 ret = strtobool(buf, &powerdown); in dac5571_write_powerdown()
185 if (data->powerdown[chan->channel] == powerdown) in dac5571_write_powerdown()
189 if (powerdown) in dac5571_write_powerdown()
198 data->powerdown[chan->channel] = powerdown; in dac5571_write_powerdown()
279 if (data->powerdown[chan->channel]) in dac5571_write_raw()
A Dmax5821.c37 bool powerdown[MAX5821_MAX_DAC_CHANNELS]; member
87 return sysfs_emit(buf, "%d\n", st->powerdown[chan->channel]); in max5821_read_dac_powerdown()
102 if (data->powerdown[chan->channel]) in max5821_sync_powerdown_mode()
116 bool powerdown; in max5821_write_dac_powerdown() local
119 ret = strtobool(buf, &powerdown); in max5821_write_dac_powerdown()
123 data->powerdown[chan->channel] = powerdown; in max5821_write_dac_powerdown()
319 data->powerdown[tmp] = true; in max5821_probe()
A Dmcp4725.c39 bool powerdown; member
53 data->powerdown = true; in mcp4725_suspend()
67 data->powerdown = false; in mcp4725_resume()
92 inoutbuf[0] |= data->powerdown ? ((data->powerdown_mode + 1) << 1) : 0; in mcp4725_store_eeprom()
170 return sysfs_emit(buf, "%d\n", data->powerdown); in mcp4725_read_powerdown()
293 if (data->powerdown) in mcp4726_set_cfg()
294 outbuf[0] |= data->powerdown << 1; in mcp4726_set_cfg()
457 data->powerdown = pd > 0; in mcp4725_probe()
/linux/Documentation/devicetree/bindings/sound/
A Dqcom,wsa881x.yaml25 powerdown-gpios:
38 - powerdown-gpios
54 powerdown-gpios = <&wcdpinctrl 2 0>;
62 powerdown-gpios = <&wcdpinctrl 2 0>;
A Dtas571x.txt5 powerdown (optional).
21 - pdn-gpios: GPIO specifier for the TAS571x's active low powerdown line
/linux/Documentation/devicetree/bindings/usb/
A Ddwc3-st.txt14 for the powerdown and softreset lines of the usb3 IP
15 - reset-names : list of reset signal names. Names should be "powerdown" and "softreset"
16 See: Documentation/devicetree/bindings/reset/st,sti-powerdown.txt
49 resets = <&powerdown STIH407_USB3_POWERDOWN>,
51 reset-names = "powerdown", "softreset";
A Dohci-st.txt16 - resets : phandle to the powerdown and reset controller for the USB IP
18 See: Documentation/devicetree/bindings/reset/st,sti-powerdown.txt
33 resets = <&powerdown STIH416_USB0_POWERDOWN>,
A Dehci-st.txt17 - resets : phandle + reset specifier pairs to the powerdown and softreset lines
20 See: Documentation/devicetree/bindings/reset/st,sti-powerdown.txt
35 resets = <&powerdown STIH416_USB1_POWERDOWN>,
/linux/Documentation/devicetree/bindings/mmc/
A Dmmc-pwrseq-sd8787.yaml18 powerdown-gpios:
30 - powerdown-gpios
40 powerdown-gpios = <&twl_gpio 0 GPIO_ACTIVE_LOW>;
/linux/drivers/gpu/drm/bridge/
A Dti-tfp410.c28 struct gpio_desc *powerdown; member
184 gpiod_set_value_cansleep(dvi->powerdown, 0); in tfp410_enable()
191 gpiod_set_value_cansleep(dvi->powerdown, 1); in tfp410_disable()
331 dvi->powerdown = devm_gpiod_get_optional(dev, "powerdown", in tfp410_init()
333 if (IS_ERR(dvi->powerdown)) { in tfp410_init()
335 return PTR_ERR(dvi->powerdown); in tfp410_init()
/linux/Documentation/devicetree/bindings/display/bridge/
A Dps8640.yaml29 powerdown-gpios:
31 description: GPIO connected to active low powerdown.
66 - powerdown-gpios
84 powerdown-gpios = <&pio 116 GPIO_ACTIVE_LOW>;
A Dptn3460.txt6 - powerdown-gpio: OF device-tree gpio specification for PD_N pin.
29 powerdown-gpio = <&gpy2 5 1 0 0>;
/linux/arch/arm/boot/dts/
A Dstih418.dtsi59 resets = <&powerdown STIH407_USB2_PORT0_POWERDOWN>,
73 resets = <&powerdown STIH407_USB2_PORT0_POWERDOWN>,
85 resets = <&powerdown STIH407_USB2_PORT1_POWERDOWN>,
99 resets = <&powerdown STIH407_USB2_PORT1_POWERDOWN>,
A Dstih410.dtsi46 resets = <&powerdown STIH407_USB2_PORT0_POWERDOWN>,
63 resets = <&powerdown STIH407_USB2_PORT0_POWERDOWN>,
78 resets = <&powerdown STIH407_USB2_PORT1_POWERDOWN>,
95 resets = <&powerdown STIH407_USB2_PORT1_POWERDOWN>,
/linux/Documentation/devicetree/bindings/media/i2c/
A Dovti,ov02a10.yaml55 powerdown-gpios:
59 or shutdown mode. As the line needs to be high for the powerdown mode
113 - powerdown-gpios
131 powerdown-gpios = <&pio 107 GPIO_ACTIVE_HIGH>;
A Dovti,ov5640.yaml37 powerdown-gpios:
40 Reference to the GPIO connected to the powerdown pin, if any.
109 powerdown-gpios = <&gpio1 19 GPIO_ACTIVE_HIGH>;
A Dov9650.txt12 - powerdown-gpios: reference to the GPIO connected to the pwdn pin, if any.
27 powerdown-gpios = <&axi_gpio_0 1 GPIO_ACTIVE_HIGH>;
A Dov2659.txt16 - powerdown-gpios: reference to the GPIO connected to the pwdn pin, if any.
36 powerdown-gpios = <&gpio6 14 GPIO_ACTIVE_HIGH>;
A Dov7740.txt20 - powerdown-gpios: Reference to the GPIO connected to the pwdn pin,
39 powerdown-gpios = <&pioA 44 GPIO_ACTIVE_HIGH>;
A Dov7670.txt19 - powerdown-gpios: reference to the GPIO connected to the pwdn pin, if any.
38 powerdown-gpios = <&pioE 13 GPIO_ACTIVE_HIGH>;
A Dovti,ov8865.yaml38 powerdown-gpios:
104 powerdown-gpios = <&pio 4 17 GPIO_ACTIVE_LOW>; /* PE17 */
/linux/Documentation/devicetree/bindings/iio/adc/
A Dadi,ad9467.yaml43 powerdown-gpios:
45 Pin that controls the powerdown mode of the device.

Completed in 27 milliseconds

12345