Searched refs:timepoint (Results 1 – 2 of 2) sorted by relevance
1492 u32 timepoint; in iwl_dbgfs_dbg_time_point_write() local1494 if (kstrtou32(buf, 0, &timepoint)) in iwl_dbgfs_dbg_time_point_write()1497 if (timepoint == IWL_FW_INI_TIME_POINT_INVALID || in iwl_dbgfs_dbg_time_point_write()1498 timepoint >= IWL_FW_INI_TIME_POINT_NUM) in iwl_dbgfs_dbg_time_point_write()1501 iwl_dbg_tlv_time_point(&mvm->fwrt, timepoint, NULL); in iwl_dbgfs_dbg_time_point_write()
3127 u32 timepoint, u32 timepoint_data) in iwl_send_dbg_dump_complete_cmd() argument3141 hcmd_data.tp = cpu_to_le32(timepoint); in iwl_send_dbg_dump_complete_cmd()