/linux-4.1.27/arch/s390/include/asm/ |
D | timex.h | 18 static inline int set_tod_clock(__u64 time) in set_tod_clock() 30 static inline int store_tod_clock(__u64 *time) in store_tod_clock() 42 static inline void set_clock_comparator(__u64 time) in set_clock_comparator() 47 static inline void store_clock_comparator(__u64 *time) in store_clock_comparator()
|
/linux-4.1.27/drivers/rtc/ |
D | rtc-pl031.c | 129 unsigned long time; in pl031_stv2_tm_to_time() local 181 unsigned long time; in pl031_stv2_set_time() local 212 unsigned long time; in pl031_stv2_set_alarm() local 261 unsigned long time; in pl031_set_time() local 288 unsigned long time; in pl031_set_alarm() local 323 unsigned long time, data; in pl031_probe() local
|
D | rtc-dm355evm.c | 39 union evm_time time; in dm355evm_rtc_read_time() local 87 union evm_time time; in dm355evm_rtc_set_time() local
|
D | rtc-armada38x.c | 67 unsigned long time, time_check; in armada38x_rtc_read_time() local 91 unsigned long time, flags; in armada38x_rtc_set_time() local 116 unsigned long time, flags; in armada38x_rtc_read_alarm() local 135 unsigned long time, flags; in armada38x_rtc_set_alarm() local
|
D | rtc-vr41xx.c | 139 static int vr41xx_rtc_read_time(struct device *dev, struct rtc_time *time) in vr41xx_rtc_read_time() 151 static int vr41xx_rtc_set_time(struct device *dev, struct rtc_time *time) in vr41xx_rtc_set_time() 167 struct rtc_time *time = &wkalrm->time; in vr41xx_rtc_read_alarm() local 186 struct rtc_time *time = &wkalrm->time; in vr41xx_rtc_set_alarm() local
|
D | rtc-wm831x.c | 156 u32 time = (time1[0] << 16) | time1[1]; in wm831x_rtc_readtime() local 172 static int wm831x_rtc_set_mmss(struct device *dev, unsigned long time) in wm831x_rtc_set_mmss() 241 u32 time; in wm831x_rtc_readalarm() local 289 unsigned long time; in wm831x_rtc_setalarm() local
|
D | rtc-wm8350.c | 100 u16 time[4]; in wm8350_rtc_settime() local 150 u16 time[4]; in wm8350_rtc_readalarm() local 254 u16 time[3]; in wm8350_rtc_setalarm() local
|
D | rtc-pl030.c | 49 unsigned long time; in pl030_set_alarm() local 83 unsigned long time; in pl030_set_time() local
|
D | rtc-spear.c | 209 unsigned int time, date; in spear_rtc_read_time() local 238 unsigned int time, date; in spear_rtc_set_time() local 265 unsigned int time, date; in spear_rtc_read_alarm() local 295 unsigned int time, date; in spear_rtc_set_alarm() local
|
D | rtc-snvs.c | 124 unsigned long time = rtc_read_lp_counter(data->ioaddr); in snvs_rtc_read_time() local 134 unsigned long time; in snvs_rtc_set_time() local 191 unsigned long time; in snvs_rtc_set_alarm() local
|
D | rtc-ab3100.c | 78 time64_t time; in ab3100_rtc_read_time() local 114 time64_t time; in ab3100_rtc_read_alarm() local
|
D | rtc-ds1374.c | 85 static int ds1374_read_rtc(struct i2c_client *client, u32 *time, in ds1374_read_rtc() 110 static int ds1374_write_rtc(struct i2c_client *client, u32 time, in ds1374_write_rtc() 161 static int ds1374_read_time(struct device *dev, struct rtc_time *time) in ds1374_read_time() 174 static int ds1374_set_time(struct device *dev, struct rtc_time *time) in ds1374_set_time()
|
D | rtc-sa1100.c | 166 unsigned long time; in sa1100_rtc_set_time() local 188 unsigned long time; in sa1100_rtc_set_alarm() local
|
D | rtc-ds2404.c | 204 unsigned long time = 0; in ds2404_read_time() local 215 u32 time = cpu_to_le32(secs); in ds2404_set_mmss() local
|
D | rtc-mxc.c | 138 static void set_alarm_or_time(struct device *dev, int time_alarm, time64_t time) in set_alarm_or_time() 177 time64_t time; in rtc_update_alarm() local 289 static int mxc_rtc_set_mmss(struct device *dev, time64_t time) in mxc_rtc_set_mmss()
|
D | rtc-sun4v.c | 19 unsigned long ret, time; in hypervisor_get_time() local
|
D | rtc-lib.c | 53 void rtc_time64_to_tm(time64_t time, struct rtc_time *tm) in rtc_time64_to_tm()
|
D | rtc-mrst.c | 89 static int mrst_read_time(struct device *dev, struct rtc_time *time) in mrst_read_time() 111 static int mrst_set_time(struct device *dev, struct rtc_time *time) in mrst_set_time()
|
D | rtc-ds3232.c | 103 static int ds3232_read_time(struct device *dev, struct rtc_time *time) in ds3232_read_time() 160 static int ds3232_set_time(struct device *dev, struct rtc_time *time) in ds3232_set_time()
|
D | rtc-sun6i.c | 161 u32 date, time; in sun6i_rtc_gettime() local 270 u32 time = 0; in sun6i_rtc_settime() local
|
D | rtc-ds1672.c | 35 unsigned long time; in ds1672_get_datetime() local
|
D | rtc-ds1305.c | 174 static int ds1305_get_time(struct device *dev, struct rtc_time *time) in ds1305_get_time() 212 static int ds1305_set_time(struct device *dev, struct rtc_time *time) in ds1305_set_time()
|
D | rtc-ep93xx.c | 64 unsigned long time; in ep93xx_rtc_read_time() local
|
D | rtc-sunxi.c | 236 u32 date, time; in sunxi_rtc_gettime() local 347 u32 time = 0; in sunxi_rtc_settime() local
|
D | rtc-coh901331.c | 118 unsigned long time; in coh901331_set_alarm() local
|
D | rtc-sysfs.c | 74 unsigned long time; in since_epoch_show() local
|
D | rtc-at91rm9200.c | 117 unsigned int time, date; in at91_rtc_decodetime() local
|
D | rtc-pcf50633.c | 56 u_int8_t time[PCF50633_TI_EXTENT]; member
|
D | rtc-vt8500.c | 112 u32 date, time; in vt8500_rtc_read_time() local
|
D | rtc-jz4740.c | 104 static int jz4740_rtc_read_time(struct device *dev, struct rtc_time *time) in jz4740_rtc_read_time()
|
D | rtc-lpc32xx.c | 65 static int lpc32xx_rtc_read_time(struct device *dev, struct rtc_time *time) in lpc32xx_rtc_read_time()
|
D | rtc-s5m.c | 46 unsigned int time; member
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | rtc.h | 45 static inline unsigned int get_rtc_time(struct rtc_time *time) in get_rtc_time() 53 static inline int set_rtc_time(struct rtc_time *time) in set_rtc_time()
|
D | mpic_timer.h | 39 const struct timeval *time) { return NULL; } in mpic_request_timer() 42 void mpic_get_remain_time(struct mpic_timer *handle, struct timeval *time) { } in mpic_get_remain_time()
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | rtc.h | 31 static inline unsigned int get_rtc_time(struct rtc_time *time) in get_rtc_time() 44 static inline int set_rtc_time(struct rtc_time *time) in set_rtc_time()
|
/linux-4.1.27/net/netfilter/ |
D | xt_time.c | 77 static inline unsigned int localtime_1(struct xtm *r, time_t time) in localtime_1() 90 static inline void localtime_2(struct xtm *r, time_t time) in localtime_2() 105 static void localtime_3(struct xtm *r, time_t time) in localtime_3()
|
D | xt_recent.c | 159 static void recent_entry_reap(struct recent_table *t, unsigned long time) in recent_entry_reap() 296 unsigned long time = jiffies - info->seconds * HZ; in recent_mt() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | pinger.c | 115 int time = soon ? PING_INTERVAL_SHORT : PING_INTERVAL; in ptlrpc_update_next_ping() local 144 long pinger_check_timeout(unsigned long time) in pinger_check_timeout() 425 struct timeout_item *ptlrpc_new_timeout(int time, enum timeout_event event, in ptlrpc_new_timeout() 449 ptlrpc_pinger_register_timeout(int time, enum timeout_event event, in ptlrpc_pinger_register_timeout() 477 int ptlrpc_add_timeout_client(int time, enum timeout_event event, in ptlrpc_add_timeout_client()
|
/linux-4.1.27/sound/core/seq/oss/ |
D | seq_oss_writeq.c | 97 abstime_t time; in snd_seq_oss_writeq_sync() local 134 snd_seq_oss_writeq_wakeup(struct seq_oss_writeq *q, abstime_t time) in snd_seq_oss_writeq_wakeup()
|
D | seq_oss_event.h | 52 unsigned int time; member
|
/linux-4.1.27/drivers/net/fddi/skfp/ |
D | hwt.c | 63 void hwt_start(struct s_smc *smc, u_long time) in hwt_start() 202 u_long time ; in hwt_quick_read() local
|
D | smttimer.c | 62 void smt_timer_start(struct s_smc *smc, struct smt_timer *timer, u_long time, in smt_timer_start()
|
D | smt.c | 213 u_long time; in smt_emulate_token_ct() local 239 u_long time ; in smt_event() local 1231 u_long time ; in smt_set_timestamp() local
|
D | fplustm.c | 898 u_long time=0 ; in init_mac() local
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | mpic_timer.c | 93 const u64 ticks, struct timeval *time) in convert_ticks_to_time() 111 const struct timeval *time, u64 *ticks) in convert_time_to_ticks() 226 static struct mpic_timer *get_timer(const struct timeval *time) in get_timer() 322 void mpic_get_remain_time(struct mpic_timer *handle, struct timeval *time) in mpic_get_remain_time() 394 const struct timeval *time) in mpic_request_timer()
|
/linux-4.1.27/include/asm-generic/ |
D | rtc.h | 45 static inline unsigned int __get_rtc_time(struct rtc_time *time) in __get_rtc_time() 116 static inline int __set_rtc_time(struct rtc_time *time) in __set_rtc_time()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_benchmark.c | 76 unsigned int time, in radeon_benchmark_log_results() 94 int time; in radeon_benchmark_move() local
|
/linux-4.1.27/sound/oss/ |
D | sys_timer.c | 126 long time; in def_tmr_event() local 256 def_tmr_arm(int dev, long time) in def_tmr_arm()
|
D | sound_timer.c | 125 long time; in timer_event() local 256 static void timer_arm(int dev, long time) in timer_arm()
|
D | sequencer.c | 654 long time; in seq_timing_event() local 766 long time; in play_event() local
|
D | mpu401.c | 1409 long time; in mpu_timer_event() local 1595 static void mpu_timer_arm(int dev, long time) in mpu_timer_arm()
|
/linux-4.1.27/fs/ntfs/ |
D | time.h | 85 static inline struct timespec ntfs2utc(const sle64 time) in ntfs2utc()
|
D | usnjrnl.h | 184 /*0x20*/sle64 time; /* Time when this record was created. */ member
|
/linux-4.1.27/arch/m68k/mac/ |
D | misc.c | 40 long time; in cuda_read_time() local 95 long time; in pmu_read_time() local 348 static void via_write_time(long time) in via_write_time() 627 static void unmktime(unsigned long time, long offset, in unmktime()
|
/linux-4.1.27/include/linux/ |
D | hrtimer.h | 200 static inline void hrtimer_set_expires(struct hrtimer *timer, ktime_t time) in hrtimer_set_expires() 206 static inline void hrtimer_set_expires_range(struct hrtimer *timer, ktime_t time, ktime_t delta) in hrtimer_set_expires_range() 212 static inline void hrtimer_set_expires_range_ns(struct hrtimer *timer, ktime_t time, unsigned long … in hrtimer_set_expires_range_ns() 224 static inline void hrtimer_add_expires(struct hrtimer *timer, ktime_t time) in hrtimer_add_expires()
|
D | latencytop.h | 23 unsigned long time; member
|
D | lguest.h | 38 struct timespec time; member
|
D | apm-emulation.h | 44 int time; member
|
D | rtc.h | 30 static inline void rtc_time_to_tm(unsigned long time, struct rtc_time *tm) in rtc_time_to_tm() 38 static inline int rtc_tm_to_time(struct rtc_time *tm, unsigned long *time) in rtc_tm_to_time()
|
D | lp.h | 49 unsigned int time; member
|
D | thread_info.h | 28 u64 time; member
|
D | gameport.h | 201 static inline int gameport_time(struct gameport *gameport, int time) in gameport_time()
|
D | cpuidle.h | 35 unsigned long long time; /* in US */ member
|
D | tcp.h | 298 u32 time; member 305 u32 time; member
|
/linux-4.1.27/drivers/base/power/ |
D | trace.c | 84 static struct rtc_time time = { in set_magic_time() local 112 struct rtc_time time; in read_magic_time() local
|
/linux-4.1.27/drivers/firmware/efi/ |
D | efi-pstore.c | 54 unsigned long time, size; in efi_pstore_read_func() local 269 struct timespec time; member 322 struct timespec time, struct pstore_info *psi) in efi_pstore_erase()
|
/linux-4.1.27/drivers/char/ipmi/ |
D | ipmi_kcs_sm.c | 233 long time) in check_ibf() 249 long time) in check_obf() 346 static enum si_sm_result kcs_event(struct si_sm_data *kcs, long time) in kcs_event()
|
D | ipmi_bt_sm.c | 470 static enum si_sm_result bt_event(struct si_sm_data *bt, long time) in bt_event()
|
D | ipmi_smic_sm.c | 336 static enum si_sm_result smic_event(struct si_sm_data *smic, long time) in smic_event()
|
/linux-4.1.27/fs/fat/ |
D | misc.c | 192 u16 time = le16_to_cpu(__time), date = le16_to_cpu(__date); in fat_time_fat2unix() local 228 __le16 *time, __le16 *date, u8 *time_cs) in fat_time_unix2fat()
|
D | namei_msdos.c | 231 __le16 time, date; in msdos_add_entry() local
|
/linux-4.1.27/drivers/cpufreq/ |
D | ppc_cbe_cpufreq_pervasive.c | 60 long time; in cbe_cpufreq_set_pmode() local
|
D | ppc_cbe_cpufreq_pmi.c | 54 long time; in cbe_cpufreq_set_pmode_pmi() local
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-rds-gen.c | 60 unsigned time; in vivid_rds_generate() local
|
/linux-4.1.27/arch/m68k/kernel/ |
D | time.c | 75 struct rtc_time time; in read_persistent_clock() local
|
/linux-4.1.27/drivers/iio/common/ssp_sensors/ |
D | ssp_iio.c | 82 __le32 time; in ssp_common_process_data() local
|
D | ssp_iio_sensor.h | 46 static inline void ssp_convert_to_freq(u32 time, int *integer_part, in ssp_convert_to_freq()
|
/linux-4.1.27/scripts/ |
D | analyze_suspend.py | 262 def setStart(self, time): argument 267 def setEnd(self, time): argument 270 def isTraceEventOutsideDeviceCalls(self, pid, time): argument 279 def addIntraDevTraceEvent(self, action, name, pid, time): argument 305 def capIntraDevTraceEvent(self, action, name, pid, time): argument 599 time = 0.0 variable in TraceEvent 621 time = 0.0 variable in FTraceLine
|
/linux-4.1.27/drivers/tty/hvc/ |
D | hvc_dcc.c | 53 unsigned long time = jiffies + (HZ / 10); in hvc_dcc_check() local
|
/linux-4.1.27/drivers/input/joystick/ |
D | joydump.c | 45 unsigned int time; member
|
/linux-4.1.27/scripts/tracing/ |
D | draw_functrace.py | 35 def __init__(self, func, time = None, parent = None): argument
|
/linux-4.1.27/arch/mn10300/unit-asb2305/ |
D | leds.c | 82 void peripheral_leds7x4_display_minssecs(unsigned int time, unsigned int points) in peripheral_leds7x4_display_minssecs()
|
/linux-4.1.27/fs/jffs2/ |
D | write.c | 548 uint32_t time) in jffs2_do_unlink() 668 … jffs2_inode_info *dir_f, uint32_t ino, uint8_t type, const char *name, int namelen, uint32_t time) in jffs2_do_link()
|
/linux-4.1.27/fs/pstore/ |
D | ram.c | 152 static int ramoops_read_kmsg_hdr(char *buffer, struct timespec *time, in ramoops_read_kmsg_hdr() 182 int *count, struct timespec *time, in ramoops_pstore_read() 317 struct timespec time, struct pstore_info *psi) in ramoops_pstore_erase()
|
D | platform.c | 479 struct timespec time; in pstore_get_records() local
|
D | inode.c | 302 struct timespec time, struct pstore_info *psi) in pstore_mkfile()
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | time.c | 44 static void __maybe_unused _dump_time(int time, const char *func, in _dump_time()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | ftrace.c | 24 static int push_return_trace(unsigned long ret, unsigned long long time, in push_return_trace()
|
/linux-4.1.27/lib/ |
D | interval_tree_test.c | 51 cycles_t time1, time2, time; in interval_tree_test_init() local
|
D | rbtree_test.c | 178 cycles_t time1, time2, time; in rbtree_test_init() local
|
/linux-4.1.27/tools/testing/selftests/timers/ |
D | set-2038.c | 59 int settime(long long time) in settime()
|
/linux-4.1.27/drivers/watchdog/ |
D | at32ap700x_wdt.c | 162 static int at32_wdt_settimeout(int time) in at32_wdt_settimeout() 220 int time; in at32_wdt_ioctl() local
|
D | sa1100_wdt.c | 98 int time; in sa1100dog_ioctl() local
|
D | wm8350_wdt.c | 31 unsigned int time; /* Seconds */ member
|
D | ixp4xx_wdt.c | 105 int time; in ixp4xx_wdt_ioctl() local
|
D | m54xx_wdt.c | 124 int time; in m54xx_wdt_ioctl() local
|
D | rn5t618_wdt.c | 45 unsigned int time; member
|
D | sbc_fitpc2_wdt.c | 124 int time; in fitpc2_wdt_ioctl() local
|
D | sb_wdog.c | 173 unsigned long time; in sbwdog_ioctl() local
|
D | da9052_wdt.c | 40 int time; /* Seconds */ member
|
D | wm831x_wdt.c | 42 unsigned int time; /* Seconds */ member
|
D | eurotechwdt.c | 248 int time; in eurwdt_ioctl() local
|
D | coh901327_wdt.c | 177 unsigned int time) in coh901327_settimeout()
|
D | i6300esb.c | 159 static int esb_timer_set_heartbeat(int time) in esb_timer_set_heartbeat()
|
/linux-4.1.27/drivers/staging/gs_fpgaboot/ |
D | gs_fpgaboot.h | 53 char time[MAX_STR]; member
|
/linux-4.1.27/fs/ncpfs/ |
D | dir.c | 1183 static int utc2local(int time) in utc2local() 1188 static int local2utc(int time) in local2utc() 1197 unsigned short time = le16_to_cpu(t), date = le16_to_cpu(d); in ncp_date_dos2unix() local 1214 ncp_date_unix2dos(int unix_date, __le16 *time, __le16 *date) in ncp_date_unix2dos()
|
D | ncplib_kernel.h | 189 unsigned long time; /* cache age */ member
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_time.h | 114 struct timespec time; in cfs_fs_timeval() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/linux/ |
D | obd.h | 63 unsigned long time; member
|
D | lustre_compat25.h | 65 #define LTIME_S(time) (time.tv_sec) argument
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | led.c | 86 u8 time, u16 compensation) in iwl_blink_compensation()
|
D | main.c | 335 u32 ev, time, data; /* event log data */ in iwl_print_cont_event_trace() local 1603 u32 ev, time, data; /* event log data */ in iwl_print_event_log() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_lib.h | 482 #define LWI_TIMEOUT(time, cb, data) \ argument 491 #define LWI_TIMEOUT_INTERVAL(time, interval, cb, data) \ argument 500 #define LWI_TIMEOUT_INTR(time, time_cb, sig_cb, data) \ argument 510 #define LWI_TIMEOUT_INTR_ALL(time, time_cb, sig_cb, data) \ argument
|
/linux-4.1.27/kernel/ |
D | tsacct.c | 127 cputime_t time, dtime; in __acct_update_integrals() local
|
/linux-4.1.27/drivers/thunderbolt/ |
D | nhi_regs.h | 39 u32 time; /* write zero */ member
|
/linux-4.1.27/fs/ubifs/ |
D | shrinker.c | 74 int time = get_seconds(); in shrink_tnc() local
|
D | dir.c | 985 struct timespec time; in ubifs_rename() local
|
/linux-4.1.27/Documentation/laptops/ |
D | dslm.c | 58 static char *myctime(time_t time) in myctime()
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
D | hypfs.h | 42 char time[8]; /* HH:MM:SS in EBCDIC */ member
|
/linux-4.1.27/drivers/usb/host/ |
D | xhci-rcar.c | 83 int retval, index, j, time; in xhci_rcar_download_firmware() local
|
/linux-4.1.27/arch/powerpc/platforms/8xx/ |
D | m8xx_setup.c | 171 int time; in mpc8xx_set_rtc_time() local
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | mce.h | 15 __u64 time; /* wall time_t when error was detected */ member
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | man_defs.h | 107 unsigned long time; /* Timestamp in msec units */ member
|
/linux-4.1.27/arch/um/os-Linux/ |
D | time.c | 60 struct itimerval time = ((struct itimerval) { { 0, 0 }, { 0, 0 } }); in disable_timer() local
|
/linux-4.1.27/include/uapi/sound/ |
D | asequencer.h | 241 struct snd_seq_real_time time; member 255 union snd_seq_timestamp time; /* time */ member 278 union snd_seq_timestamp time; /* schedule time */ member 291 union snd_seq_timestamp time; member 392 union snd_seq_timestamp time; member 492 struct snd_seq_real_time time; /* current time */ member
|
/linux-4.1.27/include/xen/interface/ |
D | vcpu.h | 86 uint64_t time[4]; member
|
/linux-4.1.27/drivers/net/can/usb/ |
D | kvaser_usb.c | 281 __le16 time[3]; member 290 __le16 time; member 297 __le16 time[3]; member 311 __le16 time; member 326 __le16 time[3]; member 335 __le16 time; member 342 __le16 time[3]; member 360 __le16 time; member 380 __le16 time[3]; member
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | sharpsl_pm.c | 704 int time; in sharpsl_off_charge_battery() local 730 int time; in sharpsl_off_charge_battery() local
|
/linux-4.1.27/sound/pci/echoaudio/ |
D | midi.c | 206 int bytes, sent, time; in snd_echo_midi_output_write() local
|
/linux-4.1.27/fs/nfs/ |
D | callback_xdr.c | 601 static __be32 encode_attr_time(struct xdr_stream *xdr, const struct timespec *time) in encode_attr_time() 613 …be32 encode_attr_ctime(struct xdr_stream *xdr, const uint32_t *bitmap, const struct timespec *time) in encode_attr_ctime() 620 …be32 encode_attr_mtime(struct xdr_stream *xdr, const uint32_t *bitmap, const struct timespec *time) in encode_attr_mtime()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/timer/ |
D | nv04.c | 75 nv04_timer_alarm(struct nvkm_timer *ptimer, u64 time, struct nvkm_alarm *alarm) in nv04_timer_alarm()
|
/linux-4.1.27/arch/mips/lasat/ |
D | ds1603.c | 154 int rtc_mips_set_mmss(unsigned long time) in rtc_mips_set_mmss()
|
/linux-4.1.27/drivers/input/ |
D | input-compat.h | 33 struct compat_timeval time; member
|
/linux-4.1.27/fs/hfs/ |
D | hfs_fs.h | 258 #define hfs_m_to_utime(time) (struct timespec){ .tv_sec = __hfs_m_to_utime(time) } argument 259 #define hfs_u_to_mtime(time) __hfs_u_to_mtime((time).tv_sec) argument
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | stb0899_algo.c | 1099 int time = -10, lock = 0, uwp, csm; in stb0899_dvbs2_get_dmd_status() local 1133 int time = 0, lock = 0; in stb0899_dvbs2_get_data_lock() local 1152 int time = 0, Locked; in stb0899_dvbs2_get_fec_status() local
|
/linux-4.1.27/drivers/macintosh/ |
D | smu.c | 364 struct rtc_time *time) in smu_fill_set_rtc_cmd() 379 int smu_get_rtc_time(struct rtc_time *time, int spinwait) in smu_get_rtc_time() 406 int smu_set_rtc_time(struct rtc_time *time, int spinwait) in smu_set_rtc_time()
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_ps.c | 90 void rtl8192_hw_to_sleep(struct net_device *dev, u64 time) in rtl8192_hw_to_sleep()
|
D | r8192E_phy.c | 287 u8 time = 0; in phy_FwRFSerialRead() local 313 u8 time = 0; in phy_FwRFSerialWrite() local
|
/linux-4.1.27/fs/nfsd/ |
D | nfs3xdr.c | 33 encode_time3(__be32 *p, struct timespec *time) in encode_time3() 40 decode_time3(__be32 *p, struct timespec *time) in decode_time3() 294 struct timespec time; in nfs3svc_decode_sattrargs() local
|
D | nfsctl.c | 935 time_t *time, struct nfsd_net *nn) in __nfsd4_write_time() 967 time_t *time, struct nfsd_net *nn) in nfsd4_write_time()
|
D | nfsxdr.c | 149 struct timespec time; in encode_fattr() local
|
/linux-4.1.27/tools/power/acpi/os_specific/service_layers/ |
D | osunixxf.c | 726 struct timespec time; in acpi_os_wait_semaphore() local 986 struct timeval time; in acpi_os_get_timer() local
|
/linux-4.1.27/drivers/input/misc/ |
D | axp20x-pek.c | 39 unsigned int time; member
|
/linux-4.1.27/include/uapi/linux/ |
D | rtc.h | 39 struct rtc_time time; /* time the alarm is set to */ member
|
D | joystick.h | 48 __u32 time; /* event timestamp in milliseconds */ member
|
D | timex.h | 76 struct timeval time; /* (read only, except for ADJ_SETOFFSET) */ member
|
D | blktrace_api.h | 101 __u64 time; /* in microseconds */ member
|
D | scc.h | 168 unsigned int time; member
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_common.c | 205 u16 i, time; in fm10k_disable_queues_generic() local
|
/linux-4.1.27/kernel/trace/ |
D | ring_buffer_benchmark.c | 216 unsigned long long time; in ring_buffer_producer() local
|
/linux-4.1.27/fs/sysv/ |
D | inode.c | 37 unsigned long time = get_seconds(), old_time; in sysv_sync_fs() local
|
/linux-4.1.27/fs/cifs/ |
D | netmisc.c | 967 u16 time = le16_to_cpu(le_time); in cnvrtDosUnixTm() local
|
/linux-4.1.27/drivers/power/ |
D | apm_power.c | 196 int time; in calculate_time() local
|
/linux-4.1.27/drivers/net/ethernet/hp/ |
D | hp100.c | 1389 unsigned long time; in hp100_BM_shutdown() local 2500 unsigned long time; in hp100_down_vg_link() local 2606 unsigned long time; in hp100_login_to_vg_hub() local
|
/linux-4.1.27/tools/perf/util/ |
D | event.h | 46 u64 time; member 69 u64 time; member 175 u64 time; member
|
D | kvm-stat.h | 19 u64 time; member
|
/linux-4.1.27/arch/s390/kernel/ |
D | early.c | 47 u64 time; in reset_tod_clock() local
|
/linux-4.1.27/arch/arm/mach-cns3xxx/ |
D | pcie.c | 187 unsigned long time; in cns3xxx_pcie_check_link() local
|
/linux-4.1.27/include/scsi/ |
D | libfcoe.h | 210 unsigned long time; member 239 unsigned long time; member
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | r819xU_phy.c | 379 u8 time = 0; in phy_FwRFSerialRead() local 438 u8 time = 0; in phy_FwRFSerialWrite() local
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | sysfs.c | 166 u64 time; in show_pw20_wait_time() local 288 u64 time; in show_altivec_idle_wait_time() local
|
/linux-4.1.27/kernel/time/ |
D | timer_stats.c | 286 ktime_t time; in tstats_show() local
|
D | time.c | 63 SYSCALL_DEFINE1(time, time_t __user *, tloc) in SYSCALL_DEFINE1() argument
|
/linux-4.1.27/include/net/ |
D | dst.h | 251 static inline void dst_use(struct dst_entry *dst, unsigned long time) in dst_use() 258 static inline void dst_use_noref(struct dst_entry *dst, unsigned long time) in dst_use_noref()
|
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_chardev.c | 438 struct timespec64 time; in kfd_ioctl_get_clock_counters() local
|
/linux-4.1.27/arch/ia64/kernel/ |
D | traps.c | 277 unsigned long time; member
|
/linux-4.1.27/drivers/usb/misc/ |
D | usblcd.c | 405 int time; in lcd_draw_down() local
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | emu10k1_callback.c | 32 unsigned int time; member
|
/linux-4.1.27/drivers/md/ |
D | dm-thin-metadata.c | 103 __le32 time; member 180 uint32_t time; member 1028 dm_thin_id origin, uint32_t time) in __set_snapshot_details() 1381 static bool __snapshotted_since(struct dm_thin_device *td, uint32_t time) in __snapshotted_since()
|
/linux-4.1.27/drivers/platform/x86/ |
D | toshiba_acpi.c | 581 static int toshiba_kbd_illum_status_set(struct toshiba_acpi_dev *dev, u32 time) in toshiba_kbd_illum_status_set() 601 static int toshiba_kbd_illum_status_get(struct toshiba_acpi_dev *dev, u32 *time) in toshiba_kbd_illum_status_get() 1802 int time; in kbd_backlight_mode_store() local 1859 u32 time; in kbd_backlight_mode_show() local 1897 int time; in kbd_backlight_timeout_store() local 1940 u32 time; in kbd_backlight_timeout_show() local
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | sdram-nokia.c | 196 int time, long rate, const char *name) in set_sdrc_timing_regval_ps()
|
D | vc.c | 438 u32 time; in omap4_calc_volt_ramp() local
|
/linux-4.1.27/drivers/net/wan/ |
D | hdlc_cisco.c | 47 __be32 time; member
|
/linux-4.1.27/sound/drivers/vx/ |
D | vx_core.c | 52 int snd_vx_check_reg_bit(struct vx_core *chip, int reg, int mask, int bit, int time) in snd_vx_check_reg_bit()
|
/linux-4.1.27/drivers/scsi/fnic/ |
D | fnic_main.c | 437 unsigned long time; in fnic_dev_wait() local
|
/linux-4.1.27/drivers/net/can/mscan/ |
D | mscan.h | 208 u16 time; /* + 0x5c 0x2e */ member 227 u16 time; /* + 0x7c 0x3e */ member
|
/linux-4.1.27/sound/drivers/ |
D | mts64.c | 76 u8 time[4]; /* [0]=hh, [1]=mm, [2]=ss, [3]=ff */ member 546 unsigned int time = uctl->value.integer.value[0] % 60; in snd_mts64_ctl_smpte_time_put() local
|
/linux-4.1.27/sound/isa/sb/ |
D | emu8000_callback.c | 170 unsigned int time; in get_voice() member
|
/linux-4.1.27/fs/isofs/ |
D | rock.h | 68 char time[7]; member
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | rfbi.c | 358 u32 time; in rfbi_print_timings() local 463 static int ps_to_rfbi_ticks(int time, int div) in ps_to_rfbi_ticks()
|
/linux-4.1.27/drivers/acpi/apei/ |
D | erst.c | 994 struct timespec *time, char **buf, in erst_reader() 1116 struct timespec time, struct pstore_info *psi) in erst_clearer()
|
/linux-4.1.27/drivers/input/keyboard/ |
D | lm8323.c | 239 static void lm8323_set_active_time(struct lm8323_chip *lm, int time) in lm8323_set_active_time() 548 int ret, time; in lm8323_pwm_store_time() local
|
/linux-4.1.27/drivers/usb/ |
D | usb-skeleton.c | 606 int time; in skel_draw_down() local
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | msm_gpu.c | 349 ktime_t time; in update_sw_cntrs() local
|
D | msm_gpu.h | 73 ktime_t time; member
|
/linux-4.1.27/fs/ |
D | coredump.c | 232 time64_t time; in format_corename() local
|
D | inode.c | 1545 int generic_update_time(struct inode *inode, struct timespec *time, int flags) in generic_update_time() 1569 static int update_time(struct inode *inode, struct timespec *time, int flags) in update_time()
|
/linux-4.1.27/drivers/scsi/esas2r/ |
D | esas2r_disc.c | 205 u32 time = currtime - a->disc_start_time; in esas2r_disc_check_complete() local
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | fusb300_udc.c | 1260 u32 time) in fusb300_set_u2_timeout() 1272 u32 time) in fusb300_set_u1_timeout()
|
/linux-4.1.27/drivers/s390/cio/ |
D | cmf.c | 706 u64 time; in readall_cmb() local 969 u64 time; in readall_cmbe() local
|
/linux-4.1.27/security/keys/ |
D | key.c | 983 time_t time; in key_revoke() local
|
/linux-4.1.27/include/linux/sunrpc/ |
D | cache.h | 267 static inline int get_time(char **bpp, time_t *time) in get_time()
|
/linux-4.1.27/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 429 …el_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset, ip, time, cpu, to_dso_id, to… argument
|
/linux-4.1.27/drivers/net/hamradio/ |
D | dmascc.c | 314 unsigned long time, start[MAX_NUM_DEVS], delay[MAX_NUM_DEVS], in dmascc_init() local 458 unsigned long time; in setup_adapter() local
|
/linux-4.1.27/drivers/infiniband/core/ |
D | addr.c | 174 static void set_timeout(unsigned long time) in set_timeout()
|
/linux-4.1.27/security/tomoyo/ |
D | util.c | 90 void tomoyo_convert_time(time_t time, struct tomoyo_time *stamp) in tomoyo_convert_time()
|
/linux-4.1.27/sound/drivers/opl3/ |
D | opl3_midi.c | 162 unsigned int time; in opl3_get_voice() member
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | spu_base.c | 641 unsigned long long time = spu->stats.times[state]; in spu_acct_time() local
|
/linux-4.1.27/sound/usb/hiface/ |
D | pcm.c | 191 int i, time; in hiface_pcm_stream_stop() local
|
/linux-4.1.27/drivers/s390/crypto/ |
D | ap_bus.c | 1104 int time; in ap_config_time_store() local 1151 unsigned long long time; in poll_timeout_store() local
|