Home
last modified time | relevance | path

Searched refs:minutes (Results 1 – 61 of 61) sorted by relevance

/linux-4.4.14/net/netfilter/
Dxt_time.c266 int minutes = sys_tz.tz_minuteswest; in time_mt_init() local
268 if (minutes < 0) /* east of Greenwich */ in time_mt_init()
271 -minutes / 60, -minutes % 60); in time_mt_init()
275 minutes / 60, minutes % 60); in time_mt_init()
/linux-4.4.14/drivers/staging/iio/Documentation/
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-4.4.14/drivers/rtc/
Drtc-bq32k.c40 uint8_t minutes; member
97 tm->tm_min = bcd2bin(regs.minutes & BQ32K_SECONDS_MASK); in bq32k_rtc_read_time()
113 regs.minutes = bin2bcd(tm->tm_min); in bq32k_rtc_set_time()
Drtc-ds1685.c255 u8 seconds, minutes, hours, wday, mday, month, years; in ds1685_rtc_read_time() local
260 minutes = rtc->read(rtc, RTC_MINS); in ds1685_rtc_read_time()
277 tm->tm_min = ds1685_rtc_bcd2bin(rtc, minutes, RTC_MINS_BCD_MASK, in ds1685_rtc_read_time()
304 u8 ctrlb, seconds, minutes, hours, wday, mday, month, years, century; in ds1685_rtc_set_time() local
309 minutes = ds1685_rtc_bin2bcd(rtc, tm->tm_min, RTC_MINS_BIN_MASK, in ds1685_rtc_set_time()
352 rtc->write(rtc, RTC_MINS, minutes); in ds1685_rtc_set_time()
381 u8 seconds, minutes, hours, mday, ctrlb, ctrlc; in ds1685_rtc_read_alarm() local
386 minutes = rtc->read(rtc, RTC_MINS_ALARM); in ds1685_rtc_read_alarm()
411 if (unlikely(minutes >= 0xc0)) in ds1685_rtc_read_alarm()
414 alrm->time.tm_min = ds1685_rtc_bcd2bin(rtc, minutes, in ds1685_rtc_read_alarm()
[all …]
DKconfig57 minutes if userspace reports synchronized NTP status.
/linux-4.4.14/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run.sh128 minutes=$4
129 seconds=$(($minutes * 60))
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-platform-dell-laptop52 The timeouts are expressed in seconds, minutes, hours and
60 For example, to set the timeout to 10 minutes run:
Dsysfs-driver-intel-rapid-start21 This value is in minutes.
Dsysfs-class-power76 - 0 - 70 (minutes), step by 10 (rounded down)
/linux-4.4.14/Documentation/mmc/
Dmmc-dev-attrs.txt49 minutes.
54 the value can end up being several minutes for large
/linux-4.4.14/drivers/usb/storage/
Dshuttle_usbat.c405 static int usbat_wait_not_busy(struct us_data *us, int minutes) in usbat_wait_not_busy() argument
417 for (i=0; i<1200+minutes*60; i++) { in usbat_wait_not_busy()
446 minutes); in usbat_wait_not_busy()
489 int minutes, in usbat_write_block() argument
516 return usbat_wait_not_busy(us, minutes); in usbat_write_block()
535 int minutes) in usbat_hp8200e_rw_block_test() argument
670 return usbat_wait_not_busy(us, minutes); in usbat_hp8200e_rw_block_test()
/linux-4.4.14/drivers/power/
Dmax77693_charger.c422 unsigned long minutes) in max77693_set_top_off_timer() argument
426 if (minutes > 70) in max77693_set_top_off_timer()
429 data = minutes / 10; in max77693_set_top_off_timer()
/linux-4.4.14/drivers/platform/x86/
Ddell-laptop.c1243 u8 minutes; member
1319 info->minutes = (buffer->output[3] >> 8) & 0xFF; in kbd_get_info()
1535 if (kbd_info.minutes > 63) in kbd_init_info()
1536 kbd_info.minutes = 63; in kbd_init_info()
1646 if (value > kbd_info.minutes) in kbd_led_timeout_store()
1690 } else if (value / 60 <= kbd_info.minutes && kbd_info.minutes) { in kbd_led_timeout_store()
/linux-4.4.14/include/trace/events/
Dv4l2.h136 __entry->timecode_minutes = buf->timecode.minutes;
213 __entry->timecode_minutes = vbuf->timecode.minutes;
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/
Drcu-test-image.txt16 # Note that debootstrap does take a few minutes to run. Or longer.
/linux-4.4.14/Documentation/laptops/
Dlaptop-mode.txt53 minutes of work. If you cannot afford this, don't use it! The supplied ACPI
93 /proc/sys/vm to about 10 minutes (by default), which means that pages that are
96 is not done anymore. Combined with a higher commit value (also 10 minutes) for
99 occurs only once every 10 minutes, or whenever the disk is forced to spin up by
129 Automatically disable laptop mode if the remaining number of minutes of
130 battery power is less than this value. Default is 10 minutes.
199 * Bartek Kania reports getting up to 50 minutes of extra battery life (on top
242 # Automatically disable laptop mode when the number of minutes of battery
Dthinkpad-acpi.txt1170 commands. The full-speed level may take up to two minutes to ramp up to
1280 which can take up to two minutes. May return rubbish on older
/linux-4.4.14/sound/drivers/
Dmts64.c154 u8 hours, u8 minutes,
368 u8 hours, u8 minutes, in mts64_smpte_start() argument
381 mts64_write_command(p, minutes); in mts64_smpte_start()
/linux-4.4.14/Documentation/watchdog/
Dwatchdog-parameters.txt222 timeout: Watchdog timeout in minutes (default=timeout).
247 riowd_timeout: Watchdog timeout in minutes (default=1)
290 timeout: range is 0-255 minutes, default is 1
Dwatchdog-api.txt99 if the device has a granularity of minutes for its timeout.
/linux-4.4.14/tools/testing/ktest/
Dktest.pl567 my $minutes = 0;
574 $minutes = int($time / 60);
575 $time -= $minutes * 60;
584 if ($minutes > 0) {
585 doprint "$minutes minute";
586 doprint "s" if ($minutes > 1);
/linux-4.4.14/Documentation/x86/x86_64/
Dmachinecheck39 (Note output is hexademical). Default 5 minutes. When the poller
/linux-4.4.14/Documentation/acpi/
Dmethod-customizing.txt16 rebuild/reboot is not needed and test result can be got in minutes.
/linux-4.4.14/Documentation/scsi/
Ddpti.txt74 * a command may take up to 6 minutes to complete after it has been sent
DChangeLog.megaraid_sas435 routine for max 3 minutes for all pending command completion. Now driver will
DChangeLog.megaraid339 including tape, timeout value set by driver was 10 minutes. With this
DBusLogic.txt171 minutes of operation, then tagged queuing will be disabled for that target
Dst.txt487 default is 900 seconds (15 minutes). The timeout should be
/linux-4.4.14/Documentation/power/
Ds2ram.txt84 or the low order bits of the minutes of the RTC, but a too long delay will
/linux-4.4.14/Documentation/filesystems/
Dvfat.txt114 time_offset=minutes
116 used by FAT to UTC. I.e. <minutes> minutes will be subtracted
Dafs.txt118 twenty minutes after they were last used. Alternatively they can be unmounted
Dbtrfs.txt79 but a warning is printed if it's more than 300 seconds (5 minutes).
Dntfs.txt73 (from 9:43 minutes on average down to 7:53). The time spent in user space
Dproc.txt592 loadavg Load average of last 1, 5 & 15 minutes
/linux-4.4.14/Documentation/ioctl/
Dcdrom.txt141 MSF stands for minutes-seconds-frames
145 is described as minutes:seconds:frames. A frame is 1/75 of
209 MSF stands for minutes-seconds-frames
/linux-4.4.14/Documentation/serial/
Dmoxa-smartio358 b. make clean /* take a few minutes */
359 c. make dep /* take a few minutes */
360 d. make bzImage /* take probably 10-20 minutes */
/linux-4.4.14/Documentation/filesystems/nfs/
Dknfsd-stats.txt97 slow; the idle timeout is 60 minutes. Unless the NFS workload
/linux-4.4.14/sound/pci/asihpi/
Dhpi_internal.h955 u16 minutes; member
963 u16 minutes; member
/linux-4.4.14/Documentation/hwmon/
Dw83792d96 Tart will be asserted while target temperature cannot be achieved after 3 minutes
Dpc87360175 once every 1024 sampling cycles (that is every 34 minutes at the default
Dlm8583 only read once each 5 minutes. There is twice as much config data as
Dw83781d404 0x80 - seems to turn fans off after some time(1-2 minutes)... might be
/linux-4.4.14/Documentation/scheduler/
Dsched-rt-group.txt99 operating range from 1us to about 35 minutes.
/linux-4.4.14/Documentation/
Diostats.txt54 your observations are measured in large numbers of minutes or hours,
Dkmemleak.txt20 thread scans the memory every 10 minutes (by default) and prints the
Drtc.txt90 kernel will write the time back to the CMOS clock every 11 minutes. In
Dbcache.txt283 versions that decay over the past day, hour and 5 minutes; they're also
Dkernel-docs.txt203 Description: Introductory 50-minutes (sic) tutorial on writing
/linux-4.4.14/Documentation/networking/
DPLIP.txt35 minutes' work, no need to search for a [supported] netcard. This might
Dz8530drv.txt548 Example: sccparam /dev/scc0 maxdefer 240 # 2 minutes
Dip-sysctl.txt336 will be aborted after ~11 minutes of retries.
410 Discovery reprobe. The default is reprobing every 10 minutes as
/linux-4.4.14/drivers/scsi/esas2r/
Datvda.h953 u8 minutes; member
/linux-4.4.14/Documentation/ide/
DChangeLog.ide-tape.1995-2002192 * from 5 to 10 minutes
/linux-4.4.14/sound/pci/rme9652/
Dhdspm.c4757 int a, ltc, frames, seconds, minutes, hours; in snd_hdspm_proc_read_tco() local
4847 minutes = ltc & 0xF; in snd_hdspm_proc_read_tco()
4849 minutes += (ltc & 0x7) * 10; in snd_hdspm_proc_read_tco()
4856 hours, minutes, seconds, frames); in snd_hdspm_proc_read_tco()
/linux-4.4.14/include/uapi/linux/
Dvideodev2.h730 __u8 minutes; member
/linux-4.4.14/Documentation/video4linux/
DZoran373 can't handle 1:2 compression without stopping capture after only a few minutes.
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-vid-cap.c230 tc->minutes = (seq / (60 * fps)) % 60; in vid_cap_buf_finish()
/linux-4.4.14/drivers/block/
Dskd_main.c133 #define SKD_TIMER_MINUTES(minutes) ((minutes) * (60)) argument
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-ioctl.c472 tc->hours, tc->minutes, tc->seconds, in v4l_print_buffer()
/linux-4.4.14/lib/
DKconfig.debug789 A timeout of 0 disables the check. The default is two minutes.
/linux-4.4.14/Documentation/trace/
Dftrace.txt2863 After running it for a few minutes, the output looks like: