Home
last modified time | relevance | path

Searched full:minutes (Results 1 – 25 of 202) sorted by relevance

123456789

/linux/drivers/watchdog/
H A Debc-c384_wdt.c21 * The timeout value in minutes must fit in a single byte when sent to the
44 /* resolution is in minutes for timeouts greater than 255 seconds */ in ebc_c384_wdt_start()
62 /* resolution is in minutes for timeouts greater than 255 seconds */ in ebc_c384_wdt_set_timeout()
67 /* set watchdog timer for minutes */ in ebc_c384_wdt_set_timeout()
H A Dwdt977.c14 * from minutes to seconds.
54 static int timeoutM; /* timeout in minutes */
87 * F2 has the timeout in minutes in wdt977_start()
182 /* F2 has the timeout in minutes */ in wdt977_keepalive()
203 /* convert seconds to minutes, rounding up */ in wdt977_set_timeout()
209 * max of 255 minutes... in wdt977_set_timeout()
218 the timeout in minutes) */ in wdt977_set_timeout()
H A Driowd.c32 * 0x05 (WDTO_INDEX) which is the watchdog time-out in minutes (1-255).
63 static int riowd_timeout = 1; /* in minutes */
65 MODULE_PARM_DESC(riowd_timeout, "Watchdog timeout in minutes");
205 pr_info("Hardware watchdog [%i minutes], regs at %p\n", in riowd_probe()
H A Dit8712f_wdt.c79 #define WDT_UNIT_SEC 0x80 /* If 0 in MINUTES */
153 /* Switch to minutes precision if the configured margin in it8712f_wdt_update_margin()
157 config |= WDT_UNIT_SEC; /* else UNIT is MINUTES */ in it8712f_wdt_update_margin()
161 pr_info("timer margin %d minutes\n", units); in it8712f_wdt_update_margin()
/linux/drivers/rtc/
H A Drtc-bq32k.c25 #define BQ32K_MINUTES 0x01 /* Minutes register address */
26 #define BQ32K_MINUTES_MASK 0x7F /* Mask over minutes value */
44 uint8_t minutes; member
112 if (regs.minutes & BQ32K_OF) in bq32k_rtc_read_time()
116 tm->tm_min = bcd2bin(regs.minutes & BQ32K_MINUTES_MASK); in bq32k_rtc_read_time()
132 regs.minutes = bin2bcd(tm->tm_min); in bq32k_rtc_set_time()
H A Drtc-ds1685.c265 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()
377 * There are three primary alarm registers: seconds, minutes, and hours.
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()
[all …]
H A Drtc-ds1286.c113 s = "minutes match"; in ds1286_proc()
116 s = "hours and minutes match"; in ds1286_proc()
119 s = "days, hours and minutes match"; in ds1286_proc()
/linux/net/netfilter/
H A Dxt_time.c272 int minutes = sys_tz.tz_minuteswest; in time_mt_init() local
274 if (minutes < 0) /* east of Greenwich */ in time_mt_init()
276 -minutes / 60, -minutes % 60); in time_mt_init()
279 minutes / 60, minutes % 60); in time_mt_init()
/linux/tools/perf/Documentation/
H A Dperf-daemon.txt148 up: 1 minutes
154 up: 1 minutes
160 up: 1 minutes
167 The 'up' number shows minutes daemon/session is running.
/linux/drivers/staging/iio/Documentation/
H A Dsysfs-bus-iio-adc-ad7280a17 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/include/trace/events/
H A Dv4l2.h138 __entry->timecode_minutes = buf->timecode.minutes;
150 "seconds = %u, minutes = %u, hours = %u, "
215 __entry->timecode_minutes = vbuf->timecode.minutes;
226 "frames = %u, seconds = %u, minutes = %u, hours = %u, "
/linux/tools/docs/
H A Dtest_doc_build.py339 hours, minutes = divmod(elapsed_time, 3600)
340 minutes, seconds = divmod(minutes, 60)
343 minutes = int(minutes)
346 self.built_time[ver] = f"{hours:02d}:{minutes:02d}:{seconds:02d}"
/linux/drivers/scsi/
H A Dimm.h31 * Ten minutes later after a few fixes.... (LITERALLY!!!)
36 * Twenty minutes of mucking around, rearanged the IEEE negotiate mechanism.
40 * Thirty minutes of further coding results in EPP working on my machine.
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-dell-laptop55 The timeouts are expressed in seconds, minutes, hours and
63 For example, to set the timeout to 10 minutes run::
H A Dsysfs-driver-intel-rapid-start21 This value is in minutes.
/linux/tools/memory-model/scripts/
H A Dinitlitmushist.sh30 # Increasing the timeout on the 20-process run to five minutes increases
31 # the runtime to about 90 minutes with the CPU time rising to about
/linux/tools/testing/selftests/arm64/fp/
H A DREADME60 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/driver-api/mmc/
H A Dmmc-dev-attrs.rst63 minutes.
68 the value can end up being several minutes for large
/linux/drivers/usb/storage/
H A Dshuttle_usbat.c395 static int usbat_wait_not_busy(struct us_data *us, int minutes) in usbat_wait_not_busy() argument
403 * but probably not more than 10 minutes or so. On the other hand, in usbat_wait_not_busy()
405 * minutes! in usbat_wait_not_busy()
408 for (i=0; i<1200+minutes*60; i++) { in usbat_wait_not_busy()
433 msleep(1000); /* X minutes */ in usbat_wait_not_busy()
436 usb_stor_dbg(us, "Waited not busy for %d minutes, timing out\n", 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
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dtout.c60 * 0x2: minutes
70 /* convert hours/minutes/seconds to miliseconds */ in tout_convert_reg_field_to_ms()
/linux/include/linux/mfd/wm8350/
H A Drtc.h26 * R16 (0x10) - RTC Seconds/Minutes
98 * R20 (0x14) - Alarm Seconds/Minutes
/linux/arch/mips/dec/
H A Dtime.c90 * since we're only adjusting minutes and seconds, in update_persistent_clock64()
93 * RTC not to be off by more than 15 minutes in update_persistent_clock64()
/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-poison.c78 * increments to get a 2 minutes timeout. Below we set that in tm_poison_test()
82 * out since for sure we spent already 2 minutes in the loop. in tm_poison_test()
/linux/drivers/power/supply/
H A Dmax8971_charger.c515 unsigned long minutes; in top_off_timer_store() local
518 err = kstrtoul(buf, 10, &minutes); in top_off_timer_store()
522 if (minutes > 70) in top_off_timer_store()
525 priv->tofft = minutes / 10; in top_off_timer_store()
/linux/drivers/md/bcache/
H A Dstats.c19 * rescale each set of numbers; that gets us half lives of 5 minutes, one hour,
22 * accounting_delay is how often the timer goes off - 22 times in 5 minutes,

123456789