Home
last modified time | relevance | path

Searched refs:ts (Results 801 – 825 of 1192) sorted by relevance

1...<<31323334353637383940>>...48

/openbmc/linux/include/drm/
H A Dgpu_scheduler.h567 void drm_sched_rq_update_fifo(struct drm_sched_entity *entity, ktime_t ts);
/openbmc/linux/drivers/iio/light/
H A Dadjd_s311.c59 s64 ts __aligned(8);
/openbmc/linux/drivers/iio/adc/
H A Dmax1118.c42 s64 ts __aligned(8);
H A Dti-adc084s021.c32 s64 ts __aligned(8);
/openbmc/linux/drivers/gpio/
H A Dgpiolib-cdev.c854 static enum hte_return process_hw_ts(struct hte_ts_data *ts, void *p) in process_hw_ts() argument
860 if (!ts || !p) in process_hw_ts()
864 line->timestamp_ns = ts->tsc; in process_hw_ts()
865 line->raw_level = ts->raw_level; in process_hw_ts()
870 line->last_seqno = ts->seq; in process_hw_ts()
874 if (unlikely(ts->seq < line->line_seqno)) in process_hw_ts()
877 diff_seqno = ts->seq - line->line_seqno; in process_hw_ts()
878 line->line_seqno = ts->seq; in process_hw_ts()
/openbmc/qemu/target/arm/tcg/
H A Dm_helper.c374 bool ts = is_secure && (env->v7m.fpccr[M_REG_S] & R_V7M_FPCCR_TS_MASK); in HELPER() local
397 for (i = 0; i < (ts ? 32 : 16); i += 2) { in HELPER()
440 if (ts) { in HELPER()
1081 bool ts = env->v7m.fpccr[M_REG_S] & R_V7M_FPCCR_TS_MASK; in HELPER() local
1084 for (i = 0; i < (ts ? 32 : 16); i += 2) { in HELPER()
1105 if (ts) { in HELPER()
1142 bool ts = env->v7m.fpccr[M_REG_S] & R_V7M_FPCCR_TS_MASK; in HELPER() local
1150 for (i = 0; i < (ts ? 32 : 16); i += 2) { in HELPER()
/openbmc/ipmitool/lib/
H A Dipmi_pef.c748 time_t ts; in ipmi_pef_get_status() local
763 ts = (time_t)timei; in ipmi_pef_get_status()
765 strftime(tbuf, sizeof(tbuf), "%m/%d/%Y %H:%M:%S", gmtime(&ts)); in ipmi_pef_get_status()
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8998-xiaomi-sagit.dts616 ts_active_state: ts-active-state {
623 ts_int_suspend_state: ts-int-suspend-state {
630 ts_reset_suspend_state: ts-reset-suspend-state {
/openbmc/linux/fs/nfs/
H A Dinternal.h857 u64 nfs_timespec_to_change_attr(const struct timespec64 *ts) in nfs_timespec_to_change_attr() argument
859 return ((u64)ts->tv_sec << 30) + ts->tv_nsec; in nfs_timespec_to_change_attr()
/openbmc/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd.h439 u32 ts; member
466 u32 ts; member
473 u32 ts; member
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dstart.S177 .macro create_tlb1_entry esel ts tsize epn wimg rpn perm phy_high scratch
181 lis \scratch, FSL_BOOKE_MAS1(1, 1, 0, \ts, \tsize)@h
182 ori \scratch, \scratch, FSL_BOOKE_MAS1(1, 1, 0, \ts, \tsize)@l
199 .macro create_tlb0_entry esel ts tsize epn wimg rpn perm phy_high scratch
203 lis \scratch, FSL_BOOKE_MAS1(1, 0, 0, \ts, \tsize)@h
204 ori \scratch, \scratch, FSL_BOOKE_MAS1(1, 0, 0, \ts, \tsize)@l
/openbmc/linux/drivers/media/usb/em28xx/
H A Dem28xx-dvb.c1397 addr = (dev->ts == PRIMARY_TS) ? 0x64 : 0x67; in em28174_dvb_init_hauppauge_wintv_dualhd_dvb()
1412 addr = (dev->ts == PRIMARY_TS) ? 0x60 : 0x63; in em28174_dvb_init_hauppauge_wintv_dualhd_dvb()
1437 addr = (dev->ts == PRIMARY_TS) ? 0x59 : 0x0e; in em28174_dvb_init_hauppauge_wintv_dualhd_01595()
1452 addr = (dev->ts == PRIMARY_TS) ? 0x60 : 0x62; in em28174_dvb_init_hauppauge_wintv_dualhd_01595()
1472 mxl692_config.id = (dev->ts == PRIMARY_TS) ? 0 : 1; in em2874_dvb_init_hauppauge_usb_quadhd()
1474 addr = (dev->ts == PRIMARY_TS) ? 0x60 : 0x63; in em2874_dvb_init_hauppauge_usb_quadhd()
/openbmc/linux/ipc/
H A Dsem.c2260 struct timespec64 ts; in ksys_semtimedop() local
2261 if (get_timespec64(&ts, timeout)) in ksys_semtimedop()
2263 return do_semtimedop(semid, tsops, nsops, &ts); in ksys_semtimedop()
2280 struct timespec64 ts; in compat_ksys_semtimedop() local
2281 if (get_old_timespec32(&ts, timeout)) in compat_ksys_semtimedop()
2283 return do_semtimedop(semid, tsems, nsops, &ts); in compat_ksys_semtimedop()
/openbmc/linux/net/netfilter/
H A Dnfnetlink_queue.c608 struct nfqnl_msg_packet_timestamp ts; in nfqnl_build_packet_message() local
611 ts.sec = cpu_to_be64(kts.tv_sec); in nfqnl_build_packet_message()
612 ts.usec = cpu_to_be64(kts.tv_nsec / NSEC_PER_USEC); in nfqnl_build_packet_message()
614 if (nla_put(skb, NFQA_TIMESTAMP, sizeof(ts), &ts)) in nfqnl_build_packet_message()
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dregulator-max77620.txt195 regulator-name = "avdd-ts-hv";
201 regulator-name = "vdd-ts";
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac4_descs.c224 static inline void dwmac4_get_timestamp(void *desc, u32 ats, u64 *ts) in dwmac4_get_timestamp() argument
233 *ts = ns; in dwmac4_get_timestamp()
/openbmc/linux/net/wireless/
H A Dcore.h168 unsigned long ts; member
570 bool signal_valid, unsigned long ts);
/openbmc/qemu/hw/net/
H A Digb_core.c1036 *ts = false; in igb_receive_assign()
1071 *ts = true; in igb_receive_assign()
1531 if (ts) { in igb_write_adv_rx_descr()
1548 bool ts, in igb_write_adv_ps_rx_descr() argument
1560 igb_write_adv_rx_descr(core, desc, pkt, rss_info, etqf, ts, pkt_len); in igb_write_adv_ps_rx_descr()
1577 bool ts, in igb_write_rx_descr() argument
1589 etqf, ts, pdma_st->bastate.written[1]); in igb_write_rx_descr()
1898 uint16_t etqf, bool ts) in igb_write_packet_to_guest() argument
1946 etqf, ts, in igb_write_packet_to_guest()
2003 bool ts; in igb_receive_internal() local
[all …]
/openbmc/linux/net/mac80211/
H A Dutil.c4204 ts += 36; in ieee80211_calculate_rx_timestamp()
4221 ts += 36; in ieee80211_calculate_rx_timestamp()
4246 ts += 24; in ieee80211_calculate_rx_timestamp()
4248 ts += 32; in ieee80211_calculate_rx_timestamp()
4256 ts += n_ltf * 4; in ieee80211_calculate_rx_timestamp()
4273 ts += 36; in ieee80211_calculate_rx_timestamp()
4280 ts += 4 * n_ltf; in ieee80211_calculate_rx_timestamp()
4307 ts += 20 << shift; in ieee80211_calculate_rx_timestamp()
4310 ts += 96; in ieee80211_calculate_rx_timestamp()
4312 ts += 192; in ieee80211_calculate_rx_timestamp()
[all …]
/openbmc/linux/fs/exfat/
H A Ddir.c455 struct timespec64 ts = current_time(inode); in exfat_init_dir_entry() local
468 exfat_set_entry_time(sbi, &ts, in exfat_init_dir_entry()
473 exfat_set_entry_time(sbi, &ts, in exfat_init_dir_entry()
478 exfat_set_entry_time(sbi, &ts, in exfat_init_dir_entry()
/openbmc/linux/kernel/trace/
H A Dtrace.c810 u64 ts; in buffer_ftrace_now() local
819 return ts; in buffer_ftrace_now()
3688 u64 next_ts = 0, ts; in __find_next_entry() local
3720 next_ts = ts; in __find_next_entry()
4139 u64 ts; in tracing_iter_reset() local
4488 entry->pid, iter->cpu, iter->ts); in print_raw_fmt()
4515 SEQ_PUT_HEX_FIELD(s, iter->ts); in print_hex_fmt()
4544 SEQ_PUT_FIELD(s, iter->ts); in print_bin_fmt()
7975 u64 ts; member
8112 err->info.ts = local_clock(); in tracing_log_err()
[all …]
/openbmc/phosphor-pid-control/pid/ec/
H A Dlogging.cpp122 file << "," << p.ts << "," << p.integral << "," << p.lastOutput; in DumpCoeffsData()
/openbmc/qemu/include/sysemu/
H A Dcryptodev.h279 ThrottleState ts; member
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dzinitix,bt400.yaml77 with a particular ts firmware for unknown reasons. Available modes are
/openbmc/linux/drivers/iio/accel/
H A Dmma7455_core.c61 s64 ts __aligned(8);

1...<<31323334353637383940>>...48