| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/regulator/ |
| D | regulator.txt | 24 - regulator-settling-time-us: Settling time, in microseconds, for voltage 27 - regulator-settling-time-up-us: Settling time, in microseconds, for voltage 31 - regulator-settling-time-down-us: Settling time, in microseconds, for voltage
|
| D | ti-abb-regulator.txt | 20 - ti,settling-time: Settling time in uSecs from SoC documentation for ABB module 23 computing settling time from SoC Documentation for ABB module(clock 78 ti,settling-time = <30>; 98 ti,settling-time = <50>; 125 ti,settling-time = <50>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/ |
| D | regulator.yaml | 72 regulator-settling-time-us: 73 description: Settling time, in microseconds, for voltage change if regulator 77 regulator-settling-time-up-us: 78 description: Settling time, in microseconds, for voltage increase if 83 regulator-settling-time-down-us: 84 description: Settling time, in microseconds, for voltage decrease if
|
| D | ti-abb-regulator.txt | 20 - ti,settling-time: Settling time in uSecs from SoC documentation for ABB module 23 computing settling time from SoC Documentation for ABB module(clock 78 ti,settling-time = <30>; 98 ti,settling-time = <50>; 125 ti,settling-time = <50>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/ |
| D | fsl-mx25-tcq.txt | 20 - fsl,settling-time-ns: Settling time in nanoseconds. The settling time is before
|
| D | stmpe.txt | 22 - st,settling : Panel driver settling time (recommended is 2) 95 /* 1 ms panel driver settling time */ 96 st,settling = <3>;
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/input/touchscreen/ |
| D | fsl-mx25-tcq.txt | 20 - fsl,settling-time-ns: Settling time in nanoseconds. The settling time is before
|
| D | stmpe.txt | 20 - st,settling: Panel driver settling time (0 -> 10 us, 1 -> 100 us, 2 -> 500 us, 3 40 st,settling = <2>;
|
| /kernel/linux/linux-4.19/drivers/input/touchscreen/ |
| D | stmpe-ts.c | 58 #define SETTLING(x) (x & 0x7) macro 87 * @settling: Panel driver settling time 108 u8 settling; member 235 SETTLING(ts->settling); in stmpe_init_hw() 236 tsc_cfg_mask = AVE_CTRL(0xff) | DET_DELAY(0xff) | SETTLING(0xff); in stmpe_init_hw() 317 if (!of_property_read_u32(np, "st,settling", &val)) in stmpe_ts_get_platform_info() 318 ts->settling = val; in stmpe_ts_get_platform_info()
|
| D | wm9705.c | 59 * For accurate touchpanel measurements, some settling time may be 128 * The delay is 3 AC97 link frames + the touchpanel settling delay 160 /* polling mode sample settling delay */ in wm9705_phy_init()
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/mfd/ |
| D | mxs-lradc.txt | 19 - fsl,settling: delay between plate switch to next sample. Allowed value is 32 fsl,settling = <10>; 44 fsl,settling = <10>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
| D | mxs-lradc.txt | 19 - fsl,settling: delay between plate switch to next sample. Allowed value is 32 fsl,settling = <10>; 44 fsl,settling = <10>;
|
| /kernel/linux/linux-5.10/drivers/input/touchscreen/ |
| D | stmpe-ts.c | 60 * @settling: Panel driver settling time 77 u8 settling; member 193 STMPE_SETTLING(ts->settling); in stmpe_init_hw() 276 if (!of_property_read_u32(np, "st,settling", &val)) in stmpe_ts_get_platform_info() 277 ts->settling = val; in stmpe_ts_get_platform_info()
|
| D | wm9705.c | 54 * For accurate touchpanel measurements, some settling time may be 123 * The delay is 3 AC97 link frames + the touchpanel settling delay 155 /* polling mode sample settling delay */ in wm9705_phy_init()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/realtek/ |
| D | atp.h | 99 inbyte(port + PAR_STATUS); /* Settling time delay */ in read_nibble() 116 inbyte(ioaddr + PAR_STATUS); /* Settling time delay -- needed! */ in read_byte_mode0() 117 inbyte(ioaddr + PAR_STATUS); /* Settling time delay -- needed! */ in read_byte_mode0() 130 inbyte(ioaddr + PAR_STATUS); /* Settling time delay -- needed! */ in read_byte_mode2() 145 /* Read a byte through the data register, double reading to allow settling. */
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/realtek/ |
| D | atp.h | 99 inbyte(port + PAR_STATUS); /* Settling time delay */ in read_nibble() 116 inbyte(ioaddr + PAR_STATUS); /* Settling time delay -- needed! */ in read_byte_mode0() 117 inbyte(ioaddr + PAR_STATUS); /* Settling time delay -- needed! */ in read_byte_mode0() 130 inbyte(ioaddr + PAR_STATUS); /* Settling time delay -- needed! */ in read_byte_mode2() 145 /* Read a byte through the data register, double reading to allow settling. */
|
| /kernel/linux/linux-4.19/drivers/regulator/ |
| D | of_regulator.c | 90 ret = of_property_read_u32(np, "regulator-settling-time-us", &pval); in of_get_regulation_constraints() 94 ret = of_property_read_u32(np, "regulator-settling-time-up-us", &pval); in of_get_regulation_constraints() 98 …pr_warn("%s: ambiguous configuration for settling time, ignoring 'regulator-settling-time-up-us'\n… in of_get_regulation_constraints() 103 ret = of_property_read_u32(np, "regulator-settling-time-down-us", in of_get_regulation_constraints() 108 …pr_warn("%s: ambiguous configuration for settling time, ignoring 'regulator-settling-time-down-us'… in of_get_regulation_constraints()
|
| D | ti-abb-regulator.c | 98 * @settling_time: SoC specific settling time for LDO VBB 414 char *pname = "ti,settling-time"; in ti_abb_init_timings() 449 * SR2_WTCNT_VALUE is the settling time for the ABB ldo after a in ti_abb_init_timings() 454 * settling time of ldo in micro-seconds (varies per OMAP family) in ti_abb_init_timings() 459 * ldo settling time (in micro-seconds) in ti_abb_init_timings() 465 * SR2_WTCNT_VALUE = settling time / (# SYS_CLK cycles / SYS_CLK rate)) in ti_abb_init_timings() 468 * "settling time" by 10 such that the final result is the one we want. in ti_abb_init_timings()
|
| /kernel/linux/linux-5.10/drivers/regulator/ |
| D | of_regulator.c | 93 ret = of_property_read_u32(np, "regulator-settling-time-us", &pval); in of_get_regulation_constraints() 97 ret = of_property_read_u32(np, "regulator-settling-time-up-us", &pval); in of_get_regulation_constraints() 101 …pr_warn("%pOFn: ambiguous configuration for settling time, ignoring 'regulator-settling-time-up-us… in of_get_regulation_constraints() 106 ret = of_property_read_u32(np, "regulator-settling-time-down-us", in of_get_regulation_constraints() 111 …pr_warn("%pOFn: ambiguous configuration for settling time, ignoring 'regulator-settling-time-down-… in of_get_regulation_constraints()
|
| D | ti-abb-regulator.c | 98 * @settling_time: SoC specific settling time for LDO VBB 424 char *pname = "ti,settling-time"; in ti_abb_init_timings() 459 * SR2_WTCNT_VALUE is the settling time for the ABB ldo after a in ti_abb_init_timings() 464 * settling time of ldo in micro-seconds (varies per OMAP family) in ti_abb_init_timings() 469 * ldo settling time (in micro-seconds) in ti_abb_init_timings() 475 * SR2_WTCNT_VALUE = settling time / (# SYS_CLK cycles / SYS_CLK rate)) in ti_abb_init_timings() 478 * "settling time" by 10 such that the final result is the one we want. in ti_abb_init_timings()
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/amlogic/ |
| D | meson-gxbb-p20x.dtsi | 52 regulator-settling-time-up-us = <10000>; 53 regulator-settling-time-down-us = <150000>;
|
| /kernel/linux/linux-4.19/arch/arm64/boot/dts/amlogic/ |
| D | meson-gxbb-p20x.dtsi | 52 regulator-settling-time-up-us = <10000>; 53 regulator-settling-time-down-us = <150000>;
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | stm32f429-disco.dts | 142 /* 1 ms panel driver settling time */ 143 st,settling = <3>;
|
| /kernel/linux/linux-4.19/drivers/staging/iio/Documentation/ |
| D | sysfs-bus-iio-impedance-analyzer-ad5933 | 27 Number of output excitation cycles (settling time cycles)
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-bus-iio-impedance-analyzer-ad5933 | 32 Number of output excitation cycles (settling time cycles)
|