Searched refs:time (Results 351 - 375 of 1964) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/timers/
H A Draw_skew.c25 #include <sys/time.h>
27 #include <time.h>
140 ksft_exit_skip("The clock was adjusted externally. Shutdown NTPd or other time sync daemons\n");
/linux-master/drivers/firmware/efi/
H A Druntime-wrappers.c47 efi_time_t *time; member in struct:efi_rts_args::__anon6
52 efi_time_t *time; member in struct:efi_rts_args::__anon7
58 efi_time_t *time; member in struct:efi_rts_args::__anon8
63 efi_time_t *time; member in struct:efi_rts_args::__anon9
128 * finished, hence _only_ one work is queued at a time and the caller
228 args->GET_TIME.time,
233 args->SET_TIME.time);
239 args->GET_WAKEUP_TIME.time);
244 args->SET_WAKEUP_TIME.time);
/linux-master/drivers/iio/light/
H A Drohm-bu27008.c162 /* We can always measure red and green at same time */
186 * => Max total gain is HWGAIN * gain by integration time (8 * 1024) = 8192
188 * Max amplification is (HWGAIN * MAX integration-time multiplier) 1024 * 8
199 * => Max total gain is HWGAIN * gain by integration time (8 * 4096)
391 * Prevent changing gain/time config when scale is read/written.
393 * Prevent changing gain/time when data is read.
474 * gain and integration time settings and we need to ensure those are
513 * for both channels separately when the integration time changes.
522 * channels w/given integration time. At best that would result
644 * However, the data-sheet says the minimum time i
876 bu27008_set_int_time(struct bu27008_data *data, int time) argument
1030 bu27008_read_lux_chans(struct bu27008_data *data, unsigned int time, __le16 *chan_data) argument
1093 bu27008_calc_nlux(struct bu27008_data *data, __le16 *lux_data, unsigned int gain, unsigned int gain_ir, unsigned int time) argument
1119 bu27008_get_time_n_gains(struct bu27008_data *data, unsigned int *gain, unsigned int *gain_ir, unsigned int *time) argument
1151 unsigned int gain, gain_ir, time; local
1168 unsigned int gain, gain_ir, time; local
[all...]
/linux-master/arch/mips/sgi-ip22/
H A Dip22-setup.c21 #include <asm/time.h>
/linux-master/arch/sh/boards/mach-dreamcast/
H A Drtc.c11 #include <linux/time.h>
17 seconds) to get the standard Unix Epoch when getting the time, and add
18 20 years when setting the time. */
27 * aica_rtc_gettimeofday - Get the time from the AICA RTC
29 * @tm: pointer to resulting RTC time structure
46 /* normalize to 1970..2106 time range */
55 * aica_rtc_settimeofday - Set the AICA RTC to the current time
57 * @tm: pointer to new RTC time structure
/linux-master/arch/openrisc/kernel/
H A Dsync-timer.c6 * All CPUs will have their count registers synchronised to the CPU0 next time
17 #include <asm/time.h>
98 * Not every cpu is online at the time this gets called,
/linux-master/tools/leds/
H A Dled_hw_brightness_mon.c7 * A timestamp and brightness value is printed each time the brightness changes.
21 #include <time.h>
/linux-master/drivers/pps/clients/
H A Dpps-ktimer.c13 #include <linux/time.h>
32 /* First of all we get the time stamp... */
/linux-master/net/sctp/
H A Dprimitive.c30 #include <linux/time.h> /* For struct timeval */
110 * [,stream id] [,life time] [,destination transport address]
134 * o life time - specifies the life time of the user data. The user data
135 * will not be sent by SCTP after the life time expires. This
139 * send primitive) within the life time variable. However, the
141 * chunk before the life time expired.
/linux-master/drivers/rtc/
H A Drtc-as3722.c22 #include <linux/time.h>
118 as3722_reg_to_time(as_time_array, &alrm->time);
129 if (alrm->time.tm_year < (AS3722_RTC_START_YEAR - 1900))
138 as3722_time_to_reg(as_time_array, &alrm->time);
/linux-master/sound/core/seq/oss/
H A Dseq_oss_event.h39 unsigned int time; member in struct:evrec_timer
/linux-master/arch/mips/kernel/
H A Dcsrc-sb1250.c10 #include <asm/time.h>
H A Dcsrc-r4k.c13 #include <asm/time.h>
54 * once the fix has been in QEMU stable for a reasonable amount of time.
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dmmap_bench.c9 #include <time.h>
55 printf("time = %.6f\n", ts_end.tv_sec - ts_start.tv_sec + (ts_end.tv_nsec - ts_start.tv_nsec) / 1e9);
/linux-master/include/linux/
H A Dtimekeeper_internal.h12 #include <linux/time.h>
22 * @base: ktime_t (nanoseconds) base time for readout
49 * @xtime_sec: Current CLOCK_REALTIME time in seconds
50 * @ktime_sec: Current CLOCK_MONOTONIC time in seconds
58 * @next_leap_ktime: CLOCK_MONOTONIC time value of a pending leap-second
59 * @raw_sec: CLOCK_MONOTONIC_RAW time in seconds
67 * @ntp_error: Difference between accumulated time and NTP time in ntp
77 * to get to monotonic time. Monotonic is pegged at zero at system
78 * boot time, s
[all...]
H A Dalarmtimer.h5 #include <linux/time.h>
35 * also includes the expiration time.
H A Dtime32.h37 struct old_timeval32 time; member in struct:old_timex32
H A Dtime.h33 * Similar to the struct tm in userspace <time.h>, but it needs to be here so
73 * @a: the time which may be after @b
74 * @b: the time which may be before @a
76 * time_after32(a, b) returns true if the time @a is after time @b.
77 * time_before32(b, a) returns true if the time @b is before time @a.
88 * time_between32 - check if a 32-bit timestamp is within a given time range
89 * @t: the time which may be within [l,h]
100 # include <vdso/time
[all...]
/linux-master/arch/mips/sgi-ip30/
H A Dip30-timer.c18 #include <asm/time.h>
/linux-master/tools/perf/util/
H A Dtime-utils.h6 #include <time.h>
/linux-master/include/uapi/linux/
H A Dscc.h170 unsigned int time; member in struct:scc_calibrate
/linux-master/arch/mips/rb532/
H A Dsetup.c3 * setup.c - boot time setup code
11 #include <asm/time.h>
/linux-master/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.h10 #include <time.h>
/linux-master/tools/testing/selftests/vDSO/
H A Dvdso_standalone_test_x86.c15 #include <sys/time.h>
98 char buf[] = "The time is .000000\n";
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvmx_syscall.c12 #include <sys/time.h>

Completed in 343 milliseconds

<<11121314151617181920>>