Searched refs:eft (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/rtc/
H A Drtc-efi.c33 compute_yday(efi_time_t *eft) argument
36 return rtc_year_days(eft->day - 1, eft->month - 1, eft->year);
44 compute_wday(efi_time_t *eft) argument
49 if (eft->year < 1998) {
54 for (y = EFI_RTC_EPOCH; y < eft->year; y++)
57 ndays += compute_yday(eft);
66 convert_to_efi_time(struct rtc_time *wtime, efi_time_t *eft) argument
68 eft
80 convert_from_efi_time(efi_time_t *eft, struct rtc_time *wtime) argument
111 efi_time_t eft; local
130 efi_time_t eft; local
145 efi_time_t eft; local
164 efi_time_t eft; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/rtc/
H A Drtc-efi.c33 compute_yday(efi_time_t *eft) argument
36 return rtc_year_days(eft->day - 1, eft->month - 1, eft->year);
44 compute_wday(efi_time_t *eft) argument
49 if (eft->year < 1998) {
54 for (y = EFI_RTC_EPOCH; y < eft->year; y++)
57 ndays += compute_yday(eft);
66 convert_to_efi_time(struct rtc_time *wtime, efi_time_t *eft) argument
68 eft
80 convert_from_efi_time(efi_time_t *eft, struct rtc_time *wtime) argument
111 efi_time_t eft; local
130 efi_time_t eft; local
145 efi_time_t eft; local
164 efi_time_t eft; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Defirtc.c70 compute_yday(efi_time_t *eft) argument
73 return __mon_yday[is_leap(eft->year)][eft->month-1]+ eft->day -1;
81 compute_wday(efi_time_t *eft) argument
86 if ( eft->year < 1998 ) {
91 for(y=EFI_RTC_EPOCH; y < eft->year; y++ ) {
94 ndays += compute_yday(eft);
103 convert_to_efi_time(struct rtc_time *wtime, efi_time_t *eft) argument
106 eft
118 convert_from_efi_time(efi_time_t *eft, struct rtc_time *wtime) argument
153 efi_time_t eft; local
297 efi_time_t eft, alm; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Defirtc.c70 compute_yday(efi_time_t *eft) argument
73 return __mon_yday[is_leap(eft->year)][eft->month-1]+ eft->day -1;
81 compute_wday(efi_time_t *eft) argument
86 if ( eft->year < 1998 ) {
91 for(y=EFI_RTC_EPOCH; y < eft->year; y++ ) {
94 ndays += compute_yday(eft);
103 convert_to_efi_time(struct rtc_time *wtime, efi_time_t *eft) argument
106 eft
118 convert_from_efi_time(efi_time_t *eft, struct rtc_time *wtime) argument
153 efi_time_t eft; local
297 efi_time_t eft, alm; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Defi.c189 efi_time_t eft; local
192 status = efi.get_time(&eft, &cap);
200 if (((abs(real_minutes - eft.minute) + 15)/30) & 1)
203 eft.minute = real_minutes;
204 eft.second = real_seconds;
206 status = efi.set_time(&eft);
217 efi_time_t eft; local
220 status = efi.get_time(&eft, &cap);
224 return mktime(eft.year, eft
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Defi.c189 efi_time_t eft; local
192 status = efi.get_time(&eft, &cap);
200 if (((abs(real_minutes - eft.minute) + 15)/30) & 1)
203 eft.minute = real_minutes;
204 eft.second = real_seconds;
206 status = efi.set_time(&eft);
217 efi_time_t eft; local
220 status = efi.get_time(&eft, &cap);
224 return mktime(eft.year, eft
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_init.c1299 ha->eft = tc;
1315 if (ha->eft) {
1316 dma_free_coherent(&ha->pdev->dev, eft_size, ha->eft,
1318 ha->eft = NULL;
3970 if (ha->eft) {
3971 memset(ha->eft, 0, EFT_SIZE);
5316 if (ha->eft) {
5317 memset(ha->eft, 0, EFT_SIZE);
H A Dqla_os.c2462 if (ha->eft)
2845 if (ha->eft)
2847 ntohl(ha->fw_dump->eft_size), ha->eft, ha->eft_dma);
2923 ha->eft = NULL;
H A Dqla_dbg.c314 if (!ha->eft)
317 memcpy(ptr, ha->eft, ntohl(ha->fw_dump->eft_size));
H A Dqla_def.h2677 void *eft; member in struct:qla_hw_data
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_init.c1299 ha->eft = tc;
1315 if (ha->eft) {
1316 dma_free_coherent(&ha->pdev->dev, eft_size, ha->eft,
1318 ha->eft = NULL;
3970 if (ha->eft) {
3971 memset(ha->eft, 0, EFT_SIZE);
5316 if (ha->eft) {
5317 memset(ha->eft, 0, EFT_SIZE);
H A Dqla_os.c2462 if (ha->eft)
2845 if (ha->eft)
2847 ntohl(ha->fw_dump->eft_size), ha->eft, ha->eft_dma);
2923 ha->eft = NULL;
H A Dqla_dbg.c314 if (!ha->eft)
317 memcpy(ptr, ha->eft, ntohl(ha->fw_dump->eft_size));
H A Dqla_def.h2677 void *eft; member in struct:qla_hw_data

Completed in 289 milliseconds