Searched refs:minute (Results 1 - 134 of 134) sorted by relevance

/linux-4.1.27/fs/isofs/
H A Dutil.c20 int year, month, day, hour, minute, second, tz; iso_date() local
27 minute = p[4]; iso_date()
35 crtime = mktime64(year+1900, month, day, hour, minute, second); iso_date()
/linux-4.1.27/include/uapi/linux/
H A Dsysinfo.h9 __kernel_ulong_t loads[3]; /* 1, 5, and 15 minute load averages */
H A Dcdrom.h156 __u8 minute; member in struct:cdrom_msf0
171 __u8 cdmsf_min0; /* start minute */
174 __u8 cdmsf_min1; /* end minute */
330 #define CD_SECS 60 /* seconds per minute */
355 #define CDROM_MSF 0x02 /* "minute-second-frame": binary, not bcd here! */
/linux-4.1.27/arch/m68k/include/asm/
H A Dintersil.h30 unsigned char minute; member in struct:intersil_dt
H A Dapollohw.h44 unsigned char minute, alarm_minute; member in struct:mc146818
H A Dsun3xflop.h228 /* Last minute sanity check... */ sun3xflop_init()
H A DMC68328.h1240 #define RTCISR_MIN 0x0002 /* 1-minute interrupt has occurred */
1252 #define RTCIENR_MIN 0x0002 /* 1-minute interrupt enable */
H A DMC68EZ328.h1074 #define RTCISR_MIN 0x0002 /* 1-minute interrupt has occurred */
1095 #define RTCIENR_MIN 0x0002 /* 1-minute interrupt enable */
H A DMC68VZ328.h1170 #define RTCISR_MIN 0x0002 /* 1-minute interrupt has occurred */
1191 #define RTCIENR_MIN 0x0002 /* 1-minute interrupt enable */
/linux-4.1.27/arch/m68k/sun3/
H A Dintersil.c49 todintersil->minute = t->tm_min; sun3_hwclk()
59 t->tm_min = todintersil->minute; sun3_hwclk()
/linux-4.1.27/drivers/rtc/
H A Drtc-mv.c73 unsigned int year, month, day, hour, minute, second, wday; mv_rtc_read_time() local
79 minute = (rtc_time >> RTC_MINUTES_OFFS) & 0x7f; mv_rtc_read_time()
88 tm->tm_min = bcd2bin(minute); mv_rtc_read_time()
104 unsigned int year, month, day, hour, minute, second, wday; mv_rtc_read_alarm() local
110 minute = (rtc_time >> RTC_MINUTES_OFFS) & 0x7f; mv_rtc_read_alarm()
119 alm->time.tm_min = bcd2bin(minute); mv_rtc_read_alarm()
H A Drtc-efi.c75 eft->minute = wtime->tm_min; convert_to_efi_time()
91 if (eft->minute >= 60) convert_from_efi_time()
93 wtime->tm_min = eft->minute; convert_from_efi_time()
H A Drtc-msm6242.c24 MSM6242_MINUTE1 = 0x2, /* 1-minute digit register */
25 MSM6242_MINUTE10 = 0x3, /* 10-minute digit register */
60 #define MSM6242_CE_T_1MINUTE (2 << 2) /* period 1 minute */
H A Drtc-mpc5121.c46 u8 minute; /* RTC + 0x12 */ member in struct:mpc5121_rtc_regs
88 * Update second/minute/hour registers.
120 * update second minute hour registers mpc5121_rtc_read_time()
144 * update second minute hour registers mpc5121_rtc_set_time()
159 tm->tm_min = in_8(&regs->minute); mpc5200_rtc_read_time()
H A Drtc-ds1742.c93 unsigned int year, month, day, hour, minute, second, week; ds1742_rtc_read_time() local
102 minute = readb(ioaddr + RTC_MINUTES); ds1742_rtc_read_time()
111 tm->tm_min = bcd2bin(minute); ds1742_rtc_read_time()
H A Drtc-ds1553.c106 unsigned int year, month, day, hour, minute, second, week; ds1553_rtc_read_time() local
115 minute = readb(ioaddr + RTC_MINUTES); ds1553_rtc_read_time()
124 tm->tm_min = bcd2bin(minute); ds1553_rtc_read_time()
H A Drtc-stk17ta8.c105 unsigned int year, month, day, hour, minute, second, week; stk17ta8_rtc_read_time() local
117 minute = readb(ioaddr + RTC_MINUTES); stk17ta8_rtc_read_time()
126 tm->tm_min = bcd2bin(minute); stk17ta8_rtc_read_time()
H A Drtc-ds3232.c108 unsigned int year, month, day, hour, minute, second; ds3232_read_time() local
120 minute = buf[1]; ds3232_read_time()
136 time->tm_min = bcd2bin(minute); ds3232_read_time()
H A Drtc-ds1302.c37 #define RTC_ADDR_MIN 0x01 /* Address of minute register */
H A Drtc-ab-b5ze-s3.c80 #define ABB5ZES3_REG_ALRM_MN 0x0A /* Alarm - minute register */
93 #define ABB5ZES3_REG_FREQ_OF_MODE 0x0E /* Offset mode: 2 hours / minute */
449 * minute, we use the watchdog timer mechanism provided by timer A
473 * minute (not the second). The function expects alarm interrupt to
591 * The chip has an alarm which is only accurate to the minute. In order to
H A Drtc-hym8563.c200 /* The alarm only has a minute accuracy */ hym8563_rtc_read_alarm()
575 /* the hym8563 alarm only supports a minute accuracy */ hym8563_probe()
H A Drtc-pcf8563.c368 /* The alarm has no seconds, round up to nearest minute */ pcf8563_rtc_set_alarm()
467 /* the pcf8563 alarm only supports a minute accuracy */ pcf8563_probe()
H A Drtc-rx8025.c339 /* Hardware alarms precision is 1 minute! */ rx8025_read_alarm()
373 /* Hardware alarm precision is 1 minute! */ rx8025_set_alarm()
H A Drtc-hid-sensor-time.c58 "year", "month", "day", "hour", "minute", "second",
H A Drtc-opal.c170 /* TPO, we care about hour and minute */ opal_set_tpo_time()
H A Drtc-ds1286.c116 s = "each minute"; ds1286_proc()
H A Drtc-rk808.c270 * bit 1: every minute
H A Drtc-ab8500.c252 dev_dbg(dev, "Alarm less than 1 minute not supported\r\n"); ab8500_rtc_set_alarm()
H A Drtc-mrst.c152 /* Basic alarms only support hour, minute, and seconds fields. mrst_read_alarm()
H A Dinterface.c117 * the month. We will retry in the next minute. This rtc_set_mmss()
119 * by more than 1 minute in 11 minutes. rtc_set_mmss()
H A Drtc-cmos.c219 /* Basic alarms only support hour, minute, and seconds fields. cmos_read_alarm()
H A Drtc-ds1307.c743 /* Set alarm match: second, minute, hour, day, date, month. */ mcp794xx_set_alarm()
/linux-4.1.27/drivers/leds/
H A Dleds-ipaq-micro.c30 * yellow LED is always ~30 blinks per minute micro_leds_brightness_set()
67 * yellow LED is always ~30 blinks per minute micro_leds_blink_set()
/linux-4.1.27/drivers/staging/iio/accel/
H A Dadis16240.h44 /* Clock, hour and minute */
50 /* Wake-up setting, hour and minute */
/linux-4.1.27/drivers/staging/unisys/uislib/
H A Duisthread.c62 /* give up if the thread has NOT died in 1 minute */ uisthread_stop()
/linux-4.1.27/drivers/staging/rtl8188eu/include/
H A Dfw.h48 u8 minute; member in struct:rtl92c_firmware_header
/linux-4.1.27/drivers/block/aoe/
H A Daoemain.c27 enum { DTIMERTICK = HZ * 60 }; /* one minute */ discover_timer()
/linux-4.1.27/drivers/char/
H A Defirtc.c110 eft->minute = wtime->tm_min; convert_to_efi_time()
122 wtime->tm_min = eft->minute; convert_from_efi_time()
322 eft.hour, eft.minute, eft.second, eft.nanosecond, efi_rtc_proc_show()
339 alm.hour, alm.minute, alm.second, alm.nanosecond, efi_rtc_proc_show()
/linux-4.1.27/arch/alpha/include/asm/
H A Derr_common.h71 u8 minute; member in struct:el_timestamp::__anon57
/linux-4.1.27/fs/udf/
H A Dudftime.c113 dest->tv_sec += (((yday * 24) + src.hour) * 60 + src.minute) * 60 + src.second; udf_disk_stamp_to_time()
138 dest->minute = rem / 60; udf_time_to_disk_stamp()
H A Decma_167.h66 uint8_t minute; member in struct:timestamp
H A Dsuper.c926 ts->minute, le16_to_cpu(ts->typeAndTimezone)); udf_load_pvoldesc()
2211 ts.hour, ts.minute, le16_to_cpu(ts.typeAndTimezone)); udf_fill_super()
/linux-4.1.27/arch/m68k/apollo/
H A Dconfig.c220 t->tm_min=rtc->minute; dn_dummy_hwclk()
228 rtc->minute=t->tm_min; dn_dummy_hwclk()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723com/
H A Dfw_common.h63 u8 minute; member in struct:rtl8723e_firmware_header
/linux-4.1.27/net/netfilter/
H A Dxt_time.c24 u_int8_t minute; /* (0-59) */ member in struct:xtm
81 /* Each day has 86400s, so finding the hour/minute is actually easy. */ localtime_1()
85 r->minute = w % 60; localtime_1()
/linux-4.1.27/drivers/ide/
H A Dide-cd.h37 u8 minute; member in struct:atapi_msf
H A Dide-cd.c848 msf->minute = bcd2bin(msf->minute); msf_from_bcd()
1070 toc->ent[i].addr.lba = msf_to_lba(toc->ent[i].addr.msf.minute, ide_cd_read_toc()
1097 toc->last_session_lba = msf_to_lba(ms_tmp.ent.addr.msf.minute, ide_cd_read_toc()
H A Dide-cd_ioctl.c417 &tocentry->cdte_addr.msf.minute, ide_cd_read_tocentry()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192c/
H A Dfw_common.h82 u8 minute; member in struct:rtl92c_firmware_header
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/
H A Dfw.h124 u8 minute; member in struct:rtl92d_firmware_header
/linux-4.1.27/drivers/watchdog/
H A Dixp4xx_wdt.c31 static int heartbeat = 60; /* (secs) Default is 1 minute */
H A Dm54xx_wdt.c38 static unsigned int heartbeat = 30; /* (secs) Default is 0.5 minute */
H A Dsa1100_wdt.c157 static int margin __initdata = 60; /* (secs) Default is 1 minute */
H A Dsbc_fitpc2_wdt.c30 static unsigned int margin = 60; /* (secs) Default is 1 minute */
H A Dpc87413_wdt.c41 #define DEFAULT_TIMEOUT 1 /* 1 minute */
287 pr_info("Watchdog enabled. Timeout set to %d minute(s).\n", timeout); pc87413_open()
H A Dsmsc37b787_wdt.c367 timeout, (unit == UNIT_SECOND) ? "second(s)" : "minute(s)"); wb_smsc_wdt_open()
565 timeout, (unit == UNIT_SECOND) ? "second(s)" : "minute(s)"); wb_smsc_wdt_init()
H A Dcoh901327_wdt.c69 /* Default timeout in seconds = 1 minute */
H A Deurotechwdt.c78 #define WDT_TIMEOUT 60 /* 1 minute */
H A Dwdt977.c211 /* we have a hw bug somewhere, so each 977 minute is actually wdt977_set_timeout()
H A Df71808e_wdt.c75 #define WATCHDOG_TIMEOUT 60 /* 1 minute default timeout */
/linux-4.1.27/arch/mn10300/kernel/
H A Dtime.c50 * - sched_clock() must be called once a minute or better or the sched_clock()
/linux-4.1.27/fs/affs/
H A Damigaffs.c372 u32 minute; secs_to_datestamp() local
379 minute = secs / 60; secs_to_datestamp()
380 secs -= minute * 60; secs_to_datestamp()
383 ds->mins = cpu_to_be32(minute); secs_to_datestamp()
/linux-4.1.27/drivers/base/power/
H A Dtrace.c33 * than a minute), and we'd better not depend on the low bits of
125 val += (time.tm_min / 3) * 100 * 12 * 28 * 24; /* 20 3-minute intervals */ read_magic_time()
/linux-4.1.27/include/sound/
H A Dak4117.h45 #define AK4117_REG_QSUB_MINUTE 0x14 /* Q-subcode minute */
49 #define AK4117_REG_QSUB_ABSMIN 0x18 /* Q-subcode absolute minute */
H A Dak4113.h71 /* Q-subcode minute */
79 /* Q-subcode absolute minute */
H A Dak4114.h51 #define AK4114_REG_QSUB_MINUTE 0x19 /* Q-subcode minute */
55 #define AK4114_REG_QSUB_ABSMIN 0x1d /* Q-subcode absolute minute */
/linux-4.1.27/arch/mips/sibyte/swarm/
H A Drtc_m41t81.c68 #define M41T81REG_MN 0x02 /* minute */
79 #define M41T81REG_AMN 0x0D /* alarm: minute */
/linux-4.1.27/drivers/scsi/
H A Dsr_ioctl.c97 tocentry->cdte_addr.msf.minute = buffer[9]; sr_read_tocentry()
146 cgc.cmd[3] = trk0_te.cdte_addr.msf.minute; sr_fake_playtrkind()
149 cgc.cmd[6] = trk1_te.cdte_addr.msf.minute; sr_fake_playtrkind()
H A Dips.h569 uint8_t minute; member in struct:__anon9007
H A Dips.c6031 scb->cmd.ffdc.minute = (rem / IPS_SECS_MIN); ips_fix_ffdc_time()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/
H A Dfw.h102 u8 minute; member in struct:rtl92c_firmware_header
/linux-4.1.27/include/linux/
H A Ddrbd_limits.h54 * more than one minute timeout is not useful */
H A Dtime.h162 * the number of seconds after the minute, normally in the range
H A Darcdevice.h27 * within one minute before printing a "cabling problem" warning. The
H A Defi.h143 u8 minute; member in struct:__anon11626
/linux-4.1.27/drivers/char/hw_random/
H A Dxgene-rng.c96 u32 failure_cnt; /* Failure count last minute */
192 /* 2nd time failure in lesser than 1 minute? */ xgene_rng_chk_overflow()
/linux-4.1.27/drivers/hwmon/
H A Dsch56xx-common.c473 Choose a preset which will give us a 1 minute timeout */ sch56xx_watchdog_register()
477 data->watchdog_preset = 1; /* minute */ sch56xx_watchdog_register()
H A Dlm85.c261 * when it is written and only sample it once every 1 *minute*
H A Dw83793.c52 #define WATCHDOG_TIMEOUT 2 /* 2 minute default timeout */
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/
H A Dfw.h144 u8 minute; member in struct:rtl92c_firmware_header
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/
H A Dfw.h150 u8 minute; member in struct:rtl8821a_firmware_header
/linux-4.1.27/include/acpi/
H A Dacbuffer.h83 u8 minute; member in struct:acpi_grt_info
/linux-4.1.27/fs/lockd/
H A Dclntlock.c144 * a 1 minute timeout would do. See the comment before nlmclnt_block()
/linux-4.1.27/arch/alpha/kernel/
H A Derr_common.c177 timestamp->b.minute, timestamp->b.second);
H A Drtc.c136 the userland hwclock program, so surely 15 minute accuracy alpha_rtc_set_mmss()
/linux-4.1.27/drivers/media/rc/
H A Dimon.c688 * hour - 0..23, minute - 0..59, second - 0..59
693 unsigned int hour, unsigned int minute, send_set_imon_clock()
712 clock_enable_pkt[0][5] = minute; send_set_imon_clock()
739 clock_enable_pkt[0][5] = minute; send_set_imon_clock()
849 unsigned int year, month, day, dow, hour, minute, second; store_imon_clock() local
865 &hour, &minute, &second) != 7) { store_imon_clock()
872 (hour > 23) || (minute > 59) || (second > 59)) { store_imon_clock()
878 hour, minute, second); store_imon_clock()
690 send_set_imon_clock(struct imon_context *ictx, unsigned int year, unsigned int month, unsigned int day, unsigned int dow, unsigned int hour, unsigned int minute, unsigned int second) send_set_imon_clock() argument
/linux-4.1.27/drivers/infiniband/hw/ipath/
H A Dipath_stats.c334 /* limit qfull messages to ~one per minute per port */ ipath_get_faststats()
/linux-4.1.27/arch/sparc/include/asm/
H A Dfloppy_32.h342 /* Last minute sanity check... */
H A Dvio.h191 u16 rpm; /* Revolutions per minute */
H A Dfloppy_64.h729 /* Last minute sanity check... */
/linux-4.1.27/arch/ia64/hp/sim/boot/
H A Dfw-emu.c71 tp->minute = rem / 60; offtime()
/linux-4.1.27/drivers/xen/xenbus/
H A Dxenbus_probe_frontend.c282 * On a 5-minute timeout, wait for all devices currently configured. We need
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
H A D80003es2lan.c1082 * Configure the KMRN interface by applying last minute quirks for
1111 * Configure the KMRN interface by applying last minute quirks for
1158 * Configure the KMRN interface by applying last minute quirks for
/linux-4.1.27/drivers/net/wireless/rt2x00/
H A Drt2x00link.c284 * first minute after being enabled. rt2x00link_reset_tuner()
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/
H A Ddiagchannel.h114 u8 minute; /* 0 - 59 */ member in struct:diag_efi_time
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/
H A Dvsc7326.c637 * some of them can overflow in less than a minute at GigE speeds, so this
/linux-4.1.27/drivers/power/
H A Dmax14577_charger.c115 * "When the battery is fully charged, the 30-minute (typ) max14577_get_charge_type()
/linux-4.1.27/net/ipv4/
H A Dsyncookies.c117 * minute by 1. secure_tcp_syn_cookie()
H A Dtcp.c128 * Alan Cox : Giant 15 minute/60 second timer error
2100 * We use a 1 minute timeout (about the same as BSD) then kill tcp_close()
/linux-4.1.27/drivers/mmc/core/
H A Dmmc_ops.c24 #define MMC_OPS_TIMEOUT_MS (10 * 60 * 1000) /* 10 minute timeout */
H A Dcore.c50 #define MMC_CORE_TIMEOUT_MS (10 * 60 * 1000) /* 10 minute timeout */
/linux-4.1.27/drivers/scsi/esas2r/
H A Desas2r_int.c489 * minute. This will stop any situation where there is esas2r_chip_rst_needed_during_tasklet()
H A Datvda.h610 u8 minute; member in struct:atto_vda_schedule_info
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
H A Dwmi.h644 u8 minute; member in struct:wmi_notify_req_cmd
/linux-4.1.27/drivers/block/paride/
H A Dpcd.c898 tocentry->cdte_addr.msf.minute = buffer[9]; pcd_audio_ioctl()
/linux-4.1.27/arch/ia64/kernel/
H A Dsalinfo.c266 /* Check for outstanding MCA/INIT records every minute (arbitrary) */
H A Defi.c249 tm.hour, tm.minute, tm.second); STUB_GET_TIME()
H A Dmca.c145 #define CMC_POLL_INTERVAL (1*60*HZ) /* 1 minute */
/linux-4.1.27/include/linux/mlx5/
H A Ddriver.h55 /* one minute for the sake of bringup. Generally, commands must always
/linux-4.1.27/drivers/cdrom/
H A Dcdrom.c1567 75 * (addr->msf.second - 2 + 60 * addr->msf.minute); sanitize_format()
1574 addr->msf.minute = lba / 60; sanitize_format()
2048 subchnl->cdsc_reladdr.msf.minute = cgc.buffer[13]; cdrom_read_subchannel()
2051 subchnl->cdsc_absaddr.msf.minute = cgc.buffer[9]; cdrom_read_subchannel()
2997 lba = msf_to_lba(ra.addr.msf.minute, mmc_ioctl_cdrom_read_audio()
/linux-4.1.27/drivers/md/
H A Ddm-cache-policy-mq.c1113 e->dirty = false; /* this gets corrected in a minute */ mq_load_mapping()
H A Dbitmap.c1223 * So set NEEDWRITE now, then after we make any last-minute changes bitmap_daemon_work()
/linux-4.1.27/drivers/net/arcnet/
H A Darcnet.c908 /* reset counters if we've gone for over a minute. */ arcnet_interrupt()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
H A Di40e_nvm.c777 * than the default 3 minute timeout on the write semaphore. If i40e_nvmupd_state_writing()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c401 * around. This needs to be run approximately twice a minute.
/linux-4.1.27/arch/x86/platform/efi/
H A Defi.c116 eft.minute, eft.second); efi_get_time()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Dimport.c1532 (E.g. remember the maximum latency in each minute of the last 4 minutes.) */ at_measured()
/linux-4.1.27/drivers/base/
H A Dfirmware_class.c1091 /* pass the pages buffer to driver at the last minute */ assign_firmware_buf()
/linux-4.1.27/drivers/hid/
H A Dwacom_sys.c238 /* Any last-minute generic device setup */ wacom_post_parse_hid()
/linux-4.1.27/fs/configfs/
H A Ddir.c650 * We could, perhaps, tweak our parent's ->mkdir for a minute and
/linux-4.1.27/drivers/net/wireless/
H A Dairo.c685 u8 noiseAvePercent; /* Noise percent in last minute */
686 u8 noiseAvedBm; /* Noise dBm in last minute */
687 u8 noiseMaxPercent; /* Highest noise percent in last minute */
688 u8 noiseMaxdBm; /* Highest noise dbm in last minute */
5506 associated we will check every minute to see if anything has
/linux-4.1.27/drivers/mmc/card/
H A Dblock.c61 #define MMC_BLK_TIMEOUT_MS (10 * 60 * 1000) /* 10 minute timeout */
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
H A Dmce.c1367 /* Not more than two messages every minute */ mce_notify_irq()
/linux-4.1.27/fs/ocfs2/
H A Djournal.c2263 /* Warn about this once per minute */ ocfs2_commit_thread()
/linux-4.1.27/kernel/time/
H A Dtimekeeping.c120 #define WARNING_FREQ (HZ*300) /* 5 minute rate-limiting */
/linux-4.1.27/arch/x86/kernel/
H A Dapm_32.c2031 * This bios swaps the APM minute reporting bytes over (Many sony laptops
/linux-4.1.27/fs/ubifs/
H A Ddebug.c2469 /* Fail within 1 minute */ power_cut_emulated()
/linux-4.1.27/arch/powerpc/kvm/
H A Dbook3s_hv_rmhandlers.S282 /* Set runlatch bit the minute you wake up from nap */
/linux-4.1.27/net/ipv6/
H A Droute.c512 * to no more than one per minute. rt6_probe()
/linux-4.1.27/mm/
H A Dhuge_memory.c55 /* during fragmentation poll the hugepage allocator once every minute */
H A Dmemory.c659 * Allow a burst of 60 reports, then keep quiet for that minute; print_bad_pte()
H A Dpage_alloc.c314 * Allow a burst of 60 reports, then keep quiet for that minute; bad_page()
/linux-4.1.27/tools/testing/ktest/
H A Dktest.pl585 doprint "$minutes minute";
/linux-4.1.27/drivers/scsi/arcmsr/
H A Darcmsr_hba.c446 int retry_count = 30;/* enlarge wait flush adapter cache time: 10 minute */ arcmsr_hbaC_flush_cache()

Completed in 9716 milliseconds