/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-x1205.c | 523 err = x1205_get_datetime(client, &alrm->time, X1205_ALM0_BASE); in x1205_rtc_read_alarm() 531 &alrm->time, X1205_ALM0_BASE, alrm->enabled); in x1205_rtc_set_alarm()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_hw.h | 320 int (*hw_set_sys_clock)(struct aq_hw_s *self, u64 time, u64 ts); 322 int (*hw_ts_to_sys_clock)(struct aq_hw_s *self, u64 ts, u64 *time);
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | nodelist.h | 153 at read_inode() time to calculate it, and to keep sufficient information 410 int namelen, struct jffs2_inode_info *dead_f, uint32_t time); 412 uint8_t type, const char *name, int namelen, uint32_t time);
|
/kernel/linux/linux-6.6/fs/orangefs/ |
H A D | orangefs-kernel.h | 488 unsigned long time = jiffies + orangefs_dcache_timeout_msecs*HZ/1000; in orangefs_set_timeout() local 490 dentry->d_fsdata = (void *) time; in orangefs_set_timeout()
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | exfat_fs.h | 226 /* permission for setting the [am]time */ 298 /* hint for entry index we try to lookup next time */ 323 /* File creation time */ 550 u8 tz, __le16 time, __le16 date, u8 time_cs); 553 u8 *tz, __le16 *time, __le16 *date, u8 *time_cs);
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | efi.c | 52 BUILD_BUG_ON(sizeof(*tm) != sizeof(efi_data(op).u.get_time.time)); in xen_efi_get_time() 53 memcpy(tm, &efi_data(op).u.get_time.time, sizeof(*tm)); in xen_efi_get_time()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | mm_types.h | 507 * containing page->_refcount every time we allocate a fragment. 668 u64 time; member 858 * numa_next_scan is the next time that PTEs will be remapped 915 * whether it has been used since the last time per-node 989 * used since the last time it cleared the bitmap. So it might be worth in lru_gen_use_mm() 1091 pcpu_cid->time = 0; in mm_init_cid() 1365 * time period _often_ under userspace control. This is in contrast to
|
H A D | tcp.h | 152 u64 snt_synack; /* first SYNACK sent time */ 234 struct list_head tsorted_sent_queue; /* time-sorted sent but un-SACKed skbs */ 246 u64 mstamp; /* (Re)sent time of the skb */ 261 u32 chrono_start; /* Start time in jiffies of a TCP chrono */ 282 u32 tlp_high_seq; /* snd_nxt at the time of TLP */ 285 u64 tcp_wstamp_ns; /* departure time for next sent data packet */ 290 u32 srtt_us; /* smoothed round trip time << 3 in usecs */ 332 u64 delivered_mstamp; /* time we reached "delivered" */ 334 u32 rate_interval_us; /* saved rate sample: time elapsed */ 382 unsigned int keepalive_time; /* time befor 413 u64 time; global() member 420 u64 time; global() member [all...] |
/kernel/linux/linux-6.6/drivers/scsi/mvsas/ |
H A D | mv_sas.h | 155 void (*tune_interrupt)(struct mvs_info *mvi, u32 time); 434 int mvs_scan_finished(struct Scsi_Host *shost, unsigned long time);
|
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-88pm860x.c | 147 rtc_time64_to_tm(ticks, &alrm->time); in pm860x_rtc_read_alarm() 169 ticks = rtc_tm_to_time64(&alrm->time); in pm860x_rtc_set_alarm() 299 /* set addresses of 32-bit base value for RTC time */ in pm860x_rtc_probe()
|
H A D | rtc-brcmstb-waketimer.c | 219 rtc_time64_to_tm(timer->rtc_alarm, &alarm->time); in brcmstb_waketmr_getalarm() 259 timer->rtc_alarm = rtc_tm_to_time64(&alarm->time); in brcmstb_waketmr_setalarm() 297 * process boot-time "wakeups" (e.g., from S5 soft-off) in brcmstb_waketmr_probe()
|
H A D | rtc-da9063.c | 3 * Real time clock device driver for DA9063 232 dev_err(dev, "Failed to read RTC time data: %d\n", ret); in da9063_rtc_read_time() 267 dev_err(dev, "Failed to set RTC time data: %d\n", ret); in da9063_rtc_set_time() 288 da9063_data_to_tm(data, &alrm->time, rtc); in da9063_rtc_read_alarm() 313 da9063_tm_to_data(&alrm->time, data, rtc); in da9063_rtc_set_alarm() 522 MODULE_DESCRIPTION("Real time clock device driver for Dialog DA9063");
|
H A D | rtc-fm3130.c | 106 /* read the RTC date and time registers all at once */ in fm3130_get_time() 167 /* Writing time registers, we don't support multibyte transfers */ in fm3130_set_time() 186 struct rtc_time *tm = &alrm->time; in fm3130_read_alarm() 242 struct rtc_time *tm = &alrm->time; in fm3130_set_alarm() 272 /* Writing time registers, we don't support multibyte transfers */ in fm3130_set_alarm() 364 /* Messages to read time */ in fm3130_probe()
|
H A D | rtc-hym8563.c | 182 struct rtc_time *alm_tm = &alm->time; in hym8563_rtc_read_alarm() 219 struct rtc_time *alm_tm = &alm->time; in hym8563_rtc_set_alarm()
|
H A D | rtc-m48t59.c | 99 dev_dbg(dev, "RTC read time %ptR\n", tm); in m48t59_rtc_read_time() 116 dev_dbg(dev, "RTC set time %04d-%02d-%02d %02d/%02d/%02d\n", in m48t59_rtc_set_time() 147 * Read alarm time and date in RTC 153 struct rtc_time *tm = &alrm->time; in m48t59_rtc_readalarm() 186 dev_dbg(dev, "RTC read alarm time %ptR\n", tm); in m48t59_rtc_readalarm() 191 * Set alarm time and date in RTC 197 struct rtc_time *tm = &alrm->time; in m48t59_rtc_setalarm() 244 dev_dbg(dev, "RTC set alarm time %04d-%02d-%02d %02d/%02d/%02d\n", in m48t59_rtc_setalarm()
|
H A D | rtc-max8997.c | 143 dev_err(info->dev, "%s: fail to read time reg(%d)\n", __func__, in max8997_rtc_read_time() 167 dev_err(info->dev, "%s: fail to write time reg(%d)\n", __func__, in max8997_rtc_set_time() 195 max8997_rtc_data_to_tm(data, &alrm->time, info->rtc_24hr_mode); in max8997_rtc_read_alarm() 298 ret = max8997_rtc_tm_to_data(&alrm->time, data); in max8997_rtc_set_alarm()
|
H A D | rtc-mt7622.c | 49 * Ranges from 0x40 to 0x78 provide RTC time setup for year, month, 84 /* Types of the function the RTC provides are time counter and alarm. */ 236 /* Stop time counter before setting a new one*/ in mtk_rtc_settime() 241 /* Restart the time counter */ in mtk_rtc_settime() 250 struct rtc_time *alrm_tm = &wkalrm->time; in mtk_rtc_getalarm() 263 struct rtc_time *alrm_tm = &wkalrm->time; in mtk_rtc_setalarm()
|
H A D | rtc-mt2712.c | 108 "%s time out!\n", __func__); in mt2712_rtc_write_trigger() 196 struct rtc_time *tm = &alm->time; in mt2712_rtc_read_alarm() 234 struct rtc_time *tm = &alm->time; in mt2712_rtc_set_alarm() 236 dev_dbg(&mt2712_rtc->rtc->dev, "set al time: %ptR, alm en: %d\n", in mt2712_rtc_set_alarm()
|
H A D | rtc-pic32.c | 165 dev_dbg(dev, "read time %ptR\n", rtc_tm); in pic32_rtc_gettime() 176 dev_dbg(dev, "set time %ptR\n", tm); in pic32_rtc_settime() 193 struct rtc_time *alm_tm = &alrm->time; in pic32_rtc_getalarm() 225 struct rtc_time *tm = &alrm->time; in pic32_rtc_setalarm()
|
H A D | rtc-r7301.c | 262 rtc7301_get_time(priv, &alarm->time, true); in rtc7301_read_alarm() 285 rtc7301_write_time(priv, &alarm->time, true); in rtc7301_set_alarm()
|
H A D | rtc-ti-k3.c | 208 * time from the perspective of Linux driver (module load, u-boot in k3rtc_configure() 222 /* May need to explicitly unlock first time */ in k3rtc_configure() 234 * Wait at least clock sync time before proceeding further programming. in k3rtc_configure() 287 * the time, we cannot use field operations. Just write since the in ti_k3_rtc_set_time() 324 rtc_time64_to_tm((((time64_t)seconds_hi) << 32) | (time64_t)seconds_lo, &alarm->time); in ti_k3_rtc_read_alarm() 337 seconds = rtc_tm_to_time64(&alarm->time); in ti_k3_rtc_set_alarm() 342 /* Make sure the alarm time is synced in */ in ti_k3_rtc_set_alarm() 416 * To prevent this condition, we need to wait for clock sync time. in ti_k3_rtc_interrupt()
|
H A D | rtc-x1205.c | 523 err = x1205_get_datetime(client, &alrm->time, X1205_ALM0_BASE); in x1205_rtc_read_alarm() 531 &alrm->time, X1205_ALM0_BASE, alrm->enabled); in x1205_rtc_set_alarm()
|
/kernel/linux/linux-6.6/drivers/ptp/ |
H A D | ptp_clock.c | 35 /* time stamp event queue operations */ 119 ts.tv_sec = tx->time.tv_sec; in ptp_clock_adjtime() 120 ts.tv_nsec = tx->time.tv_usec; in ptp_clock_adjtime() 243 /* Free running cycle counter not supported, use time. */ in ptp_clock_register()
|
/kernel/linux/linux-6.6/drivers/usb/usbip/ |
H A D | vudc_transfer.c | 472 void v_kick_timer(struct vudc *udc, unsigned long time) in v_kick_timer() argument 485 mod_timer(&t->timer, time); in v_kick_timer()
|
/kernel/linux/linux-6.6/drivers/char/ |
H A D | apm-emulation.c | 36 * One option can be changed at boot time as follows: 431 * 7) Remaining battery life (time units): 445 info.time = -1; in proc_apm_show() 461 info.time, units); in proc_apm_show() 564 * We could time out and the userspace does the ACK in apm_suspend_notifier() 565 * right after we time out but before we enter the in apm_suspend_notifier()
|