Searched full:365 (Results 1 – 25 of 124) sorted by relevance
12345
/linux-6.12.1/drivers/rtc/ |
D | lib.c | 22 { 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()
|
D | rtc-efi.c | 24 * 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()
|
D | rtc-rtd119x.c | 51 return 365 + (is_leap_year(year) ? 1 : 0); in rtd119x_rtc_days_in_year()
|
/linux-6.12.1/arch/m68k/mac/ |
D | misc.c | 555 { 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/ |
D | exynos5410.h | 59 #define CLK_USBH20 365
|
D | exynos5250.h | 169 #define CLK_CAMIF_TOP 365
|
D | rk3228-cru.h | 116 #define PCLK_HDMI_PHY 365
|
D | exynos5420.h | 125 #define CLK_USBH20 365
|
D | rk3568-cru.h | 429 #define CLK_TIMER0 365 814 #define SRST_OTPC_NS_SBPI 365
|
/linux-6.12.1/fs/smb/server/ |
D | misc.h | 33 #define NTFS_TIME_OFFSET ((u64)(369 * 365 + 89) * 24 * 3600 * 10000000)
|
/linux-6.12.1/drivers/thermal/ |
D | sun8i_thermal.c | 455 * = 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/ |
D | hisilicon,ascend910-i2c.yaml | 45 default: 365
|
/linux-6.12.1/arch/sh/boards/mach-dreamcast/ |
D | rtc.c | 19 #define TWENTY_YEARS ((20 * 365LU + 5) * 86400)
|
/linux-6.12.1/fs/affs/ |
D | amigaffs.h | 36 #define AFFS_EPOCH_DELTA ((8 * 365 + 2) * 86400LL)
|
/linux-6.12.1/include/linux/ |
D | time.h | 54 /* the number of days since January 1, in the range 0 to 365 */
|
D | time64.h | 43 #define TIME_UPTIME_SEC_MAX (30LL * 365 * 24 *3600)
|
/linux-6.12.1/fs/fat/ |
D | misc.c | 185 #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/ |
D | vbox_err.h | 147 #define VERR_DEADLOCK (-365)
|
/linux-6.12.1/Documentation/devicetree/bindings/scsi/ |
D | hisilicon-sas.txt | 94 <363 1>,<364 1>,<365 1>,/* cq27-29 */
|
/linux-6.12.1/kernel/time/ |
D | timeconv.c | 92 * February 29th 365-th day of the year (if it exists). in time64_to_tm()
|
/linux-6.12.1/drivers/ata/ |
D | pata_jmicron.c | 68 /* 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/ |
D | k3-j721s2-main.dtsi | 1357 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/ |
D | qcom,ids.h | 196 #define QCOM_ID_SM7150 365
|
/linux-6.12.1/fs/bcachefs/ |
D | time_stats.c | 22 …{ "y", (u64) NSEC_PER_SEC * ((3600 * 24 * 7 * 365) + (3600 * (24 / 4) * 7))}, /* 365.25d …
|
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | microchip,sparx5-switch.yaml | 170 microchip,sd-sgpio = <365>;
|
12345