Home
last modified time | relevance | path

Searched refs:temp_idx (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/sbus/char/
H A Dbbc_envctrl.c447 int temp_idx) in attach_one_temp() argument
465 tp->index = temp_idx; in attach_one_temp()
/linux-6.15/drivers/thermal/qcom/
H A Dtsens.c755 u32 temp_idx = LAST_TEMP_0 + hw_id; in get_temp_tsens_valid() local
777 *temp = tsens_hw_to_mC(s, temp_idx); in get_temp_tsens_valid()
/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_init.c15765 unsigned int temp_idx; in lpfc_dmp_dbg() local
15777 temp_idx = start_idx; in lpfc_dmp_dbg()
15780 temp_idx -= 1; in lpfc_dmp_dbg()
15783 temp_idx = (start_idx + dbg_cnt) % DBG_LOG_SZ; in lpfc_dmp_dbg()
15792 start_idx, temp_idx, dbg_cnt); in lpfc_dmp_dbg()
15796 temp_idx = (start_idx + i) % DBG_LOG_SZ; in lpfc_dmp_dbg()
15798 temp_idx = j++; in lpfc_dmp_dbg()
15799 rem_nsec = do_div(phba->dbg_log[temp_idx].t_ns, NSEC_PER_SEC); in lpfc_dmp_dbg()
15801 temp_idx, in lpfc_dmp_dbg()
15802 (unsigned long)phba->dbg_log[temp_idx].t_ns, in lpfc_dmp_dbg()
[all …]