| /linux/drivers/net/ethernet/engleder/ |
| H A D | tsnep_selftests.c | 364 qopt->base_time = ktime_set(0, 0); in tsnep_test_taprio() 386 qopt->base_time = ktime_set(0, 0); in tsnep_test_taprio() 410 qopt->base_time = ktime_set(0, 0); in tsnep_test_taprio() 461 qopt->base_time = ktime_set(0, 0); in tsnep_test_taprio_change() 480 qopt->base_time = ktime_set(0, 0); in tsnep_test_taprio_change() 486 qopt->base_time = ktime_set(0, 0); in tsnep_test_taprio_change() 494 qopt->base_time = ktime_set(0, 0); in tsnep_test_taprio_change() 507 qopt->base_time = ktime_set(0, 0); in tsnep_test_taprio_change() 517 qopt->base_time = ktime_set(0, 0); in tsnep_test_taprio_change() 533 qopt->base_time = ktime_set(0, 0); in tsnep_test_taprio_change() [all …]
|
| /linux/drivers/media/cec/usb/extron-da-hd-4k-plus/ |
| H A D | cec-splitter.c | 116 p->out_give_device_power_status_ts = ktime_set(0, 0); in cec_splitter_unconfigured_output() 118 p->out_request_current_latency_ts = ktime_set(0, 0); in cec_splitter_unconfigured_output() 198 p->out_request_current_latency_ts = ktime_set(0, 0); in cec_out_report_current_latency() 231 p->out_request_current_latency_ts = ktime_set(0, 0); in cec_out_request_current_latency() 302 p->out_give_device_power_status_ts = ktime_set(0, 0); in cec_out_report_power_status() 451 p->out_give_device_power_status_ts = ktime_set(0, 0); in cec_splitter_nb_transmit_canceled_output() 462 p->out_request_current_latency_ts = ktime_set(0, 0); in cec_splitter_nb_transmit_canceled_output() 505 p->out_give_device_power_status_ts = ktime_set(0, 0); in cec_splitter_received_output() 525 p->out_request_current_latency_ts = ktime_set(0, 0); in cec_splitter_received_output() 615 p->lost_sink_ts = ktime_set(0, 0); in cec_splitter_poll() [all …]
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | time-sync.c | 79 shwt->hwtstamp = ktime_set(0, adj_time); in iwl_mvm_time_sync_msmt_event() 84 rx_status->ack_tx_hwtstamp = ktime_set(0, adj_time); in iwl_mvm_time_sync_msmt_event() 114 shwt->hwtstamp = ktime_set(0, adj_time); in iwl_mvm_time_sync_msmt_confirm_event() 119 status.ack_hwtstamp = ktime_set(0, adj_time); in iwl_mvm_time_sync_msmt_confirm_event()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | time_sync.c | 191 shwt->hwtstamp = ktime_set(0, adj_time); in iwl_mld_handle_time_msmt_notif() 196 rx_status->ack_tx_hwtstamp = ktime_set(0, adj_time); in iwl_mld_handle_time_msmt_notif() 227 shwt->hwtstamp = ktime_set(0, adj_time); in iwl_mld_handle_time_sync_confirm_notif() 232 status.ack_hwtstamp = ktime_set(0, adj_time); in iwl_mld_handle_time_sync_confirm_notif()
|
| /linux/arch/riscv/kvm/ |
| H A D | vcpu_timer.c | 51 hrtimer_forward_now(&t->hrt, ktime_set(0, delta_ns)); in kvm_riscv_vcpu_hrtimer_expired() 97 hrtimer_start(&t->hrt, ktime_set(0, delta_ns), HRTIMER_MODE_REL); in kvm_riscv_vcpu_update_hrtimer() 119 hrtimer_forward_now(&t->hrt, ktime_set(0, delta_ns)); in kvm_riscv_vcpu_vstimer_expired() 151 hrtimer_start(&t->hrt, ktime_set(0, delta_ns), HRTIMER_MODE_REL); in kvm_riscv_vcpu_timer_blocking()
|
| /linux/include/linux/ |
| H A D | ktime.h | 36 static inline ktime_t ktime_set(const s64 secs, const unsigned long nsecs) in ktime_set() function 71 return ktime_set(ts.tv_sec, ts.tv_nsec); in timespec64_to_ktime()
|
| /linux/drivers/pps/generators/ |
| H A D | pps_gen_parport.c | 130 ktime_set(expire_time.tv_sec + 1, in hrtimer_event() 170 return ktime_set(ts.tv_sec + in next_intr_time()
|
| H A D | pps_gen_tio.c | 73 return ktime_set(ktime_get_real_seconds() + 1, MAGIC_CONST); in first_event()
|
| /linux/drivers/rtc/ |
| H A D | lib.c | 192 return ktime_set(rtc_tm_to_time64(&tm), 0); in rtc_tm_to_ktime()
|
| H A D | interface.c | 615 onesec = ktime_set(1, 0); in rtc_update_irq_enable() 618 rtc->uie_rtctimer.period = ktime_set(1, 0); in rtc_update_irq_enable()
|
| /linux/drivers/input/tests/ |
| H A D | input_test.c | 69 const ktime_t invalid_timestamp = ktime_set(0, 0); in input_test_timestamp()
|
| /linux/net/netfilter/ |
| H A D | xt_IDLETIMER.c | 227 tout = ktime_set(info->timeout, 0); in idletimer_tg_create_v1() 274 ktime_t tout = ktime_set(info->timeout, 0); in idletimer_tg_target_v1()
|
| /linux/drivers/hwmon/ |
| H A D | bt1-pvt.c | 686 kt = ktime_set(0, 0); in pvt_write_timeout() 1011 pvt->timeout = ktime_set(PVT_SENSORS_NUM * PVT_TOUT_DEF, 0); in pvt_init_iface() 1015 pvt->timeout = ktime_set(PVT_TOUT_DEF, 0); in pvt_init_iface()
|
| /linux/arch/powerpc/kvm/ |
| H A D | emulate.c | 59 ktime_set(dec_time, dec_nsec), HRTIMER_MODE_REL); in kvmppc_emulate_dec()
|
| /linux/drivers/net/ethernet/microchip/sparx5/lan969x/ |
| H A D | lan969x.c | 287 shhwtstamps.hwtstamp = ktime_set(ts.tv_sec, ts.tv_nsec); in lan969x_ptp_irq_handler()
|
| /linux/include/net/ |
| H A D | pkt_sched.h | 271 skb->tstamp = ktime_set(0, 0);
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_tsn.c | 625 systim = ktime_set(sec, nsec); in igc_tsn_enable_offload() 644 systim = ktime_set(sec, nsec); in igc_tsn_enable_offload()
|
| H A D | igc_ptp.c | 440 hwtstamps->hwtstamp = ktime_set(systim >> 32, in igc_ptp_systim_to_hwtstamp() 468 timestamp = ktime_set(secs, nsecs); in igc_ptp_rx_pktstamp() 1043 t1 = ktime_set(rd32(IGC_PTM_T1_TIM0_H), rd32(IGC_PTM_T1_TIM0_L)); in igc_phc_get_syncdevicetime()
|
| /linux/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_ptp.c | 387 shhwtstamps.hwtstamp = ktime_set(ts.tv_sec, ts.tv_nsec); in sparx5_ptp_irq_handler() 692 full_ts_in_ns = ktime_set(ts.tv_sec, ts.tv_nsec); in sparx5_ptp_rxtstamp()
|
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_ptp.c | 556 shhwtstamps.hwtstamp = ktime_set(ts.tv_sec, ts.tv_nsec); in lan966x_ptp_irq_handler() 611 time = ktime_set(s, ns); in lan966x_ptp_ext_irq_handler() 1123 full_ts_in_ns = ktime_set(ts.tv_sec, ts.tv_nsec); in lan966x_ptp_rxtstamp()
|
| /linux/kernel/time/ |
| H A D | ntp.c | 383 return ktime_set(ntpdata->ntp_next_leap_sec, 0); in ntp_get_next_leap() 508 ktime_t exp = ktime_set(ktime_get_real_seconds(), 0); in sched_sync_hw_clock()
|
| H A D | timekeeping.c | 264 WRITE_ONCE(tk->offs_tai, ktime_add(tk->offs_real, ktime_set(tk->tai_offset, 0))); in tk_set_wall_to_mono() 1575 tk->offs_tai = ktime_add(tk->offs_real, ktime_set(tai_offset, 0)); in __timekeeping_set_tai_offset() 2585 *offs_real = ktime_sub(tk->offs_real, ktime_set(1, 0)); in ktime_get_update_offsets_now()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | ptp.c | 451 ktime_t kt = ktime_set(nic_major, nic_minor); in efx_ptp_s_ns_to_ktime_correction() 494 return ktime_set(nic_major, ns); in efx_ptp_s27_to_ktime() 530 kt = ktime_set(nic_major, nic_minor); in efx_ptp_s_qns_to_ktime_correction()
|
| /linux/lib/ |
| H A D | test_objpool.c | 192 item->hrtcycle = ktime_set(0, hrtimer * 1000000UL); in ot_init_hrtimer()
|
| /linux/drivers/media/rc/ |
| H A D | serial_ir.c | 365 if (ktime_compare(delkt, ktime_set(15, 0)) > 0) { in serial_ir_irq_handler()
|