Searched refs:hour (Results 51 - 75 of 78) sorted by relevance

1234

/linux-master/crypto/asymmetric_keys/
H A Dx509_cert_parser.c676 unsigned year, mon, day, hour, min, sec, mon_len; local
703 hour = DD2bin(p);
727 hour > 24 || /* ISO 8601 permits 24:00:00 as midnight tomorrow */
732 *_t = mktime64(year, mon, day, hour, min, sec);
/linux-master/drivers/rtc/
H A Drtc-ds1307.c432 * report alarm time (ALARM1); assume 24 hour and day-of-month modes,
479 /* set ALARM1, using 24 hour and day-of-month modes */
607 /* Report alarm 0 time assuming 24-hour and day-of-month modes. */
618 dev_dbg(dev, "%s, sec=%d min=%d hour=%d wday=%d mday=%d mon=%d enabled=%d\n",
631 dev_dbg(dev, "%s, sec=%d min=%d hour=%d wday=%d mday=%d mon=%d "
734 /* Report alarm 0 time assuming 24-hour and day-of-month modes. */
745 dev_dbg(dev, "%s, sec=%d min=%d hour=%d wday=%d mday=%d mon=%d "
785 dev_dbg(dev, "%s, sec=%d min=%d hour=%d wday=%d mday=%d mon=%d "
797 /* Set alarm 0, using 24-hour and day-of-month modes. */
807 /* Set alarm match: second, minute, hour, da
1857 u8 hour; local
[all...]
/linux-master/kernel/time/
H A Dtime.c425 * @hour: hour to convert
431 * => year=1980, mon=12, day=31, hour=23, min=59, sec=59.
450 const unsigned int day, const unsigned int hour,
464 )*24 + hour /* now have hours - midnight tomorrow handled here */
449 mktime64(const unsigned int year0, const unsigned int mon0, const unsigned int day, const unsigned int hour, const unsigned int min, const unsigned int sec) argument
/linux-master/include/xen/interface/
H A Dplatform.h132 uint8_t hour; member in struct:xenpf_efi_runtime_call::__anon852::__anon853::xenpf_efi_time
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_mng_tlv.c422 if (p_time->hour > 23)
423 p_time->hour = 0;
434 p_time->hour, p_time->min, p_time->msec, p_time->usec);
/linux-master/drivers/media/rc/
H A Dimon.c709 * hour - 0..23, minute - 0..59, second - 0..59
714 unsigned int hour, unsigned int minute,
732 clock_enable_pkt[0][4] = hour;
759 clock_enable_pkt[0][4] = hour;
868 unsigned int year, month, day, dow, hour, minute, second; local
884 &hour, &minute, &second) != 7) {
891 (hour > 23) || (minute > 59) || (second > 59)) {
897 hour, minute, second);
711 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) argument
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.c242 record->hour = cpu_to_le16(tm.tm_hour);
/linux-master/security/tomoyo/
H A Daudit.c167 stamp.year, stamp.month, stamp.day, stamp.hour,
H A Dutil.c98 stamp->hour = tm.tm_hour;
H A Dcommon.h896 u8 hour; member in struct:tomoyo_time
H A Dcommon.c2359 stamp.hour, stamp.min, stamp.sec);
/linux-master/fs/udf/
H A Decma_167.h75 uint8_t hour; member in struct:timestamp
H A Dsuper.c919 le16_to_cpu(ts->year), ts->month, ts->day, ts->hour,
2267 ts.hour, ts.minute, le16_to_cpu(ts.typeAndTimezone));
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dfw.h314 u8 hour; member in struct:rtw_fw_hdr
341 u8 hour; member in struct:rtw_fw_hdr_legacy
/linux-master/drivers/scsi/esas2r/
H A Datvda.h609 u8 hour; member in struct:atto_vda_schedule_info
/linux-master/drivers/scsi/
H A Dips.h552 uint8_t hour; member in struct:__anon34
H A Dips.c5974 scb->cmd.ffdc.hour = tm.tm_hour;
/linux-master/include/linux/qed/
H A Dqed_if.h207 u8 hour; member in struct:qed_mfw_tlv_time
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwmi.h1110 u8 hour; member in struct:wmi_notify_req_cmd
2178 __le32 hour; member in struct:wmi_fw_ver_event
/linux-master/drivers/scsi/lpfc/
H A Dlpfc.h467 uint8_t hour; member in struct:lpfc_cgn_ts
H A Dlpfc_sli.c8403 uint32_t hour, minute, second; local
8425 hour = broken.tm_hour;
8431 bf_set(lpfc_mbx_set_host_hour, tm, hour);
/linux-master/include/linux/
H A Defi.h234 u8 hour; member in struct:__anon2127
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h247 u8 hour; member in struct:rtlwifi_firmware_header
/linux-master/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu.h922 u8 hour; /* Release time Hour field */ member in struct:rtl8xxxu_firmware_header
/linux-master/drivers/scsi/arcmsr/
H A Darcmsr_hba.c3946 uint8_t hour; member in struct:__anon209::__anon210
3961 datetime.a.hour = tm.tm_hour;

Completed in 811 milliseconds

1234