Home
last modified time | relevance | path

Searched full:calendar (Results 1 – 25 of 45) sorted by relevance

12

/linux/include/uapi/linux/
H A Dum_timetravel.h15 * and the calendar (the application on the other side of the socket) in
19 * calendar, and then wait for its turn until it can run, etc. Note
94 * (host -> calendar)
101 * interrupts); the time field is ignored. The calendar must process
104 * (host -> calendar)
109 * @UM_TIMETRAVEL_GET: return the current time from the calendar in the
111 * (host -> calendar)
116 * @UM_TIMETRAVEL_UPDATE: time update to the calendar, must be sent e.g.
117 * before kicking an interrupt to another calendar
118 * (host -> calendar)
[all …]
/linux/kernel/time/
H A Dtimeconv.c24 * Converts the calendar time to broken-down time representation
40 * time64_to_tm - converts the calendar time to local broken-down time
80 * (fictitious) calendar where the year starts in March, month = 2 in time64_to_tm()
81 * (*), and finishes in February, month = 13. This calendar is in time64_to_tm()
94 * After having worked out the date in the computational calendar in time64_to_tm()
96 * corresponding date in the Gregorian calendar. in time64_to_tm()
98 * [1] "Euclidean Affine Functions and Applications to Calendar in time64_to_tm()
125 * computational (not Gregorian) calendar. in time64_to_tm()
129 /* Convert to the Gregorian calendar and adjust to Unix time. */ in time64_to_tm()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_calendar.c13 /* QSYS calendar information */
14 #define SPX5_PORTS_PER_CALREG 10 /* Ports mapped in a calendar register */
15 #define SPX5_CALBITS_PER_PORT 3 /* Bit per port in calendar register */
17 /* DSM calendar information */
153 /* Auto configure the QSYS calendar based on port configuration */
171 /* Setup the calendar with the bandwidth to each port */ in sparx5_config_auto_calendar()
205 /* Halt the calendar while changing it */ in sparx5_config_auto_calendar()
211 /* Assign port bandwidth to auto calendar */ in sparx5_config_auto_calendar()
234 /* Verify successful calendar config */ in sparx5_config_auto_calendar()
237 dev_err(sparx5->dev, "QSYS calendar error\n"); in sparx5_config_auto_calendar()
[all …]
/linux/drivers/rtc/
H A Dlib.c76 * Gregorian calendar) in rtc_time64_to_tm()
83 * (fictitious) calendar where the year starts in March, month = 2 in rtc_time64_to_tm()
84 * (*), and finishes in February, month = 13. This calendar is in rtc_time64_to_tm()
97 * After having worked out the date in the computational calendar in rtc_time64_to_tm()
99 * corresponding date in the Gregorian calendar. in rtc_time64_to_tm()
102 * application to calendar algorithms. Softw Pract Exper. in rtc_time64_to_tm()
129 * computational (not Gregorian) calendar. in rtc_time64_to_tm()
133 /* Converts to the Gregorian calendar. */ in rtc_time64_to_tm()
H A Drtc-at91rm9200.c35 #define AT91_RTC_UPDCAL BIT(1) /* Update Request Calendar Register */
49 #define AT91_RTC_CALR 0x0c /* Calendar Register */
61 #define AT91_RTC_CALALR 0x14 /* Calendar Alarm Register */
70 #define AT91_RTC_CALEV BIT(4) /* Calendar Event */
79 #define AT91_RTC_NVCAL BIT(1) /* Non valid Calendar */
81 #define AT91_RTC_NVCALALR BIT(3) /* Non valid Calendar Alarm */
177 * The Calendar Alarm register does not have a field for in at91_rtc_decodetime()
213 /* Stop Time/Calendar from counting */ in at91_rtc_settime()
234 /* Restart Time/Calendar */ in at91_rtc_settime()
H A Drtc-rx8010.c143 /* set STOP bit before changing clock/calendar */ in rx8010_set_time()
160 /* clear STOP bit after changing clock/calendar */ in rx8010_set_time()
H A Drtc-stm32.c446 * Wait for RSF to be set to ensure the calendar registers are in stm32_rtc_wait_sync()
980 /* Find prediv_a and prediv_s to obtain the 1Hz calendar clock */ in stm32_rtc_init()
1130 * the calendar has been initialized or not. INITS flag is reset by a in stm32_rtc_probe()
1186 * If INITS flag is reset (calendar year field set to 0x00), calendar in stm32_rtc_probe()
H A Drtc-rx6110.c184 /* set STOP bit before changing clock/calendar */ in rx6110_set_time()
201 /* clear STOP bit after changing clock/calendar */ in rx6110_set_time()
H A Drtc-rk808.c60 * The Rockchip calendar used by the RK808 counts November with 31 days. We use
62 * calendar used by the rest of the world. We arbitrarily define Jan 1st, 2016
H A Drtc-ds1672.c23 * rtc_time -- month 0-11, hour 0-23, yr = calendar year-epoch
H A Drtc-hym8563.c102 "no valid clock/calendar values available\n"); in hym8563_rtc_read_time()
547 /* check state of calendar information */ in hym8563_probe()
/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-spi.c116 /* Callback to perform calendar setup */ in cvmx_spi_start_interface()
126 /* Callback to perform calendar sync */ in cvmx_spi_start_interface()
162 /* NOTE: Calendar setup is not performed during restart */ in cvmx_spi_restart_interface()
171 /* Callback to perform calendar sync */ in cvmx_spi_restart_interface()
225 cvmx_dprintf("ERROR SPI%d: BIST failed on RX calendar table\n", in cvmx_spi_reset_cb()
228 cvmx_dprintf("ERROR SPI%d: BIST failed on TX calendar table\n", in cvmx_spi_reset_cb()
231 /* Clear the calendar table after BIST to fix parity errors */ in cvmx_spi_reset_cb()
298 * Callback to setup calendar and miscellaneous settings before clock detection
327 /* SRX0 Calendar Table. This round robbins through all ports */ in cvmx_spi_calendar_setup_cb()
390 /* STX0 Calendar Table. This round robbins through all ports */ in cvmx_spi_calendar_setup_cb()
[all …]
/linux/drivers/net/ethernet/microchip/sparx5/lan969x/
H A Dlan969x_calendar.c46 static int lan969x_dsm_cal_idx_get(u32 *calendar, u32 cal_len, u32 *cal_idx) in lan969x_dsm_cal_idx_get() argument
52 if (calendar[*cal_idx] == SPX5_DSM_CAL_EMPTY) in lan969x_dsm_cal_idx_get()
134 /* Search for a calendar length that fits all active devices. */ in lan969x_dsm_calendar_calc()
159 break; /* Found a suitable calendar length. */ in lan969x_dsm_calendar_calc()
/linux/Documentation/devicetree/bindings/rtc/
H A Dmicrochip,pic32-rtc.txt1 * Microchip PIC32 Real Time Clock and Calendar
4 provides a calendar in weekday, date, month, and year. It also provides a
H A Dtrivial-rtc.yaml23 # AB-RTCMC-32.768kHz-B5ZE-S3: Real Time Clock/Calendar Module with I2C Interface
25 # AB-RTCMC-32.768kHz-EOZ9: Real Time Clock/Calendar Module with I2C Interface
H A Dnxp,lpc1788-rtc.yaml10 The LPC1788 RTC provides calendar and clock functionality
H A Dmicrochip,mpfs-rtc.yaml41 strobe (typically 1 Hz) for the calendar counter. By default, the rtc
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-spi.h51 /** Called to setup calendar */
62 /** Called for calendar data synchronization */
186 * Callback to setup calendar and miscellaneous settings before clock
238 * Callback to perform calendar data synchronization
246 * @timeout: Timeout to wait for calendar data in seconds
/linux/Documentation/mm/damon/
H A Dmaintainer-profile.rst100 There is also a public Google `calendar
101 <https://calendar.google.com/calendar/u/0?cid=ZDIwOTA4YTMxNjc2MDQ3NTIyMmUzYTM5ZmQyM2U4NDA0ZGIwZjBiY…
/linux/drivers/staging/octeon/
H A Dethernet-spi.c25 pr_err("SPI%d: SRX Spi4 Calendar table parity error\n", index); in cvm_oct_spxx_int_pr()
73 pr_err("SPI%d: STX Calendar Table Parity Error Bank%d\n", in cvm_oct_stxx_int_pr()
76 pr_err("SPI%d: STX Calendar Table Parity Error Bank%d\n", in cvm_oct_stxx_int_pr()
/linux/Documentation/process/
H A Dsecurity-bugs.rst54 the reporter or an affected party for up to 7 calendar days from the start
55 of the release process, with an exceptional extension to 14 calendar days
/linux/Documentation/ABI/testing/
H A Drtc-cdev10 format is a Gregorian calendar date and 24 hour wall clock
/linux/arch/arm/mach-omap1/
H A Dboard-palmte.c56 KEY(0, 0, KEY_F1), /* Calendar */
/linux/Documentation/admin-guide/
H A Drtc.rst14 the Gregorian calendar and 24 hour time, as reported by gmtime(3).
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_mac.c277 /* Configure calendar slots. in fbnic_mac_init_rxb()
352 /* Configure calendar slots. in fbnic_mac_init_txb()

12