Searched refs:timepoint (Results 1 – 2 of 2) sorted by relevance
1493 u32 timepoint; in iwl_dbgfs_dbg_time_point_write() local1495 if (kstrtou32(buf, 0, &timepoint)) in iwl_dbgfs_dbg_time_point_write()1498 if (timepoint == IWL_FW_INI_TIME_POINT_INVALID || in iwl_dbgfs_dbg_time_point_write()1499 timepoint >= IWL_FW_INI_TIME_POINT_NUM) in iwl_dbgfs_dbg_time_point_write()1502 iwl_dbg_tlv_time_point(&mvm->fwrt, timepoint, NULL); in iwl_dbgfs_dbg_time_point_write()
3109 u32 timepoint, u32 timepoint_data) in iwl_send_dbg_dump_complete_cmd() argument3123 hcmd_data.tp = cpu_to_le32(timepoint); in iwl_send_dbg_dump_complete_cmd()