Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/bridge/
Dtoshiba,tc358775.yaml38 stby-gpios:
84 - stby-gpios
111 stby-gpios = <&msmgpio 99 GPIO_ACTIVE_LOW>;
170 stby-gpios = <&msmgpio 99 GPIO_ACTIVE_LOW>;
/kernel/linux/linux-5.10/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 */
/kernel/linux/linux-5.10/drivers/media/i2c/
Ds5k4ecgx.c175 STBY, enumerator
475 /* The polarity of STBY is controlled by TSP */ in __s5k4ecgx_power_on()
476 if (s5k4ecgx_gpio_set_value(priv, STBY, priv->gpio[STBY].level)) in __s5k4ecgx_power_on()
490 if (s5k4ecgx_gpio_set_value(priv, STBY, !priv->gpio[STBY].level)) in __s5k4ecgx_power_off()
874 priv->gpio[STBY].gpio = -EINVAL; in s5k4ecgx_config_gpios()
883 priv->gpio[STBY] = *gpio; in s5k4ecgx_config_gpios()
Ds5k6aa.c179 STBY, enumerator
837 if (s5k6aa_gpio_deassert(s5k6aa, STBY)) in __s5k6aa_power_on()
862 if (s5k6aa_gpio_assert(s5k6aa, STBY)) in __s5k6aa_power_off()
1512 s5k6aa->gpio[STBY].gpio = -EINVAL; in s5k6aa_configure_gpios()
1524 s5k6aa->gpio[STBY] = *gpio; in s5k6aa_configure_gpios()
/kernel/linux/linux-5.10/drivers/iio/imu/
Dkmx61.c318 * @update: update stby bits stored in device's private @data
1467 u8 stby = 0; in kmx61_resume() local
1471 stby |= KMX61_ACC_STBY_BIT; in kmx61_resume()
1473 stby |= KMX61_MAG_STBY_BIT; in kmx61_resume()
1475 return kmx61_set_mode(data, stby, KMX61_ACC | KMX61_MAG, true); in kmx61_resume()
1495 u8 stby = 0; in kmx61_runtime_resume() local
1498 stby |= KMX61_ACC_STBY_BIT; in kmx61_runtime_resume()
1500 stby |= KMX61_MAG_STBY_BIT; in kmx61_runtime_resume()
1502 return kmx61_set_mode(data, stby, KMX61_ACC | KMX61_MAG, true); in kmx61_runtime_resume()
/kernel/linux/linux-5.10/include/media/i2c/
Ds5k4ecgx.h25 * @gpio_stby : GPIO driving STBY pin
Ds5k6aa.h30 * @gpio_stby: GPIO driving STBY pin
Ds5c73m3.h37 * @gpio_stby: GPIO driving STBY pin
/kernel/linux/linux-5.10/arch/sh/boards/mach-hp6xx/
Dpm_wakeup.S20 ! clear STBY bit
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dimx6q-clock.yaml46 fsl,pmic-stby-poweroff:
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dimx6sx-sdb.dts149 /* Transceiver EN/STBY is active low on RevB board */
Dimx6sx-sdb-reva.dts148 /* Transceiver EN/STBY is active high on RevA board */
Dimx6sx-sabreauto.dts60 reg_can_stby: regulator-can-stby {
62 regulator-name = "can-stby";
Dimx6dl-riotboard.dts85 fsl,pmic-stby-poweroff;
184 fsl,pmic-stby-poweroff;
Dimx6sx-sdb.dtsi147 reg_can_stby: regulator-can-stby {
149 regulator-name = "can-stby";
Dimx6qdl-sabreauto.dtsi114 reg_can_stby: regulator-can-stby {
116 regulator-name = "can-stby";
Dimx7d-zii-rpu2.dts52 reg_can1_stby: regulator-can1-stby {
63 reg_can2_stby: regulator-can2-stby {
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/adc/
Dadi,ad7606.yaml60 Must be the device tree identifier of the STBY pin. This pin is used
/kernel/linux/linux-5.10/drivers/iio/adc/
Dad7606.h82 * @gpio_standby GPIO descriptor for stand-by signal (STBY),
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/
Dpfuze100.yaml50 fsl,pmic-stby-poweroff:
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/arch/arm64/boot/dts/allwinner/
Dsun50i-a64-amarula-relic.dts44 powerdown-gpios = <&pio 4 15 GPIO_ACTIVE_HIGH>; /* CSI-STBY-R: PE15 */
/kernel/linux/linux-5.10/arch/arm64/boot/dts/rockchip/
Drk3368-r88.dts274 stby_pwren: stby-pwren {
Drk3368-orion-r68-meta.dts259 stby_pwren: stby-pwren {
/kernel/linux/linux-5.10/drivers/media/i2c/s5c73m3/
Ds5c73m3.h355 STBY, enumerator

12