/linux-4.4.14/net/netfilter/ |
D | xt_time.c | 266 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/ |
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-4.4.14/drivers/rtc/ |
D | rtc-bq32k.c | 40 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()
|
D | rtc-ds1685.c | 255 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 …]
|
D | Kconfig | 57 minutes if userspace reports synchronized NTP status.
|
/linux-4.4.14/tools/testing/selftests/rcutorture/bin/ |
D | kvm-test-1-run.sh | 128 minutes=$4 129 seconds=$(($minutes * 60))
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-platform-dell-laptop | 52 The timeouts are expressed in seconds, minutes, hours and 60 For example, to set the timeout to 10 minutes run:
|
D | sysfs-driver-intel-rapid-start | 21 This value is in minutes.
|
D | sysfs-class-power | 76 - 0 - 70 (minutes), step by 10 (rounded down)
|
/linux-4.4.14/Documentation/mmc/ |
D | mmc-dev-attrs.txt | 49 minutes. 54 the value can end up being several minutes for large
|
/linux-4.4.14/drivers/usb/storage/ |
D | shuttle_usbat.c | 405 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/ |
D | max77693_charger.c | 422 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/ |
D | dell-laptop.c | 1243 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/ |
D | v4l2.h | 136 __entry->timecode_minutes = buf->timecode.minutes; 213 __entry->timecode_minutes = vbuf->timecode.minutes;
|
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 16 # Note that debootstrap does take a few minutes to run. Or longer.
|
/linux-4.4.14/Documentation/laptops/ |
D | laptop-mode.txt | 53 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
|
D | thinkpad-acpi.txt | 1170 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/ |
D | mts64.c | 154 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/ |
D | watchdog-parameters.txt | 222 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
|
D | watchdog-api.txt | 99 if the device has a granularity of minutes for its timeout.
|
/linux-4.4.14/tools/testing/ktest/ |
D | ktest.pl | 567 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/ |
D | machinecheck | 39 (Note output is hexademical). Default 5 minutes. When the poller
|
/linux-4.4.14/Documentation/acpi/ |
D | method-customizing.txt | 16 rebuild/reboot is not needed and test result can be got in minutes.
|
/linux-4.4.14/Documentation/scsi/ |
D | dpti.txt | 74 * a command may take up to 6 minutes to complete after it has been sent
|
D | ChangeLog.megaraid_sas | 435 routine for max 3 minutes for all pending command completion. Now driver will
|
D | ChangeLog.megaraid | 339 including tape, timeout value set by driver was 10 minutes. With this
|
D | BusLogic.txt | 171 minutes of operation, then tagged queuing will be disabled for that target
|
D | st.txt | 487 default is 900 seconds (15 minutes). The timeout should be
|
/linux-4.4.14/Documentation/power/ |
D | s2ram.txt | 84 or the low order bits of the minutes of the RTC, but a too long delay will
|
/linux-4.4.14/Documentation/filesystems/ |
D | vfat.txt | 114 time_offset=minutes 116 used by FAT to UTC. I.e. <minutes> minutes will be subtracted
|
D | afs.txt | 118 twenty minutes after they were last used. Alternatively they can be unmounted
|
D | btrfs.txt | 79 but a warning is printed if it's more than 300 seconds (5 minutes).
|
D | ntfs.txt | 73 (from 9:43 minutes on average down to 7:53). The time spent in user space
|
D | proc.txt | 592 loadavg Load average of last 1, 5 & 15 minutes
|
/linux-4.4.14/Documentation/ioctl/ |
D | cdrom.txt | 141 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/ |
D | moxa-smartio | 358 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/ |
D | knfsd-stats.txt | 97 slow; the idle timeout is 60 minutes. Unless the NFS workload
|
/linux-4.4.14/sound/pci/asihpi/ |
D | hpi_internal.h | 955 u16 minutes; member 963 u16 minutes; member
|
/linux-4.4.14/Documentation/hwmon/ |
D | w83792d | 96 Tart will be asserted while target temperature cannot be achieved after 3 minutes
|
D | pc87360 | 175 once every 1024 sampling cycles (that is every 34 minutes at the default
|
D | lm85 | 83 only read once each 5 minutes. There is twice as much config data as
|
D | w83781d | 404 0x80 - seems to turn fans off after some time(1-2 minutes)... might be
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-rt-group.txt | 99 operating range from 1us to about 35 minutes.
|
/linux-4.4.14/Documentation/ |
D | iostats.txt | 54 your observations are measured in large numbers of minutes or hours,
|
D | kmemleak.txt | 20 thread scans the memory every 10 minutes (by default) and prints the
|
D | rtc.txt | 90 kernel will write the time back to the CMOS clock every 11 minutes. In
|
D | bcache.txt | 283 versions that decay over the past day, hour and 5 minutes; they're also
|
D | kernel-docs.txt | 203 Description: Introductory 50-minutes (sic) tutorial on writing
|
/linux-4.4.14/Documentation/networking/ |
D | PLIP.txt | 35 minutes' work, no need to search for a [supported] netcard. This might
|
D | z8530drv.txt | 548 Example: sccparam /dev/scc0 maxdefer 240 # 2 minutes
|
D | ip-sysctl.txt | 336 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/ |
D | atvda.h | 953 u8 minutes; member
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 192 * from 5 to 10 minutes
|
/linux-4.4.14/sound/pci/rme9652/ |
D | hdspm.c | 4757 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/ |
D | videodev2.h | 730 __u8 minutes; member
|
/linux-4.4.14/Documentation/video4linux/ |
D | Zoran | 373 can't handle 1:2 compression without stopping capture after only a few minutes.
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-vid-cap.c | 230 tc->minutes = (seq / (60 * fps)) % 60; in vid_cap_buf_finish()
|
/linux-4.4.14/drivers/block/ |
D | skd_main.c | 133 #define SKD_TIMER_MINUTES(minutes) ((minutes) * (60)) argument
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 472 tc->hours, tc->minutes, tc->seconds, in v4l_print_buffer()
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 789 A timeout of 0 disables the check. The default is two minutes.
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 2863 After running it for a few minutes, the output looks like:
|