Searched +full:fsin +full:- +full:enable (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/regulator/ |
D | richtek,rtmv20-regulator.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/regulator/richtek,rtmv20-regulator.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - ChiYuan Huang <cy_huang@richtek.com> 15 (Enable/Fail), Enable pin to turn chip on, and Fail pin as fault indication. 27 wakeup-source: true 32 enable-gpios: 33 description: A connection of the 'enable' gpio line. 36 richtek,ld-pulse-delay-us: [all …]
|
/Linux-v5.10/drivers/regulator/ |
D | rtmv20-regulator.c | 1 // SPDX-License-Identifier: GPL-2.0+ 74 gpiod_set_value(priv->enable_gpio, 1); in rtmv20_lsw_enable() 79 /* HW re-enable, disable cache only and sync regcache here */ in rtmv20_lsw_enable() 80 regcache_cache_only(priv->regmap, false); in rtmv20_lsw_enable() 81 ret = regcache_sync(priv->regmap); in rtmv20_lsw_enable() 98 regcache_cache_only(priv->regmap, true); in rtmv20_lsw_disable() 99 regcache_mark_dirty(priv->regmap); in rtmv20_lsw_disable() 101 gpiod_set_value(priv->enable_gpio, 0); in rtmv20_lsw_disable() 109 .enable = rtmv20_lsw_enable, 133 ret = regmap_read(priv->regmap, RTMV20_REG_LDIRQ, &val); in rtmv20_irq_handler() [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 31 Say yes here to enable debugging support. 38 managed regulators and simple non-configurable regulators. 65 They provide two I2C-controlled DC/DC step-down converters with 66 sleep mode and separate enable pins. 85 tristate "Active-semi act8865 voltage regulator" 90 This driver controls a active-semi act8865 voltage output 94 tristate "Active-semi ACT8945A voltage regulator" 97 This driver controls a active-semi ACT8945A voltage regulator 98 via I2C bus. The ACT8945A features three step-down DC/DC converters [all …]
|
/Linux-v5.10/drivers/media/i2c/ |
D | rdacm20.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Copyright (C) 2017-2020 Jacopo Mondi 6 * Copyright (C) 2017-2020 Kieran Bingham 7 * Copyright (C) 2017-2019 Laurent Pinchart 8 * Copyright (C) 2017-2019 Niklas Söderlund 26 #include <media/v4l2-async.h> 27 #include <media/v4l2-ctrls.h> 28 #include <media/v4l2-subdev.h> 131 /* fifo_hsync_start = 2*(hts - xres) */ 132 { 0x460a, (2 * (OV10635_HTS - OV10635_WIDTH)) >> 8 }, [all …]
|
/Linux-v5.10/arch/m68k/ifpsp060/src/ |
D | ftest.S | 3 M68000 Hi-Performance Microprocessor Division 5 Production Release P1.00 -- October 10, 1994 30 set SREGS, -64 31 set IREGS, -128 32 set IFPREGS, -224 33 set SFPREGS, -320 34 set IFPCREGS, -332 35 set SFPCREGS, -344 36 set ICCR, -346 37 set SCCR, -348 [all …]
|
D | fpsp.S | 3 M68000 Hi-Performance Microprocessor Division 5 Production Release P1.00 -- October 10, 1994 98 mov.l %d0,-(%sp) 99 mov.l (_060FPSP_TABLE-0x80+_off_done,%pc),%d0 100 pea.l (_060FPSP_TABLE-0x80,%pc,%d0) 106 mov.l %d0,-(%sp) 107 mov.l (_060FPSP_TABLE-0x80+_off_ovfl,%pc),%d0 108 pea.l (_060FPSP_TABLE-0x80,%pc,%d0) 114 mov.l %d0,-(%sp) 115 mov.l (_060FPSP_TABLE-0x80+_off_unfl,%pc),%d0 [all …]
|
D | pfpsp.S | 3 M68000 Hi-Performance Microprocessor Division 5 Production Release P1.00 -- October 10, 1994 97 mov.l %d0,-(%sp) 98 mov.l (_060FPSP_TABLE-0x80+_off_done,%pc),%d0 99 pea.l (_060FPSP_TABLE-0x80,%pc,%d0) 105 mov.l %d0,-(%sp) 106 mov.l (_060FPSP_TABLE-0x80+_off_ovfl,%pc),%d0 107 pea.l (_060FPSP_TABLE-0x80,%pc,%d0) 113 mov.l %d0,-(%sp) 114 mov.l (_060FPSP_TABLE-0x80+_off_unfl,%pc),%d0 [all …]
|