Searched refs:period (Results 1 – 14 of 14) sorted by relevance
/device/google/contexthub/firmware/os/core/ |
D | timer.c | 44 uint64_t period; /* 0 for oneshot */ member 134 if (tim->period) { in timFireAsNeededAndUpdateAlarms() 135 tim->expires += tim->period; in timFireAsNeededAndUpdateAlarms() 193 t->period = oneShot ? 0 : length; in timTimerSetEx()
|
/device/google/contexthub/firmware/os/platform/stm32/ |
D | rtc.c | 110 #define RTC_VALID_DELAY_FOR_PERIOD(delay, period) \ argument 111 (delay < (period * (RTC_WKUP_DOWNCOUNT_MAX + 1)))
|
/device/google/coral-kernel/sm8150/kernel-headers/linux/mfd/adnc/ |
D | iaxxx-module.h | 76 int period; member
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/mfd/adnc/ |
D | iaxxx-module.h | 81 int period; member
|
/device/google/muskie/ |
D | WCNSS_qcom_cfg.ini | 18 #Enable Keep alive with non-zero period value 548 #gGoLinkMonitorPeriod/ gApLinkMonitorPeriod is period where link is idle and it is period
|
/device/google/taimen/ |
D | WCNSS_qcom_cfg.ini | 18 #Enable Keep alive with non-zero period value 548 #gGoLinkMonitorPeriod/ gApLinkMonitorPeriod is period where link is idle and it is period
|
/device/google/bonito/ |
D | WCNSS_qcom_cfg.ini | 18 #Enable Keep alive with non-zero period value 565 #gGoLinkMonitorPeriod/ gApLinkMonitorPeriod is period where link is idle and it is period
|
/device/google/crosshatch/ |
D | WCNSS_qcom_cfg.ini | 18 #Enable Keep alive with non-zero period value 565 #gGoLinkMonitorPeriod/ gApLinkMonitorPeriod is period where link is idle and it is period
|
/device/google/coral/ |
D | WCNSS_qcom_cfg.ini | 175 # This ini is used to configure the number of Tx/Rx packets during the period of 181 # within last gTDLSTxStatsPeriod period is considered as idle condition.
|
/device/google/contexthub/sensorhal/ |
D | hubconnection.cpp | 1997 uint64_t period = rateLevelToDeviceSamplingPeriodNs(handle, maxRateLevel); in mergeDirectReportRequest() local 1998 if (period != INT64_MAX) { in mergeDirectReportRequest() 2000 rate = period_ns_to_frequency_q10(period); in mergeDirectReportRequest()
|
/device/linaro/hikey/self-extractors_hikey960/hisilicon/ |
D | LICENSE | 90 their unauthorized disclosure and use. The period of confidentiality shall be indefinite. YOU agree…
|
/device/linaro/poplar/proprietary/hisilicon/ |
D | LICENSE | 41 …le degree of care, to prevent their unauthorized disclosure and use. The period of confidentiality…
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 4252 int period[] = {-1, -1, -1}; local 4259 period[i - ACC] = SENSOR_HZ((float)WATERMARK_MAX_SENSOR_RATE) / T(sensors[i]).rate; 4265 period[i-ACC], latency[i-ACC]); 4270 size_t watermark = calcFifoSize(period, latency, factor, NUM_CONT_SENSOR) / 4;
|
/device/linaro/poplar/wifi/wifi_hal/ |
D | gscan.cpp | 502 result = request.put_u32(GSCAN_ATTRIBUTE_BUCKET_PERIOD, mParams->buckets[i].period); in createSetupRequest()
|