Home
last modified time | relevance | path

Searched refs:time_sync (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/mvm/
Dtime-sync.c42 while ((skb = skb_dequeue(&mvm->time_sync.frame_list))) { in iwl_mvm_time_sync_find_skb()
142 if (mvm->time_sync.active && in iwl_mvm_time_sync_config()
143 !ether_addr_equal(addr, mvm->time_sync.peer_addr)) { in iwl_mvm_time_sync_config()
164 mvm->time_sync.active = protocols != 0; in iwl_mvm_time_sync_config()
165 ether_addr_copy(mvm->time_sync.peer_addr, addr); in iwl_mvm_time_sync_config()
169 if (!mvm->time_sync.active) in iwl_mvm_time_sync_config()
170 skb_queue_purge(&mvm->time_sync.frame_list); in iwl_mvm_time_sync_config()
Dtime-sync.h22 if (ether_addr_equal(mvm->time_sync.peer_addr, addr) && in iwl_mvm_time_sync_frame()
24 skb_queue_tail(&mvm->time_sync.frame_list, skb); in iwl_mvm_time_sync_frame()
Dfw.c1702 if (mvm->time_sync.active) in iwl_mvm_up()
1703 iwl_mvm_time_sync_config(mvm, mvm->time_sync.peer_addr, in iwl_mvm_up()
Dops.c1373 iwl_mvm_init_time_sync(&mvm->time_sync); in iwl_op_mode_mvm_start()
Dmvm.h1198 struct iwl_time_sync_data time_sync; member
/linux-6.6.21/drivers/accel/habanalabs/common/
Dhabanalabs_ioctl.c314 struct hl_info_time_sync time_sync = {0}; in time_sync_info() local
321 time_sync.device_time = hdev->asic_funcs->get_device_time(hdev); in time_sync_info()
322 time_sync.host_time = ktime_get_raw_ns(); in time_sync_info()
324 return copy_to_user(out, &time_sync, in time_sync_info()
325 min((size_t) max_size, sizeof(time_sync))) ? -EFAULT : 0; in time_sync_info()
/linux-6.6.21/drivers/media/pci/solo6x10/
Dsolo6x10-core.c59 if (++solo_dev->time_sync < 60) in solo_timer_sync()
62 solo_dev->time_sync = 0; in solo_timer_sync()
Dsolo6x10.h185 unsigned int time_sync; member
/linux-6.6.21/drivers/thunderbolt/
Dtmu.c315 static int tb_port_tmu_time_sync(struct tb_port *port, bool time_sync) in tb_port_tmu_time_sync() argument
317 u32 val = time_sync ? TMU_ADP_CS_6_DTS : 0; in tb_port_tmu_time_sync()