/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | ptp.c | 23 static void iwl_mvm_ptp_update_new_read(struct iwl_mvm *mvm, u32 gp2) in iwl_mvm_ptp_update_new_read() argument 28 if (gp2 < mvm->ptp_data.last_gp2 && in iwl_mvm_ptp_update_new_read() 29 mvm->ptp_data.last_gp2 - gp2 < IWL_PTP_WRAP_THRESHOLD_USEC) { in iwl_mvm_ptp_update_new_read() 32 gp2, mvm->ptp_data.last_gp2); in iwl_mvm_ptp_update_new_read() 36 if (gp2 < mvm->ptp_data.last_gp2) { in iwl_mvm_ptp_update_new_read() 43 mvm->ptp_data.last_gp2 = gp2; in iwl_mvm_ptp_update_new_read() 87 iwl_mvm_get_crosstimestamp_fw(struct iwl_mvm *mvm, u32 *gp2, u64 *sys_time) in iwl_mvm_get_crosstimestamp_fw() argument 119 *gp2 = div_u64(gp2_10ns, 100); in iwl_mvm_get_crosstimestamp_fw() 128 ktime_t *sys_time, u32 *gp2) in iwl_mvm_phc_get_crosstimestamp_loop() argument 141 *gp2 = tmp_gp2; in iwl_mvm_phc_get_crosstimestamp_loop() [all …]
|
D | mac-ctxt.c | 1476 struct ieee80211_vif *csa_vif, u32 gp2, in iwl_mvm_csa_count_down() argument 1494 !iwl_mvm_te_scheduled(&mvmvif->time_event_data) && gp2 && in iwl_mvm_csa_count_down() 1499 u32 apply_time = gp2 + rel_time * 1024; in iwl_mvm_csa_count_down() 1527 mvm->ap_last_beacon_gp2 = le32_to_cpu(beacon->gp2); in iwl_mvm_rx_beacon_notif()
|
D | utils.c | 1200 u32 *gp2, u64 *boottime, ktime_t *realtime) in iwl_mvm_get_sync_time() argument 1213 *gp2 = iwl_mvm_get_systime(mvm); in iwl_mvm_get_sync_time()
|
D | mvm.h | 1819 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, int clock_type, u32 *gp2,
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | tx.h | 842 __le32 gp2; member 856 __le32 gp2; member
|
D | debug.h | 306 __le32 gp2; member
|
/linux-6.12.1/Documentation/RCU/ |
D | rcu_dereference.rst | 233 struct foo *gp2; 248 rcu_assign_pointer(gp2, p); 258 p = rcu_dereference(gp2); 290 struct foo *gp2; 309 rcu_assign_pointer(gp2, p); 319 p = rcu_dereference(gp2);
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/fw/ |
D | dump.c | 45 u32 gp2; /* GP2 timer register */ member 247 IWL_ERR(fwrt, "0x%08X | time gp2\n", table.gp2); in iwl_fwrt_dump_lmac_error_log()
|
D | dbg.c | 3339 le32_to_cpu(resp->gp2)); in iwl_fw_send_timestamp_marker_cmd()
|
/linux-6.12.1/drivers/media/usb/gspca/ |
D | zc3xx.c | 5713 int g, i, adj, gp1, gp2; in setcontrast() local 5741 gp1 = gp2 = 0; in setcontrast() 5755 gr[i - 1] = (g - gp2) / 2; in setcontrast() 5758 gp2 = gp1; in setcontrast() 5761 gr[15] = (0xff - gp2) / 2; in setcontrast()
|
/linux-6.12.1/arch/arm/boot/dts/mediatek/ |
D | mt7629.dtsi | 461 "gp2", "fe", "sgmii_tx250m", "sgmii_rx250m",
|
D | mt2701.dtsi | 738 clock-names = "ethif", "esw", "gp1", "gp2", "trgpll";
|
D | mt7623.dtsi | 972 clock-names = "ethif", "esw", "gp1", "gp2", "trgpll";
|
/linux-6.12.1/arch/arm64/boot/dts/mediatek/ |
D | mt7986a.dtsi | 546 clock-names = "fe", "gp2", "gp1", "wocpu1", "wocpu0",
|
D | mt7622.dtsi | 981 clock-names = "ethif", "esw", "gp0", "gp1", "gp2",
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | commands.h | 377 u32 gp2; /* GP2 timer register */ member
|
D | main.c | 1652 IWL_ERR(priv, "0x%08X | time gp2\n", table.gp2); in iwl_dump_nic_error_log()
|