Searched refs:timepoint (Results 1 – 3 of 3) sorted by relevance
328 u32 timepoint,
2874 u32 timepoint, in iwl_send_dbg_dump_complete_cmd() argument2889 hcmd_data.tp = cpu_to_le32(timepoint); in iwl_send_dbg_dump_complete_cmd()
1358 u32 timepoint; in iwl_dbgfs_dbg_time_point_write() local1360 if (kstrtou32(buf, 0, &timepoint)) in iwl_dbgfs_dbg_time_point_write()1363 if (timepoint == IWL_FW_INI_TIME_POINT_INVALID || in iwl_dbgfs_dbg_time_point_write()1364 timepoint >= IWL_FW_INI_TIME_POINT_NUM) in iwl_dbgfs_dbg_time_point_write()1367 iwl_dbg_tlv_time_point(&mvm->fwrt, timepoint, NULL); in iwl_dbgfs_dbg_time_point_write()