Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/reset/
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>,
/kernel/linux/linux-5.10/drivers/iio/dac/
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 sprintf(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 …]
Dti-dac082s085.c55 bool powerdown; member
98 if (ti_dac->powerdown) { in ti_dac_set_powerdown_mode()
124 return sprintf(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()
Dti-dac5571.c49 bool powerdown[4]; member
141 if (data->powerdown[chan->channel]) { in dac5571_set_powerdown_mode()
169 return sprintf(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()
Dmax5821.c37 bool powerdown[MAX5821_MAX_DAC_CHANNELS]; member
87 return sprintf(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()
315 data->powerdown[tmp] = true; in max5821_probe()
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 sprintf(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()
Dstm32-dac.c221 bool powerdown; in stm32_dac_write_powerdown() local
224 ret = strtobool(buf, &powerdown); in stm32_dac_write_powerdown()
228 ret = stm32_dac_set_enable_state(indio_dev, chan->channel, !powerdown); in stm32_dac_write_powerdown()
Dad5446.c114 bool powerdown; in ad5446_write_dac_powerdown() local
117 ret = strtobool(buf, &powerdown); in ad5446_write_dac_powerdown()
122 st->pwr_down = powerdown; in ad5446_write_dac_powerdown()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/
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";
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>,
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>,
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dstih418.dtsi55 resets = <&powerdown STIH407_USB2_PORT0_POWERDOWN>,
69 resets = <&powerdown STIH407_USB2_PORT0_POWERDOWN>,
81 resets = <&powerdown STIH407_USB2_PORT1_POWERDOWN>,
95 resets = <&powerdown STIH407_USB2_PORT1_POWERDOWN>,
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>,
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
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()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/bridge/
Dptn3460.txt6 - powerdown-gpio: OF device-tree gpio specification for PD_N pin.
29 powerdown-gpio = <&gpy2 5 1 0 0>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/i2c/
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>;
Dov772x.txt16 - powerdown-gpios: reference to the GPIO connected to the PWDN pin which is
31 powerdown-gpios = <&axi_gpio_0 1 GPIO_ACTIVE_LOW>;
Dov2659.txt16 - powerdown-gpios: reference to the GPIO connected to the pwdn pin, if any.
36 powerdown-gpios = <&gpio6 14 GPIO_ACTIVE_HIGH>;
Dov5640.txt14 - powerdown-gpios: reference to the GPIO connected to the powerdown pin,
56 powerdown-gpios = <&gpio1 19 GPIO_ACTIVE_HIGH>;
Dov7740.txt20 - powerdown-gpios: Reference to the GPIO connected to the pwdn pin,
39 powerdown-gpios = <&pioA 44 GPIO_ACTIVE_HIGH>;
Dov7670.txt19 - powerdown-gpios: reference to the GPIO connected to the pwdn pin, if any.
38 powerdown-gpios = <&pioE 13 GPIO_ACTIVE_HIGH>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dtas571x.txt5 powerdown (optional).
21 - pdn-gpios: GPIO specifier for the TAS571x's active low powerdown line
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/hdmi/
Dhdmi_phy.c111 if (!phy || !phy->cfg->powerdown) in msm_hdmi_phy_powerdown()
114 phy->cfg->powerdown(phy); in msm_hdmi_phy_powerdown()
Dhdmi_phy_8x74.c39 .powerdown = hdmi_phy_8x74_powerdown,
Dhdmi_phy_8960.c46 .powerdown = hdmi_phy_8960_powerdown,

1234