Searched refs:temp_idx (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/sbus/char/ |
H A D | bbc_envctrl.c | 447 int temp_idx) in attach_one_temp() 465 tp->index = temp_idx; in attach_one_temp() 446 attach_one_temp(struct bbc_i2c_bus *bp, struct platform_device *op, int temp_idx) attach_one_temp() argument
|
/kernel/linux/linux-6.6/drivers/sbus/char/ |
H A D | bbc_envctrl.c | 447 int temp_idx) in attach_one_temp() 465 tp->index = temp_idx; in attach_one_temp() 446 attach_one_temp(struct bbc_i2c_bus *bp, struct platform_device *op, int temp_idx) attach_one_temp() argument
|
/kernel/linux/linux-5.10/drivers/thermal/qcom/ |
H A D | tsens.c | 582 u32 temp_idx = LAST_TEMP_0 + hw_id; in get_temp_tsens_valid() local 602 *temp = tsens_hw_to_mC(s, temp_idx); in get_temp_tsens_valid()
|
/kernel/linux/linux-6.6/drivers/thermal/qcom/ |
H A D | tsens.c | 754 u32 temp_idx = LAST_TEMP_0 + hw_id; in get_temp_tsens_valid() local 776 *temp = tsens_hw_to_mC(s, temp_idx); in get_temp_tsens_valid()
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 14075 unsigned int temp_idx; in lpfc_dmp_dbg() local 14088 temp_idx = start_idx; in lpfc_dmp_dbg() 14091 temp_idx -= 1; in lpfc_dmp_dbg() 14094 temp_idx = (start_idx + dbg_cnt) % DBG_LOG_SZ; in lpfc_dmp_dbg() 14103 start_idx, temp_idx, dbg_cnt); in lpfc_dmp_dbg() 14107 temp_idx = (start_idx + i) % DBG_LOG_SZ; in lpfc_dmp_dbg() 14109 temp_idx = j++; in lpfc_dmp_dbg() 14110 rem_nsec = do_div(phba->dbg_log[temp_idx].t_ns, NSEC_PER_SEC); in lpfc_dmp_dbg() 14112 temp_idx, in lpfc_dmp_dbg() 14113 (unsigned long)phba->dbg_log[temp_idx] in lpfc_dmp_dbg() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 15782 unsigned int temp_idx; in lpfc_dmp_dbg() local 15794 temp_idx = start_idx; in lpfc_dmp_dbg() 15797 temp_idx -= 1; in lpfc_dmp_dbg() 15800 temp_idx = (start_idx + dbg_cnt) % DBG_LOG_SZ; in lpfc_dmp_dbg() 15809 start_idx, temp_idx, dbg_cnt); in lpfc_dmp_dbg() 15813 temp_idx = (start_idx + i) % DBG_LOG_SZ; in lpfc_dmp_dbg() 15815 temp_idx = j++; in lpfc_dmp_dbg() 15816 rem_nsec = do_div(phba->dbg_log[temp_idx].t_ns, NSEC_PER_SEC); in lpfc_dmp_dbg() 15818 temp_idx, in lpfc_dmp_dbg() 15819 (unsigned long)phba->dbg_log[temp_idx] in lpfc_dmp_dbg() [all...] |
Completed in 33 milliseconds