Searched refs:p_temp (Results 1 – 4 of 4) sorted by relevance
310 int *p_temp) in mlxsw_thermal_get_temp() argument330 *p_temp = temp; in mlxsw_thermal_get_temp()348 int trip, int *p_temp) in mlxsw_thermal_get_trip_temp() argument355 *p_temp = thermal->trips[trip].temp; in mlxsw_thermal_get_trip_temp()500 int *p_temp) in mlxsw_thermal_module_temp_get() argument518 *p_temp = (int) temp; in mlxsw_thermal_module_temp_get()522 *p_temp = temp; in mlxsw_thermal_module_temp_get()550 int trip, int *p_temp) in mlxsw_thermal_module_trip_temp_get() argument557 *p_temp = tz->trips[trip].temp; in mlxsw_thermal_module_trip_temp_get()610 int *p_temp) in mlxsw_thermal_gearbox_temp_get() argument[all …]
8268 static inline void mlxsw_reg_mtmp_unpack(char *payload, int *p_temp, in mlxsw_reg_mtmp_unpack() argument8273 if (p_temp) { in mlxsw_reg_mtmp_unpack()8275 *p_temp = MLXSW_REG_MTMP_TEMP_TO_MC(temp); in mlxsw_reg_mtmp_unpack()8351 u16 *p_temp, u16 *p_max_temp) in mlxsw_reg_mtbr_temp_unpack() argument8353 if (p_temp) in mlxsw_reg_mtbr_temp_unpack()8354 *p_temp = mlxsw_reg_mtbr_rec_temp_get(payload, rec_ind); in mlxsw_reg_mtbr_temp_unpack()
197 void __iomem *p_temp; in get_subsequent_smbios_entry() local206 p_temp = curr; in get_subsequent_smbios_entry()207 p_temp += readb(curr + SMBIOS_GENERIC_LENGTH); in get_subsequent_smbios_entry()209 while ((p_temp < p_max) && !bail) { in get_subsequent_smbios_entry()214 if (!previous_byte && !(readb(p_temp))) in get_subsequent_smbios_entry()217 previous_byte = readb(p_temp); in get_subsequent_smbios_entry()218 p_temp++; in get_subsequent_smbios_entry()221 if (p_temp < p_max) in get_subsequent_smbios_entry()222 return p_temp; in get_subsequent_smbios_entry()
1245 u8 tlv_group = 0, id, *p_mfw_buf = NULL, *p_temp; in qed_mfw_process_tlv_req() local1284 p_temp = &p_mfw_buf[offset]; in qed_mfw_process_tlv_req()1285 tlv.tlv_type = TLV_TYPE(p_temp); in qed_mfw_process_tlv_req()1286 tlv.tlv_length = TLV_LENGTH(p_temp); in qed_mfw_process_tlv_req()