Home
last modified time | relevance | path

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

123

/openbmc/qemu/tests/tcg/hppa/
H A Dstby.c1 /* Test STBY */
53 TEST("stby,b", 0, 0x11223344); in test()
54 TEST("stby,b", 1, 0x00223344); in test()
55 TEST("stby,b", 2, 0x00003344); in test()
56 TEST("stby,b", 3, 0x00000044); in test()
58 TEST("stby,e", 0, 0x00000000); in test()
59 TEST("stby,e", 1, 0x11000000); in test()
60 TEST("stby,e", 2, 0x11220000); in test()
61 TEST("stby,e", 3, 0x11223300); in test()
H A DMakefile.target12 TESTS += stby
14 stby: CFLAGS += -pthread
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/
H A Dtoshiba,tc358775.yaml36 stby-gpios:
73 - stby-gpios
100 stby-gpios = <&msmgpio 99 GPIO_ACTIVE_LOW>;
159 stby-gpios = <&msmgpio 99 GPIO_ACTIVE_LOW>;
/openbmc/linux/drivers/regulator/
H A 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 */
/openbmc/linux/drivers/iio/imu/
H A Dkmx61.c318 * @update: update stby bits stored in device's private @data
1459 u8 stby = 0; in kmx61_resume() local
1463 stby |= KMX61_ACC_STBY_BIT; in kmx61_resume()
1465 stby |= KMX61_MAG_STBY_BIT; in kmx61_resume()
1467 return kmx61_set_mode(data, stby, KMX61_ACC | KMX61_MAG, true); in kmx61_resume()
1485 u8 stby = 0; in kmx61_runtime_resume() local
1488 stby |= KMX61_ACC_STBY_BIT; in kmx61_runtime_resume()
1490 stby |= KMX61_MAG_STBY_BIT; in kmx61_runtime_resume()
1492 return kmx61_set_mode(data, stby, KMX61_ACC | KMX61_MAG, true); in kmx61_runtime_resume()
/openbmc/linux/arch/sh/boards/mach-hp6xx/
H A Dpm_wakeup.S20 ! clear STBY bit
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mp-evk.dts66 reg_can1_stby: regulator-can1-stby {
68 regulator-name = "can1-stby";
77 reg_can2_stby: regulator-can2-stby {
79 regulator-name = "can2-stby";
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dimx6q-clock.yaml46 fsl,pmic-stby-poweroff:
/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-platform-init/
H A Dmtmitchell_platform_gpios_init.sh61 "hpm-stby-rst-n"
/openbmc/u-boot/arch/mips/dts/
H A Dnetgear,cg3100d.dts84 label = "CG3100D:green:stby";
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/motor-ctrl/files/
H A Dmotor-ctrl12 # 2. Value of STBY RESET PIN
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-skov-cpu.dtsi133 reg_can1_stby: regulator-can1-stby {
143 reg_can2_stby: regulator-can2-stby {
H A Dimx6sx-sdb.dts149 /* Transceiver EN/STBY is active low on RevB board */
H A Dimx6sx-sabreauto.dts60 reg_can_stby: regulator-can-stby {
62 regulator-name = "can-stby";
H A Dimx6sx-sdb-reva.dts148 /* Transceiver EN/STBY is active high on RevA board */
H A Dimx6dl-riotboard.dts85 fsl,pmic-stby-poweroff;
186 fsl,pmic-stby-poweroff;
H A Dimx6sx-sdb.dtsi147 reg_can_stby: regulator-can-stby {
149 regulator-name = "can-stby";
H A Dimx6qdl-sabreauto.dtsi114 reg_can_stby: regulator-can-stby {
116 regulator-name = "can-stby";
H A Dimx7d-zii-rpu2.dts52 reg_can1_stby: regulator-can1-stby {
63 reg_can2_stby: regulator-can2-stby {
/openbmc/linux/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-core.c1369 gpiod_set_value(state->stby, 0); in __s5c73m3_power_on()
1388 gpiod_set_value(state->stby, 1); in __s5c73m3_power_off()
1547 state->stby = devm_gpiod_get(dev, "standby", GPIOD_OUT_HIGH); in s5c73m3_get_dt_data()
1548 if (IS_ERR(state->stby)) in s5c73m3_get_dt_data()
1549 return dev_err_probe(dev, PTR_ERR(state->stby), in s5c73m3_get_dt_data()
1551 gpiod_set_consumer_name(state->stby, "S5C73M3_STBY"); in s5c73m3_get_dt_data()
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad7606.yaml57 Must be the device tree identifier of the STBY pin. This pin is used
/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-platform-init/
H A Dampere_platform_init.sh63 gpioset $(gpiofind hpm-stby-rst-n)=1 # HPM Standby Reset input from BMC
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dpfuze100.yaml53 fsl,pmic-stby-poweroff:
/openbmc/linux/drivers/iio/adc/
H A Dad7606.h81 * @gpio_standby GPIO descriptor for stand-by signal (STBY),
/openbmc/linux/drivers/iio/magnetometer/
H A 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