Home
last modified time | relevance | path

Searched full:stby (Results 1 – 25 of 53) sorted by relevance

123

/linux-6.14.4/Documentation/devicetree/bindings/regulator/
Drohm,bd96801-regulator.yaml35 STBY state.
52 STBY state.
56 rohm,keep-on-stby:
58 Keep the regulator powered when PMIC transitions to STBY state.
Dpfuze100.yaml53 fsl,pmic-stby-poweroff:
/linux-6.14.4/Documentation/devicetree/bindings/display/bridge/
Dtoshiba,tc358775.yaml38 stby-gpios:
102 stby-gpios: false
127 stby-gpios = <&msmgpio 99 GPIO_ACTIVE_LOW>;
186 stby-gpios = <&msmgpio 99 GPIO_ACTIVE_LOW>;
/linux-6.14.4/drivers/regulator/
Dpcap-regulator.c93 const u8 stby; member
104 .stby = _stby, \
113 /* V5 STBY and LOWPWR are on PCAP_REG_VREG2 */
123 /* VAUX2 ... VSIM2 STBY and LOWPWR are on PCAP_REG_LOWPWR */
133 /* SW3 STBY is on PCAP_REG_AUXVREG */
Dbd96801-regulator.c8 * the configurations which should be done when the PMIC is in STBY mode.
14 * should be able to ensure the PMIC is in STBY state when the
20 * Users who require the STBY state configurations can have a look at the
27 * STBY configuration support in your downstream driver ;)
462 * If STBY configs are supported, we must pass node in bd96801_walk_regulator_dt()
475 if (of_property_read_bool(np, "rohm,keep-on-stby")) { in bd96801_walk_regulator_dt()
481 "failed to set %s on-at-stby\n", in bd96801_walk_regulator_dt()
/linux-6.14.4/drivers/mfd/
Drohm-bd96801.c10 * be done when the PMIC is in STBY mode.
16 * should be able to ensure the PMIC is in STBY state when the
22 * Users who require the STBY state configurations can have a look at the
29 * STBY configuration support or a proper fix in your downstream driver ;)
161 /* Registers which do not update value unless PMIC is in STBY */
166 * change when we write it unless PMIC is in STBY. It's safer to not
/linux-6.14.4/arch/arm64/boot/dts/freescale/
Dimx93-14x14-evk.dts64 reg_can1_stby: regulator-can1-stby {
66 regulator-name = "can1-stby";
83 reg_can2_stby: regulator-can2-stby {
85 regulator-name = "can2-stby";
Dimx8mp-phyboard-pollux-rdk.dts67 reg_can1_stby: regulator-can1-stby {
74 regulator-name = "can1-stby";
77 reg_can2_stby: regulator-can2-stby {
84 regulator-name = "can2-stby";
Dimx8qm-mek.dts185 reg_can01_stby: regulator-can01-stby {
187 regulator-name = "can01-stby";
195 reg_can2_stby: regulator-can2-stby {
197 regulator-name = "can2-stby";
Dimx8mp-kontron-dl.dtso64 panel-stby-hog {
Dimx8mp-evk.dts88 reg_can1_stby: regulator-can1-stby {
90 regulator-name = "can1-stby";
99 reg_can2_stby: regulator-can2-stby {
101 regulator-name = "can2-stby";
Dimx8mp-aristainetos3a-som-v1.dtsi77 reg_can1_stby: regulator-can1-stby {
85 regulator-name = "can1-stby";
88 reg_can2_stby: regulator-can2-stby {
96 regulator-name = "can2-stby";
Dimx8mm-kontron-dl.dtso76 panel-stby-hog {
/linux-6.14.4/drivers/iio/imu/
Dkmx61.c319 * @update: update stby bits stored in device's private @data
1447 u8 stby = 0; in kmx61_resume() local
1451 stby |= KMX61_ACC_STBY_BIT; in kmx61_resume()
1453 stby |= KMX61_MAG_STBY_BIT; in kmx61_resume()
1455 return kmx61_set_mode(data, stby, KMX61_ACC | KMX61_MAG, true); in kmx61_resume()
1473 u8 stby = 0; in kmx61_runtime_resume() local
1476 stby |= KMX61_ACC_STBY_BIT; in kmx61_runtime_resume()
1478 stby |= KMX61_MAG_STBY_BIT; in kmx61_runtime_resume()
1480 return kmx61_set_mode(data, stby, KMX61_ACC | KMX61_MAG, true); in kmx61_runtime_resume()
/linux-6.14.4/arch/sh/boards/mach-hp6xx/
Dpm_wakeup.S20 ! clear STBY bit
/linux-6.14.4/Documentation/devicetree/bindings/clock/
Dimx6q-clock.yaml47 fsl,pmic-stby-poweroff:
/linux-6.14.4/arch/arm/boot/dts/nxp/imx/
Dimx6qdl-skov-cpu.dtsi137 reg_can1_stby: regulator-can1-stby {
147 reg_can2_stby: regulator-can2-stby {
Dimx6sx-sdb.dts149 /* Transceiver EN/STBY is active low on RevB board */
Dimx6sx-sabreauto.dts60 reg_can_stby: regulator-can-stby {
62 regulator-name = "can-stby";
Dimx6sx-sdb-reva.dts148 /* Transceiver EN/STBY is active high on RevA board */
Dimx6dl-riotboard.dts85 fsl,pmic-stby-poweroff;
186 fsl,pmic-stby-poweroff;
Dimx6sx-sdb.dtsi147 reg_can_stby: regulator-can-stby {
149 regulator-name = "can-stby";
/linux-6.14.4/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c1382 gpiod_set_value(state->stby, 0); in __s5c73m3_power_on()
1411 gpiod_set_value(state->stby, 1); in __s5c73m3_power_off()
1571 state->stby = devm_gpiod_get(dev, "standby", GPIOD_OUT_HIGH); in s5c73m3_get_dt_data()
1572 if (IS_ERR(state->stby)) in s5c73m3_get_dt_data()
1573 return dev_err_probe(dev, PTR_ERR(state->stby), in s5c73m3_get_dt_data()
1575 gpiod_set_consumer_name(state->stby, "S5C73M3_STBY"); in s5c73m3_get_dt_data()
/linux-6.14.4/Documentation/devicetree/bindings/mfd/
Drohm,bd96801-pmic.yaml98 /* These can be set only when PMIC is in STBY */
/linux-6.14.4/drivers/iio/magnetometer/
Dmag3110.c186 * Takes up to 1/ODR to come out of active mode into stby in mag3110_wait_standby()
251 * to transition to STBY. This can take up to 1 /ODR to occur in mag3110_change_config()

123