Searched refs:eft (Results 1 – 6 of 6) sorted by relevance
| /drivers/rtc/ |
| A D | rtc-efi.c | 30 return rtc_year_days(eft->day, eft->month - 1, eft->year); in compute_yday() 83 if (!eft->day || eft->day > 31) in convert_from_efi_time() 87 if (!eft->month || eft->month > 12) in convert_from_efi_time() 91 if (eft->year < 1900 || eft->year > 9999) in convert_from_efi_time() 117 efi_time_t eft; in efi_read_alarm() local 137 efi_time_t eft; in efi_set_alarm() local 160 efi_time_t eft; in efi_read_time() local 180 efi_time_t eft; in efi_set_time() local 196 memset(&eft, 0, sizeof(eft)); in efi_procfs() 207 eft.hour, eft.minute, eft.second, eft.nanosecond, in efi_procfs() [all …]
|
| /drivers/scsi/qla2xxx/ |
| A D | qla_tmpl.c | 471 if (vha->hw->eft) { in qla27xx_fwdt_entry_t268() 476 qla27xx_insertbuf(vha->hw->eft, EFT_SIZE, buf, len); in qla27xx_fwdt_entry_t268()
|
| A D | qla_init.c | 2708 if (ha->eft) { in qla_enable_eft_trace() 2709 memset(ha->eft, 0, EFT_SIZE); in qla_enable_eft_trace() 3778 if (ha->eft) { in qla2x00_alloc_eft_trace() 3799 ha->eft = tc; in qla2x00_alloc_eft_trace() 3861 if (ha->eft) in qla2x00_alloc_fw_dump() 9453 if (ha->eft) { in qla82xx_restart_isp() 9454 memset(ha->eft, 0, EFT_SIZE); in qla82xx_restart_isp()
|
| A D | qla_dbg.c | 474 if (!ha->eft) in qla24xx_copy_eft() 477 memcpy(ptr, ha->eft, ntohl(ha->fw_dump->eft_size)); in qla24xx_copy_eft()
|
| A D | qla_os.c | 3727 if (ha->eft) in qla2x00_shutdown() 4843 if (ha->eft) in qla2x00_free_fw_dump() 4845 EFT_SIZE, ha->eft, ha->eft_dma); in qla2x00_free_fw_dump() 4852 ha->eft = NULL; in qla2x00_free_fw_dump()
|
| A D | qla_def.h | 4622 void *eft; member
|
Completed in 68 milliseconds