/Linux-v6.6/drivers/gpu/drm/panel/ |
D | panel-feiyang-fy07024di26a30d.c | 58 /* T1 (dvdd start + dvdd rise) 0 < T1 <= 10ms */ in feiyang_prepare() 65 /* T3 (dvdd rise + avdd start + avdd rise) T3 >= 20ms */ in feiyang_prepare() 71 * T5 + T6 (avdd rise + video & logic signal rise) in feiyang_prepare() 78 /* T12 (video & logic signal rise + backlight rise) T12 >= 200ms */ in feiyang_prepare() 98 /* T12 (video & logic signal rise + backlight rise) T12 >= 200ms */ in feiyang_enable() 133 /* T11 (dvdd rise to fall) 0 < T11 <= 10ms */ in feiyang_unprepare()
|
/Linux-v6.6/Documentation/devicetree/bindings/sound/ |
D | cirrus,cs42l42.yaml | 75 cirrus,ts-dbnc-rise: 162 If present this sets the rate that the HS bias should rise and fall. 163 The actual rise and fall times depend on external hardware (the 164 datasheet gives several rise and fall time examples). 166 0 - Fast rise time; slow, load-dependent fall time 219 cirrus,ts-dbnc-rise = <CS42L42_TS_DBNCE_1000>;
|
D | cirrus,cs42l43.yaml | 138 cirrus,tip-rise-db-ms: 168 cirrus,ring-rise-db-ms:
|
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | offload.h | 42 * @system_time: system time on air rise 43 * @tsf: TSF on air rise 44 * @beacon_timestamp: beacon on air rise
|
D | rx.h | 32 * @system_timestamp: GP2 at on air rise 33 * @timestamp: TSF at on air rise 34 * @beacon_time_stamp: beacon at on-air rise 509 * @gp2_on_air_rise: GP2 timer value on air rise (INA) 516 * TSF value on air rise (INA), only valid if 606 * @gp2_on_air_rise: GP2 timer value on air rise (INA) 613 * TSF value on air rise (INA), only valid if 789 * @on_air_rise_time: GP2 during on air rise 814 * @on_air_rise_time: GP2 during on air rise
|
/Linux-v6.6/drivers/gpio/ |
D | gpio-mt7621.c | 112 u32 rise, fall, high, low; in mediatek_gpio_irq_unmask() local 117 rise = mtk_gpio_r32(rg, GPIO_REG_REDGE); in mediatek_gpio_irq_unmask() 121 mtk_gpio_w32(rg, GPIO_REG_REDGE, rise | (BIT(pin) & rg->rising)); in mediatek_gpio_irq_unmask() 135 u32 rise, fall, high, low; in mediatek_gpio_irq_mask() local 138 rise = mtk_gpio_r32(rg, GPIO_REG_REDGE); in mediatek_gpio_irq_mask() 143 mtk_gpio_w32(rg, GPIO_REG_REDGE, rise & ~BIT(pin)); in mediatek_gpio_irq_mask()
|
D | gpio-mlxbf2.c | 293 bool rise = false; in mlxbf2_gpio_irq_set_type() local 299 rise = true; in mlxbf2_gpio_irq_set_type() 302 rise = true; in mlxbf2_gpio_irq_set_type() 318 if (rise) { in mlxbf2_gpio_irq_set_type()
|
D | gpio-stmpe.c | 298 u8 rise = NOT_SUPPORTED_IDX; in stmpe_dbg_show_one() local 321 rise = !!(ret & mask); in stmpe_dbg_show_one() 346 rise_values[rise], in stmpe_dbg_show_one()
|
/Linux-v6.6/Documentation/leds/ |
D | leds-sc27xx.rst | 12 hardware pattern, which is used to configure the rise time, 17 format, we should set brightness as 0 for rise stage, fall
|
D | leds-cht-wcove.rst | 27 The rise and fall times must be the same value.
|
/Linux-v6.6/Documentation/devicetree/bindings/i2c/ |
D | i2c-mux-ltc4306.txt | 24 - ltc,downstream-accelerators-enable: Enables the rise time accelerators 26 - ltc,upstream-accelerators-enable: Enables the rise time accelerators
|
/Linux-v6.6/Documentation/devicetree/bindings/phy/ |
D | fsl,imx8mq-usb-phy.yaml | 44 fsl,phy-tx-rise-tune-percent: 46 Adjusts the rise/fall time duration of the HS waveform relative to
|
D | qcom,usb-snps-femto-v2.yaml | 115 qcom,hs-rise-fall-time-bp: 117 This adjusts the rise/fall times of the high-speed waveform.
|
D | phy-stm32-usbphyc.yaml | 115 description: Enables the FS rise/fall tuning option 119 description: Enables the HS rise/fall reduction feature
|
/Linux-v6.6/Documentation/devicetree/bindings/usb/ |
D | ci-hdrc-usb2.yaml | 296 fsl,picophy-rise-fall-time-adjust: 298 HS Transmitter Rise/Fall Time Adjustment. Adjust the rise/fall times 299 of the high-speed transmitter waveform. It has no unit. The rise/fall
|
/Linux-v6.6/drivers/clk/tegra/ |
D | clk-tegra114.c | 20 #define CPU_FINETRIM_DR 0x4d8 /* rise->rise prop dly A */ 21 #define CPU_FINETRIM_R 0x4e4 /* rise->rise prop dly inc A */ 1202 /* Use hardwired rise->rise & fall->fall clock propagation delays */ in tegra114_clock_tune_cpu_trimmers_high() 1226 * Use software-specified rise->rise & fall->fall clock in tegra114_clock_tune_cpu_trimmers_low() 1251 /* Increment the rise->rise clock delay by four steps */ in tegra114_clock_tune_cpu_trimmers_init() 1258 * Use the rise->rise clock propagation delay specified in the in tegra114_clock_tune_cpu_trimmers_init()
|
/Linux-v6.6/Documentation/devicetree/bindings/memory-controllers/ |
D | mvebu-devbus.txt | 92 address and data to DEV_WEn rise. 100 data after DEV_WEn rise.
|
/Linux-v6.6/Documentation/devicetree/bindings/watchdog/ |
D | starfive,jh7100-wdt.yaml | 17 output(WDOGINT) will rise when counter is 0. The counter will reload
|
/Linux-v6.6/arch/arm64/boot/dts/rockchip/ |
D | rk3399-gru-kevin.dts | 185 /* These are relatively safe rise/fall times. */ 201 /* These are relatively safe rise/fall times. */
|
/Linux-v6.6/drivers/gpu/drm/bridge/ |
D | parade-ps8622.c | 359 * T1 is the range of time that it takes for the power to rise after we in ps8622_pre_enable() 363 * If it takes T1.max for the power to rise, we need to wait atleast in ps8622_pre_enable() 365 * power to rise, we need to wait at most T2.max before deasserting the in ps8622_pre_enable()
|
/Linux-v6.6/drivers/leds/ |
D | leds-sc27xx-bltc.c | 157 /* Reset the rise, high, fall and low time to zero. */ in sc27xx_led_pattern_clear() 183 * Must contain 4 tuples to configure the rise time, high time, fall in sc27xx_led_pattern_set()
|
/Linux-v6.6/drivers/gpu/drm/kmb/ |
D | kmb_dsi.c | 826 /* Typical rise/fall time=166, refer Table 1207 databook, in set_test_mode_src_osc_freq_target_low_bits() 843 /* Typical rise/fall time=166, refer Table 1207 databook, in set_test_mode_src_osc_freq_target_hi_bits() 1016 * typical rise/fall times: 166 ps in set_slewrate_gt_1000() 1032 * typical rise/fall time=166, refer Table 1207 databook in set_slewrate_gt_1000() 1039 * Typical rise/fall time=166, refer Table 1207 databook in set_slewrate_gt_1000() 1053 * - typical rise/fall times: 225 ps in set_slewrate_lt_1000() 1066 /* Typical rise/fall time=255, refer Table 1207 databook */ in set_slewrate_lt_1000()
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-class-led-driver-lm3533 | 27 Set the pattern generator fall and rise times (0..7), where:
|
/Linux-v6.6/drivers/usb/chipidea/ |
D | otg_fsm.h | 17 /* Wait for VBUS Rise */
|
/Linux-v6.6/drivers/input/misc/ |
D | rk805-pwrkey.c | 77 dev_err(&pdev->dev, "Can't register rise irq: %d\n", err); in rk805_pwrkey_probe()
|