Home
last modified time | relevance | path

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

12345

/linux-6.12.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-6.12.1/arch/m68k/mac/
Dmisc.c555 { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365 }, in unmktime()
586 while (days < 0 || days >= (__isleap (y) ? 366 : 365)) in unmktime()
588 /* Guess a corrected year, assuming 365 days per year. */ in unmktime()
589 long int yg = y + days / 365 - (days % 365 < 0); in unmktime()
592 days -= (yg - y) * 365 + in unmktime()
/linux-6.12.1/include/dt-bindings/clock/
Dexynos5410.h59 #define CLK_USBH20 365
Dexynos5250.h169 #define CLK_CAMIF_TOP 365
Drk3228-cru.h116 #define PCLK_HDMI_PHY 365
Dexynos5420.h125 #define CLK_USBH20 365
Drk3568-cru.h429 #define CLK_TIMER0 365
814 #define SRST_OTPC_NS_SBPI 365
/linux-6.12.1/fs/smb/server/
Dmisc.h33 #define NTFS_TIME_OFFSET ((u64)(369 * 365 + 89) * 24 * 3600 * 10000000)
/linux-6.12.1/drivers/thermal/
Dsun8i_thermal.c455 * = 365 in sun8i_h3_thermal_init()
459 SUN50I_H6_THS_PC_TEMP_PERIOD(365) | val); in sun8i_h3_thermal_init()
511 * = 365 in sun50i_h6_thermal_init()
514 SUN50I_H6_THS_PC_TEMP_PERIOD(365)); in sun50i_h6_thermal_init()
/linux-6.12.1/Documentation/devicetree/bindings/i2c/
Dhisilicon,ascend910-i2c.yaml45 default: 365
/linux-6.12.1/arch/sh/boards/mach-dreamcast/
Drtc.c19 #define TWENTY_YEARS ((20 * 365LU + 5) * 86400)
/linux-6.12.1/fs/affs/
Damigaffs.h36 #define AFFS_EPOCH_DELTA ((8 * 365 + 2) * 86400LL)
/linux-6.12.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-6.12.1/fs/fat/
Dmisc.c185 #define DAYS_DELTA (365 * 10 + 2)
224 second += (time64_t)(year * 365 + leap_day in fat_time_fat2unix()
/linux-6.12.1/include/uapi/linux/
Dvbox_err.h147 #define VERR_DEADLOCK (-365)
/linux-6.12.1/Documentation/devicetree/bindings/scsi/
Dhisilicon-sas.txt94 <363 1>,<364 1>,<365 1>,/* cq27-29 */
/linux-6.12.1/kernel/time/
Dtimeconv.c92 * February 29th 365-th day of the year (if it exists). in time64_to_tm()
/linux-6.12.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-6.12.1/arch/arm64/boot/dts/ti/
Dk3-j721s2-main.dtsi1357 power-domains = <&k3_pds 365 TI_SCI_PD_EXCLUSIVE>;
1358 clocks = <&k3_clks 365 0>, <&k3_clks 365 3>, <&serdes_refclk>;
1365 assigned-clocks = <&k3_clks 365 3>;
1366 assigned-clock-parents = <&k3_clks 365 7>;
1380 assigned-clock-parents = <&k3_clks 365 3>,
1381 <&k3_clks 365 3>,
1382 <&k3_clks 365 3>;
/linux-6.12.1/include/dt-bindings/arm/
Dqcom,ids.h196 #define QCOM_ID_SM7150 365
/linux-6.12.1/fs/bcachefs/
Dtime_stats.c22 …{ "y", (u64) NSEC_PER_SEC * ((3600 * 24 * 7 * 365) + (3600 * (24 / 4) * 7))}, /* 365.25d …
/linux-6.12.1/Documentation/devicetree/bindings/net/
Dmicrochip,sparx5-switch.yaml170 microchip,sd-sgpio = <365>;

12345