Home
last modified time | relevance | path

Searched refs:minute (Results 1 – 83 of 83) sorted by relevance

/linux-4.4.14/fs/isofs/
Dutil.c20 int year, month, day, hour, minute, second, tz; in iso_date() local
27 minute = p[4]; in iso_date()
35 crtime = mktime64(year+1900, month, day, hour, minute, second); in iso_date()
/linux-4.4.14/drivers/rtc/
Drtc-mv.c74 unsigned int year, month, day, hour, minute, second, wday; in mv_rtc_read_time() local
80 minute = (rtc_time >> RTC_MINUTES_OFFS) & 0x7f; in mv_rtc_read_time()
89 tm->tm_min = bcd2bin(minute); in mv_rtc_read_time()
105 unsigned int year, month, day, hour, minute, second, wday; in mv_rtc_read_alarm() local
111 minute = (rtc_time >> RTC_MINUTES_OFFS) & 0x7f; in mv_rtc_read_alarm()
120 alm->time.tm_min = bcd2bin(minute); in mv_rtc_read_alarm()
Drtc-efi.c64 eft->minute = wtime->tm_min; in convert_to_efi_time()
80 if (eft->minute >= 60) in convert_from_efi_time()
82 wtime->tm_min = eft->minute; in convert_from_efi_time()
Drtc-ds1742.c93 unsigned int year, month, day, hour, minute, second, week; in ds1742_rtc_read_time() local
102 minute = readb(ioaddr + RTC_MINUTES); in ds1742_rtc_read_time()
111 tm->tm_min = bcd2bin(minute); in ds1742_rtc_read_time()
Drtc-ds1553.c106 unsigned int year, month, day, hour, minute, second, week; in ds1553_rtc_read_time() local
115 minute = readb(ioaddr + RTC_MINUTES); in ds1553_rtc_read_time()
124 tm->tm_min = bcd2bin(minute); in ds1553_rtc_read_time()
Drtc-ds3232.c108 unsigned int year, month, day, hour, minute, second; in ds3232_read_time() local
120 minute = buf[1]; in ds3232_read_time()
136 time->tm_min = bcd2bin(minute); in ds3232_read_time()
Drtc-stk17ta8.c105 unsigned int year, month, day, hour, minute, second, week; in stk17ta8_rtc_read_time() local
117 minute = readb(ioaddr + RTC_MINUTES); in stk17ta8_rtc_read_time()
126 tm->tm_min = bcd2bin(minute); in stk17ta8_rtc_read_time()
Drtc-mpc5121.c46 u8 minute; /* RTC + 0x12 */ member
159 tm->tm_min = in_8(&regs->minute); in mpc5200_rtc_read_time()
/linux-4.4.14/tools/testing/selftests/rcutorture/bin/
Dkvm-recheck-rcu.sh65 print_bug $nclosecalls "Reader Batch close calls in" $(($dur/60)) minute run: $i
67 print_warning $nclosecalls "Reader Batch close calls in" $(($dur/60)) minute run: $i
/linux-4.4.14/arch/m68k/sun3/
Dintersil.c49 todintersil->minute = t->tm_min; in sun3_hwclk()
59 t->tm_min = todintersil->minute; in sun3_hwclk()
/linux-4.4.14/drivers/char/
Defirtc.c109 eft->minute = wtime->tm_min; in convert_to_efi_time()
121 wtime->tm_min = eft->minute; in convert_from_efi_time()
321 eft.hour, eft.minute, eft.second, eft.nanosecond, in efi_rtc_proc_show()
338 alm.hour, alm.minute, alm.second, alm.nanosecond, in efi_rtc_proc_show()
/linux-4.4.14/net/netfilter/
Dxt_time.c24 u_int8_t minute; /* (0-59) */ member
85 r->minute = w % 60; in localtime_1()
DKconfig762 you could have an LED which lights up for a minute or two every time
/linux-4.4.14/arch/m68k/include/asm/
Dintersil.h30 unsigned char minute; member
Dapollohw.h44 unsigned char minute, alarm_minute; member
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dfw.h48 u8 minute; member
/linux-4.4.14/fs/udf/
Dudftime.c113 dest->tv_sec += (((yday * 24) + src.hour) * 60 + src.minute) * 60 + src.second; in udf_disk_stamp_to_time()
138 dest->minute = rem / 60; in udf_time_to_disk_stamp()
Decma_167.h66 uint8_t minute; member
Dsuper.c926 ts->minute, le16_to_cpu(ts->typeAndTimezone)); in udf_load_pvoldesc()
2218 ts.hour, ts.minute, le16_to_cpu(ts.typeAndTimezone)); in udf_fill_super()
/linux-4.4.14/arch/m68k/apollo/
Dconfig.c220 t->tm_min=rtc->minute; in dn_dummy_hwclk()
228 rtc->minute=t->tm_min; in dn_dummy_hwclk()
/linux-4.4.14/fs/affs/
Damigaffs.c372 u32 minute; in secs_to_datestamp() local
379 minute = secs / 60; in secs_to_datestamp()
380 secs -= minute * 60; in secs_to_datestamp()
383 ds->mins = cpu_to_be32(minute); in secs_to_datestamp()
/linux-4.4.14/arch/sh/drivers/
DKconfig11 a hyperbolic function of the 5-minute load average.
/linux-4.4.14/arch/alpha/include/asm/
Derr_common.h71 u8 minute; member
/linux-4.4.14/drivers/ide/
Dide-cd.h37 u8 minute; member
Dide-cd.c848 msf->minute = bcd2bin(msf->minute); in msf_from_bcd()
1070 toc->ent[i].addr.lba = msf_to_lba(toc->ent[i].addr.msf.minute, in ide_cd_read_toc()
1097 toc->last_session_lba = msf_to_lba(ms_tmp.ent.addr.msf.minute, in ide_cd_read_toc()
Dide-cd_ioctl.c417 &tocentry->cdte_addr.msf.minute, in ide_cd_read_tocentry()
/linux-4.4.14/drivers/scsi/
Dsr_ioctl.c97 tocentry->cdte_addr.msf.minute = buffer[9]; in sr_read_tocentry()
146 cgc.cmd[3] = trk0_te.cdte_addr.msf.minute; in sr_fake_playtrkind()
149 cgc.cmd[6] = trk1_te.cdte_addr.msf.minute; in sr_fake_playtrkind()
Dips.h569 uint8_t minute; member
Dips.c6027 scb->cmd.ffdc.minute = (rem / IPS_SECS_MIN); in ips_fix_ffdc_time()
/linux-4.4.14/Documentation/hwmon/
Demc210319 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dw83l786ng33 Fan rotation speeds are reported in RPM (rotations per minute). Fan readings
Dnct668326 Fan rotation speeds are reported in RPM (rotations per minute).
Dasb10033 Fan speeds are reported in RPM (rotations per minute). An alarm is
Dsmsc47m144 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dadt746236 configuration data is only read once per minute.
Dadt747038 only read once per minute.
Dlm8041 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dgl518sm42 Rotation speeds are reported in RPM (rotations per minute). An alarm is
Dlm8738 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dlm7841 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dvia686a46 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dadt747559 configuration data is only read once per minute.
Dsis559573 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dadm102649 Fan rotation speeds are reported in RPM (rotations per minute) but measured
Dw83791d73 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dw83792d58 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dnct677567 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dpc8736060 Fan rotation speeds are reported in RPM (revolutions per minute). An alarm
Dw83627ehf71 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dit87172 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
Dw83781d92 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
/linux-4.4.14/drivers/media/rc/
Dimon.c693 unsigned int hour, unsigned int minute, in send_set_imon_clock() argument
712 clock_enable_pkt[0][5] = minute; in send_set_imon_clock()
739 clock_enable_pkt[0][5] = minute; in send_set_imon_clock()
849 unsigned int year, month, day, dow, hour, minute, second; in store_imon_clock() local
865 &hour, &minute, &second) != 7) { in store_imon_clock()
872 (hour > 23) || (minute > 59) || (second > 59)) { in store_imon_clock()
878 hour, minute, second); in store_imon_clock()
/linux-4.4.14/include/acpi/
Dacbuffer.h83 u8 minute; member
/linux-4.4.14/arch/alpha/kernel/
Derr_common.c175 timestamp->b.minute, timestamp->b.second); in el_print_timestamp()
/linux-4.4.14/drivers/leds/trigger/
DKconfig49 The flash frequency is a hyperbolic function of the 1-minute
/linux-4.4.14/arch/ia64/hp/sim/boot/
Dfw-emu.c71 tp->minute = rem / 60; in offtime()
/linux-4.4.14/arch/m68k/
DKconfig.devices16 a hyperbolic function of the 5-minute load average.
/linux-4.4.14/Documentation/input/
Dyealink.txt100 'M' : Most significant minute digit,
Datarikbd.txt482 mm ; minute
499 mm ; minute
/linux-4.4.14/include/uapi/linux/
Dcdrom.h156 __u8 minute; member
/linux-4.4.14/drivers/cdrom/
Dcdrom.c1568 75 * (addr->msf.second - 2 + 60 * addr->msf.minute); in sanitize_format()
1575 addr->msf.minute = lba / 60; in sanitize_format()
2049 subchnl->cdsc_reladdr.msf.minute = cgc.buffer[13]; in cdrom_read_subchannel()
2052 subchnl->cdsc_absaddr.msf.minute = cgc.buffer[9]; in cdrom_read_subchannel()
2998 lba = msf_to_lba(ra.addr.msf.minute, in mmc_ioctl_cdrom_read_audio()
/linux-4.4.14/Documentation/ia64/
Dserial.txt74 all the serial devices, which can happen a minute or more after the
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.h393 u8 minute; /* Release time Minute field */ member
/linux-4.4.14/Documentation/fb/
Dudlfb.txt156 period of time (one minute or less is safe).
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dwmi.h652 u8 minute; member
/linux-4.4.14/arch/x86/platform/efi/
Defi.c116 eft.minute, eft.second); in efi_get_time()
/linux-4.4.14/drivers/block/paride/
Dpcd.c906 tocentry->cdte_addr.msf.minute = buffer[9]; in pcd_audio_ioctl()
/linux-4.4.14/drivers/scsi/esas2r/
Datvda.h610 u8 minute; member
/linux-4.4.14/Documentation/
Drtc.txt53 ring on the 30th second of the 30th minute of every hour, for example.
Dbcache.txt208 Writing to this file resets the running total stats (not the day/hour/5 minute
DSubmittingPatches469 you are responsible for last-minute changes. Example :
/linux-4.4.14/include/linux/
Defi.h147 u8 minute; member
/linux-4.4.14/Documentation/scsi/
Darcmsr_spec.txt102 ** byte 6 : minute (0..59)
DBusLogic.txt170 in a 10 minute interval, or if a command reset occurs within the first 10
/linux-4.4.14/arch/ia64/kernel/
Defi.c249 tm.hour, tm.minute, tm.second); in STUB_GET_TIME()
/linux-4.4.14/Documentation/networking/
Dvortex.txt312 The driver uses a one-minute heartbeat for adapting to changes in
/linux-4.4.14/Documentation/blockdev/
DREADME.DAC960546 and every minute a progress message is logged to the console by the driver:
681 and every minute a progress message is logged on the console by the driver:
/linux-4.4.14/drivers/watchdog/
DKconfig13 longer than 1 minute will result in rebooting the machine. This
1500 machines. The watchdog timeout period is normally one minute but
1513 minute but can be changed with a boot-time parameter.
/linux-4.4.14/Documentation/arm64/
Darm-acpi.txt70 to understand all the minute details of the hardware so that the OS doesn’t
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h235 u8 minute; member
/linux-4.4.14/Documentation/virtual/kvm/
Dtimekeeping.txt210 02h byte Current minute (BCD)
/linux-4.4.14/Documentation/video4linux/
Dvivid.txt422 The XDS stream will give the current time once a minute. For 50 Hz standards
/linux-4.4.14/Documentation/RCU/
DRTFP.txt443 Used a 20-minute time by default, which would most definitely not