Home
last modified time | relevance | path

Searched refs:startup_time (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dpm.c44 * @startup_time: oscillator startup latency
48 u32 startup_time; member
53 .startup_time = ULONG_MAX,
59 oscillator.startup_time = tstart; in omap_pm_setup_oscillator()
68 *tstart = oscillator.startup_time; in omap_pm_get_oscillator()
/kernel/linux/linux-6.6/drivers/input/misc/
H A Daxp20x-pek.c34 const struct axp20x_time *startup_time; member
53 static const struct axp20x_time startup_time[] = { variable
75 .startup_time = startup_time,
82 .startup_time = axp221_startup_time,
116 return axp20x_show_attr(dev, axp20x_pek->info->startup_time, in axp20x_show_attr_startup()
181 return axp20x_store_attr(dev, axp20x_pek->info->startup_time, in axp20x_store_attr_startup()
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dpm.c44 * @startup_time: oscillator startup latency
48 u32 startup_time; member
53 .startup_time = ULONG_MAX,
62 *tstart = oscillator.startup_time; in omap_pm_get_oscillator()
/kernel/linux/linux-5.10/drivers/input/misc/
H A Daxp20x-pek.c33 const struct axp20x_time *startup_time; member
52 static const struct axp20x_time startup_time[] = { variable
74 .startup_time = startup_time,
81 .startup_time = axp221_startup_time,
115 return axp20x_show_attr(dev, axp20x_pek->info->startup_time, in axp20x_show_attr_startup()
180 return axp20x_store_attr(dev, axp20x_pek->info->startup_time, in axp20x_store_attr_startup()
/kernel/linux/linux-6.6/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_core.c149 .startup_time = {INV_MPU6050_GYRO_STARTUP_TIME, INV_MPU6050_ACCEL_STARTUP_TIME},
158 .startup_time = {INV_MPU6500_GYRO_STARTUP_TIME, INV_MPU6500_ACCEL_STARTUP_TIME},
167 .startup_time = {INV_MPU6500_GYRO_STARTUP_TIME, INV_MPU6500_ACCEL_STARTUP_TIME},
176 .startup_time = {INV_MPU6500_GYRO_STARTUP_TIME, INV_MPU6500_ACCEL_STARTUP_TIME},
185 .startup_time = {INV_MPU6050_GYRO_STARTUP_TIME, INV_MPU6050_ACCEL_STARTUP_TIME},
194 .startup_time = {INV_MPU6050_GYRO_STARTUP_TIME, INV_MPU6050_ACCEL_STARTUP_TIME},
203 .startup_time = {INV_MPU6500_GYRO_STARTUP_TIME, INV_MPU6500_ACCEL_STARTUP_TIME},
212 .startup_time = {INV_MPU6500_GYRO_STARTUP_TIME, INV_MPU6500_ACCEL_STARTUP_TIME},
221 .startup_time = {INV_MPU6500_GYRO_STARTUP_TIME, INV_MPU6500_ACCEL_STARTUP_TIME},
230 .startup_time
[all...]
H A Dinv_mpu_iio.h159 } startup_time; member
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dat91_adc.c187 u32 (*calc_startup_ticks)(u32 startup_time, u32 adc_clk_khz);
206 u32 startup_time; member
795 static u32 calc_startup_ticks_9260(u32 startup_time, u32 adc_clk_khz) in calc_startup_ticks_9260() argument
803 return round_up((startup_time * adc_clk_khz / 1000) - 1, 8) / 8; in calc_startup_ticks_9260()
806 static u32 calc_startup_ticks_9x5(u32 startup_time, u32 adc_clk_khz) in calc_startup_ticks_9x5() argument
821 ticks = startup_time * adc_clk_khz / 1000; in calc_startup_ticks_9x5()
902 st->startup_time = prop; in at91_adc_probe_dt()
980 st->startup_time = pdata->startup_time; in at91_adc_probe_pdata()
1249 if (!st->startup_time) { in at91_adc_probe()
[all...]
H A Dat91-sama5d2_adc.c337 unsigned startup_time; member
1198 startup = at91_adc_startup_time(st->soc_info.startup_time, in at91_adc_setup_samp_freq()
1753 &st->soc_info.startup_time); in at91_adc_probe()
/kernel/linux/linux-5.10/include/linux/platform_data/
H A Dat91_adc.h31 * @startup_time: startup time of the ADC in microseconds
40 u8 startup_time; member
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dat91_adc.c203 u32 (*calc_startup_ticks)(u32 startup_time, u32 adc_clk_khz);
227 u32 startup_time; member
760 static u32 calc_startup_ticks_9260(u32 startup_time, u32 adc_clk_khz) in calc_startup_ticks_9260() argument
768 return round_up((startup_time * adc_clk_khz / 1000) - 1, 8) / 8; in calc_startup_ticks_9260()
771 static u32 calc_startup_ticks_9x5(u32 startup_time, u32 adc_clk_khz) in calc_startup_ticks_9x5() argument
786 ticks = startup_time * adc_clk_khz / 1000; in calc_startup_ticks_9x5()
1028 st->startup_time = prop; in at91_adc_probe()
1132 if (!st->startup_time) { in at91_adc_probe()
1137 ticks = (*st->caps->calc_startup_ticks)(st->startup_time, adc_clk_khz); in at91_adc_probe()
H A Dat91-sama5d2_adc.c505 * @startup_time: device startup time
512 unsigned startup_time; member
1579 unsigned int startup_time, in at91_adc_setup_samp_freq()
1589 startup = at91_adc_startup_time(startup_time, freq / 1000); in at91_adc_setup_samp_freq()
1836 u32 startup_time, tracktim, trackx; in at91_adc_temp_sensor_configure() local
1845 startup_time = AT91_SAMA5D2_MR_STARTUP_TS_MIN; in at91_adc_temp_sensor_configure()
1855 startup_time = st->soc_info.startup_time; in at91_adc_temp_sensor_configure()
1860 at91_adc_setup_samp_freq(st->indio_dev, sample_rate, startup_time, in at91_adc_temp_sensor_configure()
1989 st->soc_info.startup_time, in at91_adc_write_raw()
1578 at91_adc_setup_samp_freq(struct iio_dev *indio_dev, unsigned freq, unsigned int startup_time, unsigned int tracktim) at91_adc_setup_samp_freq() argument
[all...]

Completed in 14 milliseconds