Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap2/
H A Dpm.c48 u32 startup_time; member
53 .startup_time = ULONG_MAX,
62 *tstart = oscillator.startup_time; in omap_pm_get_oscillator()
/linux/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()
172 return axp20x_store_attr(dev, axp20x_pek->info->startup_time, in axp20x_store_attr_startup()
/linux/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_core.c152 .startup_time = {INV_MPU6050_GYRO_STARTUP_TIME, INV_MPU6050_ACCEL_STARTUP_TIME},
161 .startup_time = {INV_MPU6500_GYRO_STARTUP_TIME, INV_MPU6500_ACCEL_STARTUP_TIME},
170 .startup_time = {INV_MPU6500_GYRO_STARTUP_TIME, INV_MPU6500_ACCEL_STARTUP_TIME},
179 .startup_time = {INV_MPU6500_GYRO_STARTUP_TIME, INV_MPU6500_ACCEL_STARTUP_TIME},
188 .startup_time = {INV_MPU6050_GYRO_STARTUP_TIME, INV_MPU6050_ACCEL_STARTUP_TIME},
197 .startup_time = {INV_MPU6050_GYRO_STARTUP_TIME, INV_MPU6050_ACCEL_STARTUP_TIME},
206 .startup_time = {INV_MPU6500_GYRO_STARTUP_TIME, INV_MPU6500_ACCEL_STARTUP_TIME},
215 .startup_time = {INV_MPU6500_GYRO_STARTUP_TIME, INV_MPU6500_ACCEL_STARTUP_TIME},
224 .startup_time = {INV_MPU6500_GYRO_STARTUP_TIME, INV_MPU6500_ACCEL_STARTUP_TIME},
233 .startup_time = {INV_MPU6500_GYRO_STARTUP_TIME, INV_MPU6500_ACCEL_STARTUP_TIME},
[all …]
H A Dinv_mpu_iio.h167 } startup_time; member
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-input-axp-pek5 for more than <startup_time>
/linux/drivers/iio/adc/
H A Dat91-sama5d2_adc.c524 unsigned startup_time; member
1576 unsigned int startup_time, in at91_adc_setup_samp_freq() argument
1586 startup = at91_adc_startup_time(startup_time, freq / 1000); in at91_adc_setup_samp_freq()
1822 u32 startup_time, tracktim, trackx; in at91_adc_temp_sensor_configure() local
1831 startup_time = AT91_SAMA5D2_MR_STARTUP_TS_MIN; in at91_adc_temp_sensor_configure()
1841 startup_time = st->soc_info.startup_time; in at91_adc_temp_sensor_configure()
1846 at91_adc_setup_samp_freq(st->indio_dev, sample_rate, startup_time, in at91_adc_temp_sensor_configure()
1978 st->soc_info.startup_time, 0); in at91_adc_write_raw()
2161 st->soc_info.startup_time, 0); in at91_adc_hw_init()
2353 &st->soc_info.startup_time); in at91_adc_probe()