Home
last modified time | relevance | path

Searched full:ramping (Results 1 – 25 of 51) sorted by relevance

123

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dultrasound.h45 * _GUS_RAMPRANGE - Sets limits for volume ramping (P1=low volume, P2=high volume)
46 * _GUS_RAMPRATE - Sets the speed for volume ramping (P1=scale, P2=rate)
47 * _GUS_RAMPMODE - Sets the volume ramping mode (P1=ramping mode)
48 * _GUS_RAMPON - Starts volume ramping (no parameters)
49 * _GUS_RAMPOFF - Stops volume ramping (no parameters)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dultrasound.h45 * _GUS_RAMPRANGE - Sets limits for volume ramping (P1=low volume, P2=high volume)
46 * _GUS_RAMPRATE - Sets the speed for volume ramping (P1=scale, P2=rate)
47 * _GUS_RAMPMODE - Sets the volume ramping mode (P1=ramping mode)
48 * _GUS_RAMPON - Starts volume ramping (no parameters)
49 * _GUS_RAMPOFF - Stops volume ramping (no parameters)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dultrasound.h45 * _GUS_RAMPRANGE - Sets limits for volume ramping (P1=low volume, P2=high volume)
46 * _GUS_RAMPRATE - Sets the speed for volume ramping (P1=scale, P2=rate)
47 * _GUS_RAMPMODE - Sets the volume ramping mode (P1=ramping mode)
48 * _GUS_RAMPON - Starts volume ramping (no parameters)
49 * _GUS_RAMPOFF - Stops volume ramping (no parameters)
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dda9055-regulator.c176 * There are two voltage register set A & B for voltage ramping but in da9055_regulator_get_voltage_sel()
208 * we use default register set A for voltage ramping. in da9055_regulator_set_voltage_sel()
249 /* Select register set B for suspend voltage ramping. */ in da9055_regulator_set_suspend_voltage()
270 /* Select register set B for voltage ramping. */ in da9055_suspend_enable()
414 * set A/B for voltage ramping.
462 * regulator register set A/B for voltage ramping. in da9055_gpio_init()
472 * will be selected through GPI for voltage ramping. in da9055_gpio_init()
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dpmac32-cpufreq.c115 /* ramping up, set voltage first */ in cpu_750fx_cpu_speed()
138 /* ramping down, set voltage last */ in cpu_750fx_cpu_speed()
158 /* ramping up, set voltage first */ in dfs_set_cpu_speed()
171 /* ramping down, set voltage last */ in dfs_set_cpu_speed()
194 /* If ramping up, set voltage first */ in gpios_set_cpu_speed()
216 /* If ramping down, set voltage last */ in gpios_set_cpu_speed()
H A Dpowernv-cpufreq.c63 * ramping down
64 * @elapsed_time: Time in ms spent in ramping down from
70 * @timer: Is used for ramping down if cpu goes idle for
614 * @highest_lpstate_idx: pstate from which its ramping down
617 * ramping down and the time elapsed in ramping down. It follows a quadratic
618 * equation which ensures that it reaches ramping down to pmin in 5sec.
781 * If its has been ramping down for more than MAX_RAMP_DOWN_TIME in powernv_cpufreq_target_index()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dda9055.c336 /* Gain ramping rate value */
617 /* Gain Ramping controls */
618 SOC_DOUBLE_R("Aux Gain Ramping Switch", DA9055_AUX_L_CTRL,
620 SOC_DOUBLE_R("Mixin Gain Ramping Switch", DA9055_MIXIN_L_CTRL,
622 SOC_DOUBLE_R("ADC Gain Ramping Switch", DA9055_ADC_L_CTRL,
624 SOC_DOUBLE_R("DAC Gain Ramping Switch", DA9055_DAC_L_CTRL,
626 SOC_DOUBLE_R("Headphone Gain Ramping Switch", DA9055_HP_L_CTRL,
628 SOC_SINGLE("Lineout Gain Ramping Switch", DA9055_LINE_CTRL, 5, 1, 0),
629 SOC_ENUM("Gain Ramping Rate", da9055_gain_ramping_rate),
H A Dda7213.c89 /* Gain ramping rate value */
480 /* Gain Ramping controls */
481 SOC_DOUBLE_R("Aux Gain Ramping Switch", DA7213_AUX_L_CTRL,
484 SOC_DOUBLE_R("Mixin Gain Ramping Switch", DA7213_MIXIN_L_CTRL,
487 SOC_DOUBLE_R("ADC Gain Ramping Switch", DA7213_ADC_L_CTRL,
490 SOC_DOUBLE_R("DAC Gain Ramping Switch", DA7213_DAC_L_CTRL,
493 SOC_DOUBLE_R("Headphone Gain Ramping Switch", DA7213_HP_L_CTRL,
496 SOC_SINGLE("Lineout Gain Ramping Switch", DA7213_LINE_CTRL,
499 SOC_ENUM("Gain Ramping Rate", da7213_gain_ramp_rate),
H A Dda7219-aad.c156 /* Ensure gain ramping at fastest rate */ in da7219_aad_hptest_work()
306 /* Restore gain ramping rate */ in da7219_aad_hptest_work()
H A Dmax98926.c68 { 0x2E, 0x02 }, /* Gain Ramping */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Dti-lmu.txt29 - ramp-up-us: Current ramping from one brightness level to
32 - ramp-down-us: Current ramping from one brightness level to
/OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/
H A Dclock_manager_arria10.c459 /* ramping the main PLL to final value */
475 /* execute the ramping here */ in cm_pll_ramp_main()
491 /* ramping the periph PLL to final value */
506 /* execute the ramping here */ in cm_pll_ramp_periph()
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-tango4.c65 writel(0x100, base + CPUCLK_DIV); /* disable frequency ramping */ in tango4_clkgen_setup()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/inc/
H A Dmod_freesync.h82 bool ramping; member
/OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/include/mach/
H A Dclock_manager_arria10.h216 /* PLL ramping work around */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dcs35l33.txt30 is not set then soft ramping will be disabled and ramp time would be
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A Dregulator.yaml67 required due to the combination of internal ramping of the regulator
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_abm.c69 /* set ramping boundary */ in dce_abm_set_pipe()
H A Ddce_dmcu.c412 /* Set initialized ramping boundary value */ in dcn10_dmcu_init()
415 /* Set backlight ramping stepsize */ in dcn10_dmcu_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c953 in_out_vrr->fixed.ramping_active = in_config->ramping; in mod_freesync_build_vrr_params()
1000 /* Do not update vtotals if ramping is already active in mod_freesync_build_vrr_params()
1128 /* Gradual Static Screen Ramping Logic */ in mod_freesync_handle_v_update()
/OK3568_Linux_fs/kernel/include/sound/sof/
H A Dtopology.h140 /* volume ramping types */
/OK3568_Linux_fs/kernel/sound/synth/emux/
H A Demux_oss.c457 /* volume ramping not supported */ in gusspec_control()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/
H A Drv1_clk_mgr.c274 /* program dispclk on = as a w/a for sleep resume clock ramping issues */ in rv1_update_clocks()
/OK3568_Linux_fs/kernel/drivers/fpga/
H A Dsocfpga.c33 #define SOCFPGA_FPGMGR_STAT_POWER_UP 0x0 /*ramping*/
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dlm93.rst251 #PROCHOT and #VRDHOT PWM Ramping

123