Home
last modified time | relevance | path

Searched refs:tim (Results 1 – 25 of 38) sorted by relevance

12

/linux/drivers/memory/
H A Dof_memory.c64 struct lpddr2_timings *tim) in of_do_get_timings() argument
68 ret = of_property_read_u32(np, "max-freq", &tim->max_freq); in of_do_get_timings()
69 ret |= of_property_read_u32(np, "min-freq", &tim->min_freq); in of_do_get_timings()
70 ret |= of_property_read_u32(np, "tRPab", &tim->tRPab); in of_do_get_timings()
71 ret |= of_property_read_u32(np, "tRCD", &tim->tRCD); in of_do_get_timings()
72 ret |= of_property_read_u32(np, "tWR", &tim->tWR); in of_do_get_timings()
73 ret |= of_property_read_u32(np, "tRAS-min", &tim->tRAS_min); in of_do_get_timings()
74 ret |= of_property_read_u32(np, "tRRD", &tim->tRRD); in of_do_get_timings()
75 ret |= of_property_read_u32(np, "tWTR", &tim->tWTR); in of_do_get_timings()
76 ret |= of_property_read_u32(np, "tXP", &tim->tXP); in of_do_get_timings()
[all …]
/linux/include/linux/
H A Dtime_namespace.h102 ktime_t do_timens_ktime_to_host(clockid_t clockid, ktime_t tim,
105 static inline ktime_t timens_ktime_to_host(clockid_t clockid, ktime_t tim) in timens_ktime_to_host() argument
110 return tim; in timens_ktime_to_host()
112 return do_timens_ktime_to_host(clockid, tim, &ns->offsets); in timens_ktime_to_host()
172 static inline ktime_t timens_ktime_to_host(clockid_t clockid, ktime_t tim) in timens_ktime_to_host() argument
174 return tim; in timens_ktime_to_host()
H A Dhrtimer.h245 extern void hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim,
256 static inline void hrtimer_start(struct hrtimer *timer, ktime_t tim, in hrtimer_start() argument
259 hrtimer_start_range_ns(timer, tim, 0, mode); in hrtimer_start()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_vmlinux.c73 int BPF_KPROBE(handle__kprobe, struct hrtimer *timer, ktime_t tim, u64 delta_ns, in BPF_KPROBE() argument
76 if (tim == MY_TV_NSEC) in BPF_KPROBE()
82 int BPF_PROG(handle__fentry, struct hrtimer *timer, ktime_t tim, u64 delta_ns, in BPF_PROG() argument
85 if (tim == MY_TV_NSEC) in BPF_PROG()
/linux/kernel/time/
H A Dnamespace.c24 ktime_t do_timens_ktime_to_host(clockid_t clockid, ktime_t tim, in do_timens_ktime_to_host() argument
38 return tim; in do_timens_ktime_to_host()
45 if (tim < offset) { in do_timens_ktime_to_host()
50 tim = 0; in do_timens_ktime_to_host()
52 tim = ktime_sub(tim, offset); in do_timens_ktime_to_host()
53 if (unlikely(tim > KTIME_MAX)) in do_timens_ktime_to_host()
54 tim = KTIME_MAX; in do_timens_ktime_to_host()
57 return tim; in do_timens_ktime_to_host()
/linux/drivers/video/fbdev/omap/
H A Dsossi.c165 t->tim[0] = tw0 - 1; in calc_rd_timings()
166 t->tim[1] = tw1 - 1; in calc_rd_timings()
204 t->tim[2] = tw0 - 1; in calc_wr_timings()
205 t->tim[3] = tw1 - 1; in calc_wr_timings()
331 t->tim[4] = div; in sossi_convert_timings()
342 sossi.clk_tw0[RD_ACCESS] = t->tim[0]; in sossi_set_timings()
343 sossi.clk_tw1[RD_ACCESS] = t->tim[1]; in sossi_set_timings()
345 sossi.clk_tw0[WR_ACCESS] = t->tim[2]; in sossi_set_timings()
346 sossi.clk_tw1[WR_ACCESS] = t->tim[3]; in sossi_set_timings()
348 sossi.clk_div = t->tim[4]; in sossi_set_timings()
H A Domapfb.h105 u32 tim[5]; /* set by extif->convert_timings */ member
/linux/drivers/net/wireless/intersil/p54/
H A Dmain.c103 u8 *tim; in p54_beacon_format_ie_tim() local
108 tim = p54_find_ie(skb, WLAN_EID_TIM); in p54_beacon_format_ie_tim()
109 if (!tim) in p54_beacon_format_ie_tim()
112 dtim_len = tim[1]; in p54_beacon_format_ie_tim()
113 dtim_period = tim[3]; in p54_beacon_format_ie_tim()
114 next = tim + 2 + dtim_len; in p54_beacon_format_ie_tim()
119 memmove(tim, next, skb_tail_pointer(skb) - next); in p54_beacon_format_ie_tim()
120 tim = skb_tail_pointer(skb) - (dtim_len + 2); in p54_beacon_format_ie_tim()
123 tim[0] = WLAN_EID_TIM; in p54_beacon_format_ie_tim()
124 tim[1] = 3; in p54_beacon_format_ie_tim()
[all …]
/linux/samples/vfs/
H A Dtest-statx.c57 time_t tim; in print_time() local
61 tim = ts->tv_sec; in print_time()
62 if (!localtime_r(&tim, &tm)) { in print_time()
/linux/drivers/net/wireless/ti/wl1251/
H A Dcmd.c141 vbm->tim.bitmap_ctrl = bitmap_control; in wl1251_cmd_vbm()
147 memcpy(vbm->tim.pvb_field, bitmap, bitmap_len); in wl1251_cmd_vbm()
148 vbm->tim.identity = identity; in wl1251_cmd_vbm()
149 vbm->tim.length = bitmap_len + 3; in wl1251_cmd_vbm()
H A Dcmd.h299 struct wl1251_tim tim; member
/linux/arch/mips/include/asm/mach-rc32434/
H A Dtimer.h44 struct timer_counter tim[TIMER_COUNT]; member
/linux/drivers/ata/
H A Dpata_cs5536.c108 static void cs5536_program_dtc(struct ata_device *adev, u8 tim) in cs5536_program_dtc() argument
116 dtc |= tim << dshift; in cs5536_program_dtc()
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-npi-defs.h2235 uint64_t tim:1; member
2259 uint64_t tim:1;
2304 uint64_t tim:1; member
2328 uint64_t tim:1;
2375 uint64_t tim:1; member
2399 uint64_t tim:1;
2442 uint64_t tim:1; member
2466 uint64_t tim:1;
/linux/net/mac80211/
H A Dparse.c415 elems->tim = (void *)pos; in _ieee802_11_parse_elems_full()
1096 if (elems->tim && !elems->parse_error) {
1097 const struct ieee80211_tim_ie *tim_ie = elems->tim;
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c1104 network->tim.tim_count = info_element->data[0]; in libipw_parse_info_param()
1105 network->tim.tim_period = info_element->data[1]; in libipw_parse_info_param()
1371 dst->tim = src->tim; in update_network()
H A Dlibipw.h629 struct libipw_tim_parameters tim; member
/linux/Documentation/sound/cards/
H A Dserial-u16550.rst85 I do have documentation (tim.mann@compaq.com) that partially covers these models,
/linux/drivers/net/wireless/st/cw1200/
H A Dtxrx.c1170 struct ieee80211_tim_ie *tim = in cw1200_rx_cb() local
1173 if (priv->join_dtim_period != tim->dtim_period) { in cw1200_rx_cb()
1174 priv->join_dtim_period = tim->dtim_period; in cw1200_rx_cb()
/linux/drivers/net/wireless/silabs/wfx/
H A Dhif_api_cmd.h255 u8 tim:1; member
/linux/drivers/staging/rtl8723bs/include/
H A Dieee80211.h683 u8 *tim; member
/linux/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c1129 const u8 *tim; in ath6kl_wmi_bssinfo_event_rx() local
1130 tim = cfg80211_find_ie(WLAN_EID_TIM, buf + 8 + 2 + 2, in ath6kl_wmi_bssinfo_event_rx()
1132 if (tim && tim[1] >= 2) { in ath6kl_wmi_bssinfo_event_rx()
1133 vif->assoc_bss_dtim_period = tim[3]; in ath6kl_wmi_bssinfo_event_rx()
/linux/Documentation/admin-guide/
H A Dparport.rst286 tim@cyberelk.net
/linux/lib/crypto/x86/
H A Dsha512-ssse3-asm.S10 # Tim Chen <tim.c.chen@linux.intel.com>
H A Dsha512-avx-asm.S10 # Tim Chen <tim.c.chen@linux.intel.com>

12