Searched refs:p_temp (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/pci/hotplug/
H A Dcpqphp_core.c197 void __iomem *p_temp; local
206 p_temp = curr;
207 p_temp += readb(curr + SMBIOS_GENERIC_LENGTH);
209 while ((p_temp < p_max) && !bail) {
214 if (!previous_byte && !(readb(p_temp)))
217 previous_byte = readb(p_temp);
218 p_temp++;
221 if (p_temp < p_max)
222 return p_temp;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_hwmon.c244 int *p_temp)
263 mlxsw_reg_mtmp_unpack(mtmp_pl, p_temp, NULL, NULL, NULL, NULL);
326 int *p_temp)
339 p_temp);
363 int *p_temp)
376 p_temp);
242 mlxsw_hwmon_module_temp_get(struct device *dev, struct device_attribute *attr, int *p_temp) argument
324 mlxsw_hwmon_module_temp_critical_get(struct device *dev, struct device_attribute *attr, int *p_temp) argument
361 mlxsw_hwmon_module_temp_emergency_get(struct device *dev, struct device_attribute *attr, int *p_temp) argument
H A Dcore_thermal.c211 int *p_temp)
228 *p_temp = temp;
291 int *p_temp)
305 mlxsw_reg_mtmp_unpack(mtmp_pl, p_temp, NULL, NULL, NULL, NULL);
316 int *p_temp)
334 *p_temp = temp;
210 mlxsw_thermal_get_temp(struct thermal_zone_device *tzdev, int *p_temp) argument
290 mlxsw_thermal_module_temp_get(struct thermal_zone_device *tzdev, int *p_temp) argument
315 mlxsw_thermal_gearbox_temp_get(struct thermal_zone_device *tzdev, int *p_temp) argument
H A Dreg.h9575 static inline void mlxsw_reg_mtmp_unpack(char *payload, int *p_temp, argument
9582 if (p_temp) {
9584 *p_temp = MLXSW_REG_MTMP_TEMP_TO_MC(temp);
9692 u16 *p_temp, u16 *p_max_temp)
9694 if (p_temp)
9695 *p_temp = mlxsw_reg_mtbr_rec_temp_get(payload, rec_ind);
9691 mlxsw_reg_mtbr_temp_unpack(char *payload, int rec_ind, u16 *p_temp, u16 *p_max_temp) argument
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_mng_tlv.c1247 u8 tlv_group = 0, id, *p_mfw_buf = NULL, *p_temp; local
1286 p_temp = &p_mfw_buf[offset];
1287 tlv.tlv_type = TLV_TYPE(p_temp);
1288 tlv.tlv_length = TLV_LENGTH(p_temp);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c1255 struct hlist_node *p_temp; local
1266 hash_for_each_safe(kfd_processes_table, temp, p_temp, p, kfd_processes) {
1273 hlist_for_each_entry_safe(p, p_temp, &cleanup_list, kfd_processes)

Completed in 208 milliseconds