Searched refs:eft (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/rtc/ |
D | rtc-efi.c | 36 compute_yday(efi_time_t *eft) in compute_yday() argument 39 return rtc_year_days(eft->day, eft->month - 1, eft->year); in compute_yday() 47 compute_wday(efi_time_t *eft) in compute_wday() argument 52 if (eft->year < EFI_RTC_EPOCH) { in compute_wday() 57 for (y = EFI_RTC_EPOCH; y < eft->year; y++) in compute_wday() 60 ndays += compute_yday(eft); in compute_wday() 69 convert_to_efi_time(struct rtc_time *wtime, efi_time_t *eft) in convert_to_efi_time() argument 71 eft->year = wtime->tm_year + 1900; in convert_to_efi_time() 72 eft->month = wtime->tm_mon + 1; in convert_to_efi_time() 73 eft->day = wtime->tm_mday; in convert_to_efi_time() [all …]
|
/linux-4.1.27/drivers/char/ |
D | efirtc.c | 70 compute_yday(efi_time_t *eft) in compute_yday() argument 73 return __mon_yday[is_leap(eft->year)][eft->month-1]+ eft->day -1; in compute_yday() 81 compute_wday(efi_time_t *eft) in compute_wday() argument 86 if ( eft->year < 1998 ) { in compute_wday() 91 for(y=EFI_RTC_EPOCH; y < eft->year; y++ ) { in compute_wday() 94 ndays += compute_yday(eft); in compute_wday() 103 convert_to_efi_time(struct rtc_time *wtime, efi_time_t *eft) in convert_to_efi_time() argument 106 eft->year = wtime->tm_year + 1900; in convert_to_efi_time() 107 eft->month = wtime->tm_mon + 1; in convert_to_efi_time() 108 eft->day = wtime->tm_mday; in convert_to_efi_time() [all …]
|
/linux-4.1.27/arch/x86/platform/efi/ |
D | efi.c | 108 efi_time_t eft; in efi_get_time() local 111 status = efi.get_time(&eft, &cap); in efi_get_time() 115 now->tv_sec = mktime(eft.year, eft.month, eft.day, eft.hour, in efi_get_time() 116 eft.minute, eft.second); in efi_get_time()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_tmpl.c | 515 if (vha->hw->eft) { in qla27xx_fwdt_entry_t268() 520 qla27xx_insertbuf(vha->hw->eft, EFT_SIZE, buf, len); in qla27xx_fwdt_entry_t268()
|
D | qla_init.c | 1610 if (ha->eft) in qla2x00_alloc_fw_dump() 1612 EFT_SIZE, ha->eft, ha->eft_dma); in qla2x00_alloc_fw_dump() 1637 ha->eft = tc; in qla2x00_alloc_fw_dump() 1674 if (ha->eft) { in qla2x00_alloc_fw_dump() 1675 dma_free_coherent(&ha->pdev->dev, eft_size, ha->eft, in qla2x00_alloc_fw_dump() 1677 ha->eft = NULL; in qla2x00_alloc_fw_dump() 4812 if (ha->eft) { in qla2x00_abort_isp() 4813 memset(ha->eft, 0, EFT_SIZE); in qla2x00_abort_isp() 6349 if (ha->eft) { in qla82xx_restart_isp() 6350 memset(ha->eft, 0, EFT_SIZE); in qla82xx_restart_isp()
|
D | qla_os.c | 2955 if (ha->eft) in qla2x00_shutdown() 3184 if (ha->eft) in qla2x00_free_device() 3612 if (ha->eft) in qla2x00_free_fw_dump() 3614 EFT_SIZE, ha->eft, ha->eft_dma); in qla2x00_free_fw_dump() 3623 ha->eft = NULL; in qla2x00_free_fw_dump()
|
D | qla_dbg.c | 471 if (!ha->eft) in qla24xx_copy_eft() 474 memcpy(ptr, ha->eft, ntohl(ha->fw_dump->eft_size)); in qla24xx_copy_eft()
|
D | qla_def.h | 3311 void *eft; member
|
/linux-4.1.27/Documentation/isdn/ |
D | README.x25 | 173 ftp://ftp.hamburg.pop.de/pub/LOCAL/linux/i4l-eft/ which contains some
|