Home
last modified time | relevance | path

Searched defs:nsecs (Results 1 – 25 of 60) sorted by relevance

123

/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.py23 def nsecs(secs, nsecs): argument
26 def nsecs_secs(nsecs): argument
29 def nsecs_nsecs(nsecs): argument
32 def nsecs_str(nsecs): argument
/openbmc/linux/drivers/spi/
H A Dspi-gpio.c116 #define spidelay(nsecs) do {} while (0) argument
135 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode0()
144 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode1()
153 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode2()
162 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode3()
181 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode0()
191 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode1()
201 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode2()
211 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode3()
H A Dspi-bitbang-txrx.h50 unsigned nsecs, unsigned cpol, unsigned flags, in bitbang_txrx_be_cpha0()
82 unsigned nsecs, unsigned cpol, unsigned flags, in bitbang_txrx_be_cpha1()
114 unsigned int nsecs, unsigned int cpol, unsigned int flags, in bitbang_txrx_le_cpha0()
147 unsigned int nsecs, unsigned int cpol, unsigned int flags, in bitbang_txrx_le_cpha1()
H A Dspi-bitbang.c41 unsigned nsecs; /* (clock cycle time)/2 */ member
57 unsigned nsecs, in bitbang_txrx_8()
86 unsigned nsecs, in bitbang_txrx_16()
115 unsigned nsecs, in bitbang_txrx_32()
236 unsigned nsecs = cs->nsecs; in spi_bitbang_bufs() local
H A Dspi-sh-sci.c79 unsigned nsecs, u32 word, u8 bits, in sh_sci_spi_txrx_mode0()
86 unsigned nsecs, u32 word, u8 bits, in sh_sci_spi_txrx_mode1()
93 unsigned nsecs, u32 word, u8 bits, in sh_sci_spi_txrx_mode2()
100 unsigned nsecs, u32 word, u8 bits, in sh_sci_spi_txrx_mode3()
H A Dspi-ath79.c64 static inline void ath79_spi_delay(struct ath79_spi *sp, unsigned int nsecs) in ath79_spi_delay()
108 static u32 ath79_spi_txrx_mode0(struct spi_device *spi, unsigned int nsecs, in ath79_spi_txrx_mode0()
H A Dspi-xtensa-xtfpga.c53 static u32 xtfpga_spi_txrx_word(struct spi_device *spi, unsigned nsecs, in xtfpga_spi_txrx_word()
/openbmc/linux/arch/um/os-Linux/
H A Dtime.c47 int os_timer_set_interval(unsigned long long nsecs) in os_timer_set_interval()
63 int os_timer_one_shot(unsigned long long nsecs) in os_timer_one_shot()
/openbmc/linux/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.pm32 sub nsecs subroutine
/openbmc/linux/arch/sh/lib/
H A Ddelay.c50 void __ndelay(unsigned long nsecs) in __ndelay()
/openbmc/linux/arch/alpha/lib/
H A Dudelay.c51 ndelay(unsigned long nsecs) in ndelay()
/openbmc/linux/arch/x86/um/
H A Ddelay.c53 void __ndelay(unsigned long nsecs) in __ndelay()
/openbmc/linux/arch/um/include/asm/
H A Ddelay.h7 static inline void um_ndelay(unsigned long nsecs) in um_ndelay()
/openbmc/linux/arch/csky/lib/
H A Ddelay.c35 void __ndelay(unsigned long nsecs) in __ndelay()
/openbmc/linux/arch/s390/lib/
H A Ddelay.c39 void __ndelay(unsigned long nsecs) in __ndelay()
/openbmc/linux/arch/nios2/lib/
H A Ddelay.c36 void __ndelay(unsigned long nsecs) in __ndelay()
/openbmc/linux/arch/openrisc/lib/
H A Ddelay.c55 void __ndelay(unsigned long nsecs) in __ndelay()
/openbmc/linux/arch/arm64/lib/
H A Ddelay.c65 void __ndelay(unsigned long nsecs) in __ndelay()
/openbmc/linux/kernel/time/
H A Dtimekeeping.c819 u64 nsecs; in ktime_get_real_ts64() local
841 u64 nsecs; in ktime_get() local
860 u32 nsecs; in ktime_get_resolution_ns() local
884 u64 nsecs; in ktime_get_with_offset() local
905 u64 nsecs; in ktime_get_coarse_with_offset() local
948 u64 nsecs; in ktime_get_raw() local
1521 u64 nsecs; in ktime_get_raw_ts64() local
2314 u64 nsecs; in ktime_get_update_offsets_now() local
/openbmc/linux/tools/perf/scripts/python/
H A Dcompaction-times.py96 def complete(self, secs, nsecs): argument
141 def complete_pending(cls, pid, secs, nsecs): argument
172 def mark_pending(self, secs, nsecs): argument
178 def make_complete(self, secs, nsecs): argument
H A Dcheck-perf-trace.py60 def print_header(event_name, cpu, secs, nsecs, pid, comm): argument
/openbmc/linux/arch/riscv/lib/
H A Ddelay.c102 void ndelay(unsigned long nsecs) in ndelay()
/openbmc/linux/block/
H A Dblk-stat.h145 u64 nsecs) in blk_stat_activate_nsecs()
/openbmc/linux/arch/x86/lib/
H A Ddelay.c227 void __ndelay(unsigned long nsecs) in __ndelay()
/openbmc/linux/tools/perf/util/
H A Dstat-shadow.c332 double nsecs = find_stat(evsel, aggr_idx, STAT_NSECS); in print_cycles() local
344 int aggr_idx __maybe_unused, double nsecs, in print_nsecs()
673 double nsecs = find_stat(evsel, aggr_idx, STAT_NSECS); in perf_stat__print_shadow_stats() local

123