| /linux/drivers/memory/ |
| H A D | of_memory.c | 64 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 D | time_namespace.h | 102 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 D | hrtimer.h | 230 extern void hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim, 241 static inline void hrtimer_start(struct hrtimer *timer, ktime_t tim, in hrtimer_start() argument 244 hrtimer_start_range_ns(timer, tim, 0, mode); in hrtimer_start()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_vmlinux.c | 73 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 D | namespace.c | 24 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()
|
| H A D | hrtimer.c | 1177 static inline ktime_t hrtimer_update_lowres(struct hrtimer *timer, ktime_t tim, in hrtimer_update_lowres() argument 1188 tim = ktime_add_safe(tim, hrtimer_resolution); in hrtimer_update_lowres() 1190 return tim; in hrtimer_update_lowres() 1218 static int __hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim, in __hrtimer_start_range_ns() argument 1257 tim = ktime_add_safe(tim, __hrtimer_cb_get_time(base->clockid)); in __hrtimer_start_range_ns() 1259 tim = hrtimer_update_lowres(timer, tim, mode); in __hrtimer_start_range_ns() 1261 hrtimer_set_expires_range_ns(timer, tim, delta_ns); in __hrtimer_start_range_ns() 1312 void hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim, in hrtimer_start_range_ns() argument 1330 if (__hrtimer_start_range_ns(timer, tim, delta_ns, mode, base)) in hrtimer_start_range_ns()
|
| /linux/drivers/video/fbdev/omap/ |
| H A D | sossi.c | 165 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 D | omapfb.h | 105 u32 tim[5]; /* set by extif->convert_timings */ member
|
| /linux/samples/vfs/ |
| H A D | test-statx.c | 57 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 D | cmd.c | 141 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 D | cmd.h | 299 struct wl1251_tim tim; member
|
| /linux/arch/mips/include/asm/mach-rc32434/ |
| H A D | timer.h | 44 struct timer_counter tim[TIMER_COUNT]; member
|
| /linux/drivers/ata/ |
| H A D | pata_cs5536.c | 108 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/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00dev.c | 647 u8 *tim; in rt2x00lib_rxdone_check_ps() local 669 tim = rt2x00lib_find_ie(skb->data, skb->len - FCS_LEN, WLAN_EID_TIM); in rt2x00lib_rxdone_check_ps() 670 if (!tim) in rt2x00lib_rxdone_check_ps() 673 if (tim[1] < sizeof(*tim_ie)) in rt2x00lib_rxdone_check_ps() 676 tim_len = tim[1]; in rt2x00lib_rxdone_check_ps() 677 tim_ie = (struct ieee80211_tim_ie *) &tim[2]; in rt2x00lib_rxdone_check_ps()
|
| /linux/drivers/net/ieee802154/ |
| H A D | at86rf230.c | 477 ktime_t tim; in at86rf230_async_state_delay() local 501 tim = c->t_off_to_aack * NSEC_PER_USEC; in at86rf230_async_state_delay() 510 tim = c->t_off_to_tx_on * NSEC_PER_USEC; in at86rf230_async_state_delay() 530 tim = (c->t_frame + c->t_p_ack) * NSEC_PER_USEC; in at86rf230_async_state_delay() 542 tim = c->t_reset_to_off * NSEC_PER_USEC; in at86rf230_async_state_delay() 558 hrtimer_start(&ctx->timer, tim, HRTIMER_MODE_REL); in at86rf230_async_state_delay()
|
| /linux/drivers/iio/adc/ |
| H A D | ti-tsc2046.c | 598 ktime_t tim; in tsc2046_adc_reenable_trigger() local 605 tim = us_to_ktime(priv->scan_interval_us - priv->time_per_scan_us); in tsc2046_adc_reenable_trigger() 606 hrtimer_start(&priv->trig_timer, tim, HRTIMER_MODE_REL_SOFT); in tsc2046_adc_reenable_trigger()
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-npi-defs.h | 2235 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 D | parse.c | 435 elems->tim = (void *)pos; in _ieee802_11_parse_elems_full() 1116 if (elems->tim && !elems->parse_error) { in ieee802_11_parse_elems_full() 1117 const struct ieee80211_tim_ie *tim_ie = elems->tim; in ieee802_11_parse_elems_full()
|
| H A D | sta_info.c | 1033 static inline void __bss_tim_set(u8 *tim, u16 id) in __bss_tim_set() argument 1039 tim[id / 8] |= (1 << (id % 8)); in __bss_tim_set() 1042 static inline void __bss_tim_clear(u8 *tim, u16 id) in __bss_tim_clear() argument 1048 tim[id / 8] &= ~(1 << (id % 8)); in __bss_tim_clear() 1051 static inline bool __bss_tim_get(u8 *tim, u16 id) in __bss_tim_get() argument 1057 return tim[id / 8] & (1 << (id % 8)); in __bss_tim_get() 1142 if (indicate_tim == __bss_tim_get(ps->tim, id)) in __sta_info_recalc_tim() 1146 __bss_tim_set(ps->tim, id); in __sta_info_recalc_tim() 1148 __bss_tim_clear(ps->tim, id); in __sta_info_recalc_tim()
|
| H A D | tx.c | 4911 if (ps->tim[i]) { in ieee80211_beacon_add_tim_pvb() 4918 if (ps->tim[i]) { in ieee80211_beacon_add_tim_pvb() 4927 skb_put_data(skb, ps->tim + n1, n2 - n1 + 1); in ieee80211_beacon_add_tim_pvb() 4965 if (ps->tim[sblk_idx]) in ieee80211_s1g_beacon_add_tim_pvb() 4993 skb_put_u8(skb, ps->tim[sblk_idx]); in ieee80211_s1g_beacon_add_tim_pvb() 5003 struct element *tim; in __ieee80211_beacon_add_tim() local 5013 have_bits = !bitmap_empty((unsigned long *)ps->tim, in __ieee80211_beacon_add_tim() 5024 tim = skb_put(skb, sizeof(struct element)); in __ieee80211_beacon_add_tim() 5025 tim->id = WLAN_EID_TIM; in __ieee80211_beacon_add_tim() 5055 tim->datalen = skb_tail_pointer(skb) - tim->data; in __ieee80211_beacon_add_tim()
|
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| H A D | libipw_rx.c | 1104 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()
|
| /linux/Documentation/sound/cards/ |
| H A D | serial-u16550.rst | 85 I do have documentation (tim.mann@compaq.com) that partially covers these models,
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | txrx.c | 1170 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 D | hif_api_cmd.h | 255 u8 tim:1; member
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | wmi.c | 1129 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()
|