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

/linux-master/arch/arm/mach-omap2/
H A Dpm.c44 * @startup_time: oscillator startup latency
48 u32 startup_time; member in struct:omap2_oscillator
53 .startup_time = ULONG_MAX,
62 *tstart = oscillator.startup_time;
/linux-master/drivers/input/misc/
H A Daxp20x-pek.c34 const struct axp20x_time *startup_time; member in struct:axp20x_info
53 static const struct axp20x_time startup_time[] = { variable in typeref:struct:axp20x_time
75 .startup_time = startup_time,
82 .startup_time = axp221_startup_time,
116 return axp20x_show_attr(dev, axp20x_pek->info->startup_time,
172 return axp20x_store_attr(dev, axp20x_pek->info->startup_time,
/linux-master/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_core.c150 .startup_time = {INV_MPU6050_GYRO_STARTUP_TIME, INV_MPU6050_ACCEL_STARTUP_TIME},
159 .startup_time = {INV_MPU6500_GYRO_STARTUP_TIME, INV_MPU6500_ACCEL_STARTUP_TIME},
168 .startup_time = {INV_MPU6500_GYRO_STARTUP_TIME, INV_MPU6500_ACCEL_STARTUP_TIME},
177 .startup_time = {INV_MPU6500_GYRO_STARTUP_TIME, INV_MPU6500_ACCEL_STARTUP_TIME},
186 .startup_time = {INV_MPU6050_GYRO_STARTUP_TIME, INV_MPU6050_ACCEL_STARTUP_TIME},
195 .startup_time = {INV_MPU6050_GYRO_STARTUP_TIME, INV_MPU6050_ACCEL_STARTUP_TIME},
204 .startup_time = {INV_MPU6500_GYRO_STARTUP_TIME, INV_MPU6500_ACCEL_STARTUP_TIME},
213 .startup_time = {INV_MPU6500_GYRO_STARTUP_TIME, INV_MPU6500_ACCEL_STARTUP_TIME},
222 .startup_time = {INV_MPU6500_GYRO_STARTUP_TIME, INV_MPU6500_ACCEL_STARTUP_TIME},
231 .startup_time
[all...]
H A Dinv_mpu_iio.h159 } startup_time; member in struct:inv_mpu6050_hw
/linux-master/drivers/iio/adc/
H A Dat91_adc.c203 u32 (*calc_startup_ticks)(u32 startup_time, u32 adc_clk_khz);
227 u32 startup_time; member in struct:at91_adc_state
760 static u32 calc_startup_ticks_9260(u32 startup_time, u32 adc_clk_khz) argument
768 return round_up((startup_time * adc_clk_khz / 1000) - 1, 8) / 8;
771 static u32 calc_startup_ticks_9x5(u32 startup_time, u32 adc_clk_khz) argument
786 ticks = startup_time * adc_clk_khz / 1000;
1026 st->startup_time = prop;
1111 if (!st->startup_time)
1114 ticks = (*st->caps->calc_startup_ticks)(st->startup_time, adc_clk_khz);
H A Dat91-sama5d2_adc.c505 * @startup_time: device startup time
512 unsigned startup_time; member in struct:at91_adc_soc_info
1579 unsigned int startup_time,
1589 startup = at91_adc_startup_time(startup_time, freq / 1000);
1836 u32 startup_time, tracktim, trackx; local
1845 startup_time = AT91_SAMA5D2_MR_STARTUP_TS_MIN;
1855 startup_time = st->soc_info.startup_time;
1860 at91_adc_setup_samp_freq(st->indio_dev, sample_rate, startup_time,
1989 st->soc_info.startup_time,
1578 at91_adc_setup_samp_freq(struct iio_dev *indio_dev, unsigned freq, unsigned int startup_time, unsigned int tracktim) argument
[all...]

Completed in 149 milliseconds