Lines Matching full:ptp
31 "PTP: ignore old read (gp2=%u, last_gp2=%u)\n", in iwl_mvm_ptp_update_new_read()
39 "PTP: wraparound detected (new counter=%u)\n", in iwl_mvm_ptp_update_new_read()
110 IWL_ERR(mvm, "PTP: Invalid command response\n"); in iwl_mvm_get_crosstimestamp_fw()
143 IWL_DEBUG_INFO(mvm, "PTP: new times: gp2=%u sys=%lld\n", in iwl_mvm_phc_get_crosstimestamp_loop()
150 iwl_mvm_phc_get_crosstimestamp(struct ptp_clock_info *ptp, in iwl_mvm_phc_get_crosstimestamp() argument
153 struct iwl_mvm *mvm = container_of(ptp, struct iwl_mvm, in iwl_mvm_phc_get_crosstimestamp()
206 static int iwl_mvm_ptp_gettime(struct ptp_clock_info *ptp, in iwl_mvm_ptp_gettime() argument
209 struct iwl_mvm *mvm = container_of(ptp, struct iwl_mvm, in iwl_mvm_ptp_gettime()
223 static int iwl_mvm_ptp_adjtime(struct ptp_clock_info *ptp, s64 delta) in iwl_mvm_ptp_adjtime() argument
225 struct iwl_mvm *mvm = container_of(ptp, struct iwl_mvm, in iwl_mvm_ptp_adjtime()
227 struct ptp_data *data = container_of(ptp, struct ptp_data, in iwl_mvm_ptp_adjtime()
238 static int iwl_mvm_ptp_adjfine(struct ptp_clock_info *ptp, long scaled_ppm) in iwl_mvm_ptp_adjfine() argument
240 struct iwl_mvm *mvm = container_of(ptp, struct iwl_mvm, in iwl_mvm_ptp_adjfine()
266 /* iwl_mvm_ptp_init - initialize PTP for devices which support it.
269 * Performs the required steps for enabling PTP support.
289 "%s", "iwlwifi-PTP"); in iwl_mvm_ptp_init()
307 /* iwl_mvm_ptp_remove - disable PTP device.
310 * Disable PTP support.