Home
last modified time | relevance | path

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

12

/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
/linux/drivers/spi/
H A Dspi-gpio.c88 #define spidelay(nsecs) do {} while (0) argument
107 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode0()
116 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode1()
125 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode2()
134 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode3()
153 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode0()
163 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode1()
173 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode2()
183 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.c46 unsigned int nsecs; /* (clock cycle time) / 2 */ member
242 unsigned int nsecs = cs->nsecs; in spi_bitbang_bufs() local
H A Dspi-butterfly.c137 butterfly_txrx_word_mode0(struct spi_device *spi, unsigned nsecs, u32 word, in butterfly_txrx_word_mode0()
H A Dspi-lm70llp.c182 static u32 lm70_txrx(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits, in lm70_txrx()
H A Dspi-fsl-lib.h53 unsigned nsecs; /* (clock cycle time)/2 */ member
/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()
/linux/kernel/time/
H A Dtimekeeping.c749 u64 nsecs; in ktime_get_real_ts64() local
771 u64 nsecs; in ktime_get() local
790 u32 nsecs; in ktime_get_resolution_ns() local
814 u64 nsecs; in ktime_get_with_offset() local
835 u64 nsecs; in ktime_get_coarse_with_offset() local
886 u64 nsecs; in ktime_get_raw() local
1562 u64 nsecs; in ktime_get_raw_ts64() local
2343 u64 nsecs; in ktime_get_real_ts64_mg() local
2424 u64 nsecs; in ktime_get_update_offsets_now() local
/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
/linux/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.pm32 sub nsecs subroutine
/linux/arch/sh/lib/
H A Ddelay.c50 void __ndelay(unsigned long nsecs) in __ndelay()
/linux/arch/x86/um/
H A Ddelay.c53 void __ndelay(unsigned long nsecs) in __ndelay()
/linux/arch/alpha/lib/
H A Dudelay.c51 ndelay(unsigned long nsecs) in ndelay()
/linux/arch/um/include/asm/
H A Ddelay.h7 static inline void um_ndelay(unsigned long nsecs) in um_ndelay()
/linux/arch/csky/lib/
H A Ddelay.c35 void __ndelay(unsigned long nsecs) in __ndelay()
/linux/arch/s390/lib/
H A Ddelay.c39 void __ndelay(unsigned long nsecs) in __ndelay()
/linux/arch/nios2/lib/
H A Ddelay.c36 void __ndelay(unsigned long nsecs) in __ndelay()
/linux/arch/openrisc/lib/
H A Ddelay.c55 void __ndelay(unsigned long nsecs) in __ndelay()
/linux/arch/arm64/lib/
H A Ddelay.c65 void __ndelay(unsigned long nsecs) in __ndelay()
/linux/arch/riscv/lib/
H A Ddelay.c102 void ndelay(unsigned long nsecs) in ndelay()
/linux/block/
H A Dblk-stat.h144 u64 nsecs) in blk_stat_activate_nsecs()
/linux/arch/arm/mach-omap1/
H A Dtimer32k.c193 unsigned long long nsecs; in omap_read_persistent_clock64() local
/linux/lib/
H A Dtest_lockup.c328 static void test_wait(unsigned int secs, unsigned int nsecs) in test_wait()

12