/linux/fs/fat/ |
H A D | misc.c | 6 * 22/11/2000 - Fixed fat_date_unix2dos for dates earlier than 01/01/1980 172 * The epoch of FAT timestamp is 1980. 176 * date: 9 - 15: year (0 - 127) from 1980 186 /* 120 (2100 - 1980) isn't leap year */ 249 /* FAT can only support year between 1980 to 2107 */ in fat_time_unix2fat() 250 if (tm.tm_year < 1980 - 1900) { in fat_time_unix2fat() 265 /* from 1900 -> from 1980 */ in fat_time_unix2fat()
|
H A D | fat_test.c | 34 .name = "Earliest possible UTC (1980-01-01 00:00:00)", 114 .name = "VFAT 10ms resolution (1980-01-01 00:00:00:0010)",
|
H A D | inode.c | 34 /* DOS dates from 1980/1/1 through 2107/12/31 */
|
/linux/fs/exfat/ |
H A D | misc.c | 4 * 22/11/2000 - Fixed fat_date_unix2dos for dates earlier than 01/01/1980 74 ts->tv_sec = mktime64(1980 + (d >> 9), d >> 5 & 0x000F, d & 0x001F, in exfat_get_entry_time()
|
H A D | exfat_raw.h | 191 /* Jan 1 GMT 00:00:00 1980 */
|
/linux/drivers/counter/ |
H A D | Kconfig | 15 released in the early 1980s but compatible interfaces are nowadays
|
/linux/arch/alpha/kernel/ |
H A D | rtc.c | 70 epoch = 1980; in init_rtc_epoch()
|
/linux/drivers/platform/x86/ |
H A D | touchscreen_dmi.c | 292 PROPERTY_ENTRY_U32("touchscreen-size-x", 1980), 373 PROPERTY_ENTRY_U32("touchscreen-size-x", 1980), 475 PROPERTY_ENTRY_U32("touchscreen-size-x", 1980), 488 PROPERTY_ENTRY_U32("touchscreen-size-x", 1980), 972 PROPERTY_ENTRY_U32("touchscreen-size-x", 1980),
|
/linux/include/linux/ |
H A D | rtc.h | 173 #define RTC_TIMESTAMP_EPOCH_GPS 315964800LL /* 1980-01-06 00:00:00 */
|
/linux/net/netfilter/ |
H A D | xt_time.c | 61 /* 1989 - 1980 */
|
/linux/drivers/platform/x86/dell/ |
H A D | dell-wmi-ddv.c | 859 * like 0.0.1980. Because of this we have to check the in dell_wmi_ddv_get_manufacture_date() 862 year = FIELD_GET(SBS_MANUFACTURE_YEAR_MASK, value) + 1980; in dell_wmi_ddv_get_manufacture_date()
|
/linux/fs/smb/client/ |
H A D | netmisc.c | 1005 days += 3652; /* account for difference in days between 1980 and 1970 */ in cnvrtDosUnixTm() 1011 year is 2**7, the last year is 1980+127, which means we need only in cnvrtDosUnixTm()
|
H A D | cifsfs.c | 54 * DOS dates from 1980/1/1 through 2107/12/31
|
/linux/drivers/isdn/mISDN/ |
H A D | dsp_audio.c | 91 static short etab[] = {0, 132, 396, 924, 1980, 4092, 8316, 16764}; in ulaw2linear()
|
/linux/Documentation/wmi/devices/ |
H A D | dell-wmi-ddv.rst | 119 - bits 9 to 15 contain the manufacture year biased by 1980.
|
/linux/Documentation/admin-guide/mm/ |
H A D | slab.rst | 449 1980 <not-available> age=4294912290 pid=0 cpus=0
|
/linux/drivers/staging/iio/impedance-analyzer/ |
H A D | ad5933.c | 250 unsigned int normalized_3v3[4] = {1980, 198, 383, 970}; in ad5933_calc_out_ranges()
|
/linux/fs/ubifs/ |
H A D | orphan.c | 32 * For example: a 15872 byte LEB can fit 1980 orphans so 1 LEB may be enough.
|
/linux/Documentation/admin-guide/LSM/ |
H A D | Smack.rst | 361 From the middle of the 1980's until the turn of the century Mandatory Access
|
/linux/drivers/memstick/core/ |
H A D | mspro_block.c | 392 (x_spfile->date >> 9) + 1980, in mspro_block_attr_show_specfile()
|
/linux/drivers/scsi/megaraid/ |
H A D | megaraid_sas.h | 2229 u8 reserved[1980];
|
/linux/drivers/media/common/v4l2-tpg/ |
H A D | v4l2-tpg-colors.c | 246 1976, 1978, 1979, 1980, 1982, 1983, 1984, 1986, 1987, 1989, 1990, 1991, 1993, 1994, 1995, 1997, 391 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985,
|
/linux/drivers/media/dvb-frontends/ |
H A D | mb86a16.c | 493 else if (f < 1980) in rf_val_set()
|
/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_txrx.c | 622 } else if (avg_wire_size <= 1980) { in iavf_update_itr()
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_txrx.c | 1309 } else if (avg_wire_size <= 1980) { in i40e_update_itr()
|