Home
last modified time | relevance | path

Searched refs:eft (Results 1 – 6 of 6) sorted by relevance

/drivers/rtc/
A Drtc-efi.c30 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 Dqla_tmpl.c471 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 Dqla_init.c2708 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 Dqla_dbg.c474 if (!ha->eft) in qla24xx_copy_eft()
477 memcpy(ptr, ha->eft, ntohl(ha->fw_dump->eft_size)); in qla24xx_copy_eft()
A Dqla_os.c3727 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 Dqla_def.h4622 void *eft; member

Completed in 68 milliseconds