/linux-5.10/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-5.10/drivers/gpio/ |
D | gpio-mt7621.c | 115 u32 rise, fall, high, low; in mediatek_gpio_irq_unmask() local 118 rise = mtk_gpio_r32(rg, GPIO_REG_REDGE); in mediatek_gpio_irq_unmask() 122 mtk_gpio_w32(rg, GPIO_REG_REDGE, rise | (BIT(pin) & rg->rising)); in mediatek_gpio_irq_unmask() 136 u32 rise, fall, high, low; in mediatek_gpio_irq_mask() local 139 rise = mtk_gpio_r32(rg, GPIO_REG_REDGE); in mediatek_gpio_irq_mask() 144 mtk_gpio_w32(rg, GPIO_REG_REDGE, rise & ~BIT(pin)); in mediatek_gpio_irq_mask()
|
D | gpio-stmpe.c | 296 u8 rise = NOT_SUPPORTED_IDX; in stmpe_dbg_show_one() local 319 rise = !!(ret & mask); in stmpe_dbg_show_one() 344 rise_values[rise], in stmpe_dbg_show_one()
|
/linux-5.10/arch/arm/mach-pxa/ |
D | regs-u2d.h | 73 #define U2DOTGINT_RLS1 (1 << 14) /* RXCMD Linestate[1] Change Interrupt Rise */ 74 #define U2DOTGINT_RLS0 (1 << 13) /* RXCMD Linestate[0] Change Interrupt Rise */ 75 #define U2DOTGINT_RID (1 << 12) /* RXCMD OTG ID Change Interrupt Rise */ 76 #define U2DOTGINT_RSE (1 << 11) /* RXCMD OTG Session End Interrupt Rise */ 77 #define U2DOTGINT_RSV (1 << 10) /* RXCMD OTG Session Valid Interrupt Rise */ 78 #define U2DOTGINT_RVV (1 << 9) /* RXCMD OTG Vbus Valid Interrupt Rise */ 79 #define U2DOTGINT_RCK (1 << 8) /* RXCMD Carkit Interrupt Rise */
|
/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | offload.h | 81 * @system_time: system time on air rise 82 * @tsf: TSF on air rise 83 * @beacon_timestamp: beacon on air rise
|
D | rx.h | 89 * @system_timestamp: GP2 at on air rise 90 * @timestamp: TSF at on air rise 91 * @beacon_time_stamp: beacon at on-air rise 491 * @gp2_on_air_rise: GP2 timer value on air rise (INA) 498 * TSF value on air rise (INA), only valid if 586 * @gp2_on_air_rise: GP2 timer value on air rise (INA) 593 * TSF value on air rise (INA), only valid if 719 * @on_air_rise_time: GP2 during on air rise
|
/linux-5.10/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
|
/linux-5.10/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
|
D | i2c-rk3x.yaml | 81 Number of nanoseconds the SCL signal takes to rise
|
/linux-5.10/Documentation/devicetree/bindings/sound/ |
D | cs42l42.txt | 30 - cirrus,ts-dbnc-rise : Debounce the rising edge of TIP_SENSE_PLUG. With no 101 cirrus,ts-dbnc-rise = <0x05>;
|
/linux-5.10/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 */ 1201 /* Use hardwired rise->rise & fall->fall clock propagation delays */ in tegra114_clock_tune_cpu_trimmers_high() 1225 * Use software-specified rise->rise & fall->fall clock in tegra114_clock_tune_cpu_trimmers_low() 1250 /* Increment the rise->rise clock delay by four steps */ in tegra114_clock_tune_cpu_trimmers_init() 1257 * Use the rise->rise clock propagation delay specified in the in tegra114_clock_tune_cpu_trimmers_init()
|
/linux-5.10/Documentation/devicetree/bindings/memory-controllers/ |
D | mvebu-devbus.txt | 92 address and data to DEV_WEn rise. 100 data after DEV_WEn rise.
|
/linux-5.10/arch/arm64/boot/dts/rockchip/ |
D | rk3399-gru-kevin.dts | 184 /* These are relatively safe rise/fall times. */ 200 /* These are relatively safe rise/fall times. */
|
D | rk3399-gru-chromebook.dtsi | 259 /* These are relatively safe rise/fall times */ 275 /* These are relatively safe rise/fall times */
|
/linux-5.10/drivers/gpu/drm/bridge/ |
D | parade-ps8622.c | 364 * T1 is the range of time that it takes for the power to rise after we in ps8622_pre_enable() 368 * If it takes T1.max for the power to rise, we need to wait atleast in ps8622_pre_enable() 370 * power to rise, we need to wait at most T2.max before deasserting the in ps8622_pre_enable()
|
/linux-5.10/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-5.10/drivers/input/misc/ |
D | rk805-pwrkey.c | 77 dev_err(&pdev->dev, "Can't register rise irq: %d\n", err); in rk805_pwrkey_probe()
|
/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-class-led-driver-lm3533 | 27 Set the pattern generator fall and rise times (0..7), where:
|
/linux-5.10/drivers/usb/chipidea/ |
D | otg_fsm.h | 17 /* Wait for VBUS Rise */
|
/linux-5.10/include/linux/ |
D | led-lm3530.h | 89 * @brt_ramp_rise: rate of rise of led current
|
/linux-5.10/Documentation/filesystems/ |
D | locks.rst | 35 for example. This gave rise to some other subtle problems if sendmail was
|
/linux-5.10/drivers/pinctrl/ |
D | pinctrl-at91.h | 59 #define PIO_FRLHSR 0xd8 /* Fall/Rise - Low/High Status Register */
|
/linux-5.10/drivers/pcmcia/ |
D | sa1111_lubbock.c | 105 * to rise. in lubbock_pcmcia_configure_socket()
|
/linux-5.10/drivers/media/rc/img-ir/ |
D | img-ir-raw.c | 25 /* find whether both rise and fall was detected */ in img_ir_refresh_raw()
|
/linux-5.10/drivers/char/ |
D | nsc_gpio.c | 36 (config & 32) ? "HI" : "LO", /* trigger on rise/fall edge */ in nsc_gpio_dump()
|