Home
last modified time | relevance | path

Searched full:365 (Results 1 – 25 of 101) sorted by relevance

12345

/Linux-v6.1/drivers/rtc/
Dlib.c22 { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365 },
37 * The number of days since January 1. (0 to 365)
83 * February 29th 365-th day of the year (if it exists). in rtc_time64_to_tm()
Drtc-efi.c24 * returns day of the year [0-365]
39 int ndays = eft->year * (365 % 7) in compute_wday()
95 /* day in the year [1-365]*/ in convert_from_efi_time()
Drtc-rtd119x.c51 return 365 + (is_leap_year(year) ? 1 : 0); in rtd119x_rtc_days_in_year()
/Linux-v6.1/arch/m68k/mac/
Dmisc.c553 { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365 }, in unmktime()
584 while (days < 0 || days >= (__isleap (y) ? 366 : 365)) in unmktime()
586 /* Guess a corrected year, assuming 365 days per year. */ in unmktime()
587 long int yg = y + days / 365 - (days % 365 < 0); in unmktime()
590 days -= (yg - y) * 365 + in unmktime()
/Linux-v6.1/drivers/thermal/
Dsun8i_thermal.c399 * = 365 in sun8i_h3_thermal_init()
403 SUN50I_H6_THS_PC_TEMP_PERIOD(365) | val); in sun8i_h3_thermal_init()
449 * = 365 in sun50i_h6_thermal_init()
452 SUN50I_H6_THS_PC_TEMP_PERIOD(365)); in sun50i_h6_thermal_init()
/Linux-v6.1/include/dt-bindings/clock/
Dexynos5410.h59 #define CLK_USBH20 365
Dexynos5250.h169 #define CLK_CAMIF_TOP 365
Dexynos5420.h125 #define CLK_USBH20 365
Drk3228-cru.h116 #define PCLK_HDMI_PHY 365
Drk3568-cru.h428 #define CLK_TIMER0 365
813 #define SRST_OTPC_NS_SBPI 365
Drk3288-cru.h157 #define PCLK_PUBL0 365
Drk3368-cru.h147 #define PCLK_DDRPHY 365
/Linux-v6.1/fs/ksmbd/
Dmisc.h33 #define NTFS_TIME_OFFSET ((u64)(369 * 365 + 89) * 24 * 3600 * 10000000)
/Linux-v6.1/fs/ntfs/
Dtime.h16 #define NTFS_TIME_OFFSET ((s64)(369 * 365 + 89) * 24 * 3600 * 10000000)
/Linux-v6.1/arch/sh/boards/mach-dreamcast/
Drtc.c19 #define TWENTY_YEARS ((20 * 365LU + 5) * 86400)
/Linux-v6.1/fs/affs/
Damigaffs.h36 #define AFFS_EPOCH_DELTA ((8 * 365 + 2) * 86400LL)
/Linux-v6.1/include/linux/
Dtime.h54 /* the number of days since January 1, in the range 0 to 365 */
Dtime64.h43 #define TIME_UPTIME_SEC_MAX (30LL * 365 * 24 *3600)
/Linux-v6.1/fs/fat/
Dmisc.c185 #define DAYS_DELTA (365 * 10 + 2)
224 second += (time64_t)(year * 365 + leap_day in fat_time_fat2unix()
/Linux-v6.1/arch/arm/mach-davinci/
DKconfig48 bool "DaVinci 365 based system"
/Linux-v6.1/include/uapi/linux/
Dvbox_err.h147 #define VERR_DEADLOCK (-365)
/Linux-v6.1/drivers/ata/
Dpata_jmicron.c68 /* The 365/366 may have this bit set to map the second PATA port in jmicron_pre_reset()
/Linux-v6.1/Documentation/devicetree/bindings/scsi/
Dhisilicon-sas.txt94 <363 1>,<364 1>,<365 1>,/* cq27-29 */
/Linux-v6.1/kernel/time/
Dtimeconv.c92 * February 29th 365-th day of the year (if it exists). in time64_to_tm()
/Linux-v6.1/Documentation/devicetree/bindings/net/
Dmicrochip,sparx5-switch.yaml170 microchip,sd-sgpio = <365>;

12345