| /linux/net/netfilter/ |
| H A D | xt_time.c | 273 int minutes = sys_tz.tz_minuteswest; in time_mt_init() local 275 if (minutes < 0) /* east of Greenwich */ in time_mt_init() 277 -minutes / 60, -minutes % 60); in time_mt_init() 280 minutes / 60, minutes % 60); in time_mt_init()
|
| /linux/drivers/rtc/ |
| H A D | rtc-ds1685.c | 265 u8 seconds, minutes, hours, wday, mday, month, years; in ds1685_rtc_read_time() local 270 minutes = rtc->read(rtc, RTC_MINS); in ds1685_rtc_read_time() 286 tm->tm_min = ds1685_rtc_bcd2bin(rtc, minutes, RTC_MINS_BCD_MASK, in ds1685_rtc_read_time() 312 u8 ctrlb, seconds, minutes, hours, wday, mday, month, years, century; in ds1685_rtc_set_time() local 317 minutes = ds1685_rtc_bin2bcd(rtc, tm->tm_min, RTC_MINS_BIN_MASK, in ds1685_rtc_set_time() 360 rtc->write(rtc, RTC_MINS, minutes); in ds1685_rtc_set_time() 388 u8 seconds, minutes, hours, mday, ctrlb, ctrlc; in ds1685_rtc_read_alarm() local 394 minutes = rtc->read(rtc, RTC_MINS_ALARM); in ds1685_rtc_read_alarm() 418 if (likely(minutes < 0xc0)) in ds1685_rtc_read_alarm() 419 alrm->time.tm_min = ds1685_rtc_bcd2bin(rtc, minutes, in ds1685_rtc_read_alarm() [all …]
|
| H A D | rtc-bq32k.c | 43 uint8_t minutes; member 103 if (regs.minutes & BQ32K_OF) in bq32k_rtc_read_time() 107 tm->tm_min = bcd2bin(regs.minutes & BQ32K_MINUTES_MASK); in bq32k_rtc_read_time() 123 regs.minutes = bin2bcd(tm->tm_min); in bq32k_rtc_set_time()
|
| /linux/tools/docs/ |
| H A D | test_doc_build.py | 339 hours, minutes = divmod(elapsed_time, 3600) 340 minutes, seconds = divmod(minutes, 60) 343 minutes = int(minutes)
|
| /linux/drivers/staging/iio/Documentation/ |
| H A D | sysfs-bus-iio-adc-ad7280a | 17 allows the user to set the timer to a value from 0 minutes to 18 36.9 minutes. The resolution of the timer is 71.5 sec.
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-daemon.txt | 148 up: 1 minutes 154 up: 1 minutes 160 up: 1 minutes 167 The 'up' number shows minutes daemon/session is running.
|
| /linux/drivers/hwmon/ |
| H A D | ftsteutates.c | 59 minutes = 60 enumerator 210 (resolution == minutes && (ret & BIT(1)) == 0)) { in fts_wd_set_resolution() 240 resolution = minutes; in fts_wd_set_timeout() 300 data->resolution = ret & BIT(1) ? seconds : minutes; in fts_watchdog_init()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-platform-dell-laptop | 55 The timeouts are expressed in seconds, minutes, hours and 63 For example, to set the timeout to 10 minutes run::
|
| H A D | sysfs-driver-intel-rapid-start | 21 This value is in minutes.
|
| /linux/drivers/power/supply/ |
| H A D | max8971_charger.c | 516 unsigned long minutes; in top_off_timer_store() local 519 err = kstrtoul(buf, 10, &minutes); in top_off_timer_store() 523 if (minutes > 70) in top_off_timer_store() 526 priv->tofft = minutes / 10; in top_off_timer_store()
|
| H A D | max77693_charger.c | 464 unsigned long minutes) in max77693_set_top_off_timer() argument 468 if (minutes > 70) in max77693_set_top_off_timer() 471 data = minutes / 10; in max77693_set_top_off_timer()
|
| /linux/drivers/usb/storage/ |
| H A D | shuttle_usbat.c | 395 static int usbat_wait_not_busy(struct us_data *us, int minutes) in usbat_wait_not_busy() argument 408 for (i=0; i<1200+minutes*60; i++) { in usbat_wait_not_busy() 437 minutes); in usbat_wait_not_busy() 480 int minutes, in usbat_write_block() argument 507 return usbat_wait_not_busy(us, minutes); in usbat_write_block() 526 int minutes) in usbat_hp8200e_rw_block_test() argument 660 return usbat_wait_not_busy(us, minutes); in usbat_hp8200e_rw_block_test()
|
| /linux/Documentation/tools/rtla/ |
| H A D | rtla-hwnoise.rst | 44 to run for *ten minutes*, displaying a summary of the report at the 77 rate of *six occurrences*/*ten minutes*. The CPU also has *NMIs*, at a higher
|
| H A D | rtla-timerlat-hist.rst | 38 In the example below, **rtla timerlat hist** is set to run for *10* minutes,
|
| /linux/Documentation/driver-api/mmc/ |
| H A D | mmc-dev-attrs.rst | 63 minutes. 68 the value can end up being several minutes for large
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | README | 60 Ideally, the test should be allowed to run for many minutes or hours 95 Again, the test should be allowed to run for many minutes or hours to
|
| /linux/Documentation/mm/damon/ |
| H A D | monitoring_intervals_tuning_example.rst | 26 intervals, respectively). Wait ten minutes between the start of DAMON and 65 seconds while we waited about ten minutes, it is unclear how useful this will 134 8 minutes, and the coldest region was keeping no access for about 7 minutes.
|
| /linux/Documentation/devicetree/bindings/rtc/ |
| H A D | microchip,pic32-rtc.txt | 3 The RTCC keeps time in hours, minutes, and seconds, and one half second. It
|
| /linux/include/trace/events/ |
| H A D | v4l2.h | 138 __entry->timecode_minutes = buf->timecode.minutes; 215 __entry->timecode_minutes = vbuf->timecode.minutes;
|
| /linux/tools/testing/kunit/ |
| H A D | run_checks.py | 20 TIMEOUT = datetime.timedelta(minutes=5).total_seconds()
|
| /linux/drivers/platform/x86/dell/ |
| H A D | dell-laptop.c | 1167 u8 minutes; member 1247 info->minutes = (buffer.output[3] >> 8) & 0xFF; in kbd_get_info() 1453 if (kbd_info.minutes > 63) in kbd_init_info() 1454 kbd_info.minutes = 63; in kbd_init_info() 1571 if (value > kbd_info.minutes) in kbd_led_timeout_store() 1617 } else if (value / 60 <= kbd_info.minutes && kbd_info.minutes) { in kbd_led_timeout_store()
|
| /linux/sound/drivers/ |
| H A D | mts64.c | 138 u8 hours, u8 minutes, 352 u8 hours, u8 minutes, in mts64_smpte_start() argument 365 mts64_write_command(p, minutes); in mts64_smpte_start()
|
| /linux/drivers/gpu/drm/amd/include/ |
| H A D | amd_cper.h | 91 uint8_t minutes; member
|
| /linux/Documentation/watchdog/ |
| H A D | watchdog-parameters.rst | 376 Watchdog timeout in minutes (default=timeout). 434 Watchdog timeout in minutes (default=1) 528 range is 0-255 minutes, default is 1
|
| /linux/drivers/gpu/drm/amd/ras/rascore/ |
| H A D | ras_cper.h | 104 uint8_t minutes; member
|