Home
last modified time | relevance | path

Searched refs:stby (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/imu/
Dkmx61.c1467 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/drivers/regulator/
Dpcap-regulator.c93 const u8 stby; member
104 .stby = _stby, \
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dimx6dl-riotboard.dts85 fsl,pmic-stby-poweroff;
184 fsl,pmic-stby-poweroff;
Dimx6sx-sabreauto.dts60 reg_can_stby: regulator-can-stby {
62 regulator-name = "can-stby";
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/arch/arm64/boot/dts/rockchip/
Drk3368-r88.dts274 stby_pwren: stby-pwren {
Drk3368-orion-r68-meta.dts259 stby_pwren: stby-pwren {
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0032_linux_drivers_regulator_remoteproc_reset_rpmsg_rtc.patch221 "fsl,pmic-stby-poweroff"))
D0020_linux_drivers_gpu.patch27704 + struct gpio_desc *stby;
28019 + if (tc358775->reset != NULL && tc358775->stby !=NULL && tc358775->power_gpio !=NULL) {
28023 + gpiod_set_value(tc358775->stby, 0);
28040 + if (tc358775->reset != NULL && tc358775->stby !=NULL && tc358775->power_gpio !=NULL) {
28044 + gpiod_set_value(tc358775->stby, 0);
28049 + gpiod_set_value(tc358775->stby, 1);
28315 + panel->stby = devm_gpiod_get(dev, "stby", GPIOD_OUT_HIGH);
28316 + if (IS_ERR(panel->stby))
28317 + panel->stby = NULL;
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0001_linux_arch.patch5921 + reg_can_stby: regulator-can-stby {
5923 + regulator-name = "can-stby";
8970 + stby-gpio = <&gpio4 27 GPIO_ACTIVE_HIGH>;
12511 + stby-gpio = <&gpio4 27 GPIO_ACTIVE_HIGH>;