/Linux-v4.19/Documentation/devicetree/bindings/reset/ |
D | st,sti-powerdown.txt | 6 "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-v4.19/drivers/iio/dac/ |
D | ti-dac082s085.c | 57 bool powerdown; member 100 if (ti_dac->powerdown) { in ti_dac_set_powerdown_mode() 126 return sprintf(buf, "%d\n", ti_dac->powerdown); in ti_dac_read_powerdown() 135 bool powerdown; in ti_dac_write_powerdown() local 138 ret = strtobool(buf, &powerdown); in ti_dac_write_powerdown() 142 if (ti_dac->powerdown == powerdown) in ti_dac_write_powerdown() 146 if (powerdown) in ti_dac_write_powerdown() 151 ti_dac->powerdown = powerdown; in ti_dac_write_powerdown() 233 if (ti_dac->powerdown) in ti_dac_write_raw()
|
D | ti-dac5571.c | 53 bool powerdown; member 145 if (data->powerdown) { in dac5571_set_powerdown_mode() 173 return sprintf(buf, "%d\n", data->powerdown); in dac5571_read_powerdown() 182 bool powerdown; in dac5571_write_powerdown() local 185 ret = strtobool(buf, &powerdown); in dac5571_write_powerdown() 189 if (data->powerdown == powerdown) in dac5571_write_powerdown() 193 if (powerdown) in dac5571_write_powerdown() 201 data->powerdown = powerdown; in dac5571_write_powerdown() 282 if (data->powerdown) in dac5571_write_raw()
|
D | max5821.c | 40 bool powerdown[MAX5821_MAX_DAC_CHANNELS]; member 90 return sprintf(buf, "%d\n", st->powerdown[chan->channel]); in max5821_read_dac_powerdown() 105 if (data->powerdown[chan->channel]) in max5821_sync_powerdown_mode() 119 bool powerdown; in max5821_write_dac_powerdown() local 122 ret = strtobool(buf, &powerdown); in max5821_write_dac_powerdown() 126 data->powerdown[chan->channel] = powerdown; in max5821_write_dac_powerdown() 323 data->powerdown[tmp] = true; in max5821_probe()
|
D | mcp4725.c | 42 bool powerdown; member 56 data->powerdown = true; in mcp4725_suspend() 70 data->powerdown = false; in mcp4725_resume() 178 return sprintf(buf, "%d\n", data->powerdown); in mcp4725_read_powerdown() 301 if (data->powerdown) in mcp4726_set_cfg() 302 outbuf[0] |= data->powerdown << 1; in mcp4726_set_cfg() 479 data->powerdown = pd > 0; in mcp4725_probe()
|
D | stm32-dac.c | 183 bool powerdown; in stm32_dac_write_powerdown() local 186 ret = strtobool(buf, &powerdown); in stm32_dac_write_powerdown() 190 ret = stm32_dac_set_enable_state(indio_dev, chan->channel, !powerdown); in stm32_dac_write_powerdown()
|
/Linux-v4.19/Documentation/devicetree/bindings/usb/ |
D | dwc3-st.txt | 14 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";
|
D | ohci-st.txt | 16 - 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>,
|
D | ehci-st.txt | 17 - 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-v4.19/arch/arm/boot/dts/ |
D | stih418.dtsi | 58 resets = <&powerdown STIH407_USB2_PORT0_POWERDOWN>, 72 resets = <&powerdown STIH407_USB2_PORT0_POWERDOWN>, 84 resets = <&powerdown STIH407_USB2_PORT1_POWERDOWN>, 98 resets = <&powerdown STIH407_USB2_PORT1_POWERDOWN>,
|
D | stih410.dtsi | 49 resets = <&powerdown STIH407_USB2_PORT0_POWERDOWN>, 66 resets = <&powerdown STIH407_USB2_PORT0_POWERDOWN>, 81 resets = <&powerdown STIH407_USB2_PORT1_POWERDOWN>, 98 resets = <&powerdown STIH407_USB2_PORT1_POWERDOWN>,
|
/Linux-v4.19/Documentation/devicetree/bindings/mmc/ |
D | mmc-pwrseq-sd8787.txt | 5 - powerdown-gpios: contains a power down GPIO specifier with the 14 powerdown-gpios = <&twl_gpio 0 GPIO_ACTIVE_LOW>;
|
/Linux-v4.19/Documentation/devicetree/bindings/display/bridge/ |
D | ti,tfp410.txt | 8 - powerdown-gpios: power-down gpio 24 powerdown-gpios = <&twl_gpio 2 GPIO_ACTIVE_LOW>;
|
D | ptn3460.txt | 6 - powerdown-gpio: OF device-tree gpio specification for PD_N pin. 29 powerdown-gpio = <&gpy2 5 1 0 0>;
|
D | thine,thc63lvd1024.txt | 17 - powerdown-gpios: Power down GPIO signal, pin name "/PDWN". Active low 38 powerdown-gpios = <&gpio4 15 GPIO_ACTIVE_LOW>;
|
/Linux-v4.19/Documentation/devicetree/bindings/media/i2c/ |
D | ov9650.txt | 12 - powerdown-gpios: reference to the GPIO connected to the pwdn pin, if any. 27 powerdown-gpios = <&axi_gpio_0 1 GPIO_ACTIVE_HIGH>;
|
D | adv7180.txt | 34 - powerdown-gpios: reference to the GPIO connected to the powerdown pin,
|
D | ov772x.txt | 16 - powerdown-gpios: reference to the GPIO connected to the PWDN pin which is 31 powerdown-gpios = <&axi_gpio_0 1 GPIO_ACTIVE_LOW>;
|
D | ov5640.txt | 14 - powerdown-gpios: reference to the GPIO connected to the powerdown pin, 56 powerdown-gpios = <&gpio1 19 GPIO_ACTIVE_HIGH>;
|
D | ov7740.txt | 20 - powerdown-gpios: Reference to the GPIO connected to the pwdn pin, 39 powerdown-gpios = <&pioA 44 GPIO_ACTIVE_HIGH>;
|
D | ov7670.txt | 19 - powerdown-gpios: reference to the GPIO connected to the pwdn pin, if any. 38 powerdown-gpios = <&pioE 13 GPIO_ACTIVE_HIGH>;
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | tas571x.txt | 5 powerdown (optional). 21 - pdn-gpios: GPIO specifier for the TAS571x's active low powerdown line
|
/Linux-v4.19/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_phy.c | 115 if (!phy || !phy->cfg->powerdown) in msm_hdmi_phy_powerdown() 118 phy->cfg->powerdown(phy); in msm_hdmi_phy_powerdown()
|
D | hdmi_phy_8x74.c | 50 .powerdown = hdmi_phy_8x74_powerdown,
|
D | hdmi_phy_8960.c | 57 .powerdown = hdmi_phy_8960_powerdown,
|