/linux-4.1.27/include/linux/mfd/ |
D | tps65090.h | 131 unsigned int temp_val; in tps65090_read() local 134 ret = regmap_read(tps->rmap, reg, &temp_val); in tps65090_read() 136 *val = temp_val; in tps65090_read()
|
/linux-4.1.27/drivers/usb/c67x00/ |
D | c67x00-hcd.c | 300 u16 temp_val; in c67x00_hcd_get_frame() local 303 temp_val = c67x00_ll_husb_get_frame(c67x00->sie); in c67x00_hcd_get_frame() 304 temp_val &= HOST_FRAME_MASK; in c67x00_hcd_get_frame() 305 return temp_val ? (temp_val - 1) : HOST_FRAME_MASK; in c67x00_hcd_get_frame()
|
/linux-4.1.27/drivers/hwmon/ |
D | sch5636.c | 76 u8 temp_val[SCH5636_NO_TEMPS]; member 114 data->temp_val[i] = val; in sch5636_update_device() 214 val = (data->temp_val[attr->index] - 64) * 1000; in show_temp_value()
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_mb.c | 199 uint32_t temp_params = 0, temp_val = 0; in csio_mb_params() local 216 temp_val = *val++; in csio_mb_params() 219 *p++ = htonl(temp_val); in csio_mb_params()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_main.c | 2168 uint32_t temp, temp_state, temp_val; in netxen_nic_check_temp() local 2174 temp_val = nx_get_temp_val(temp); in netxen_nic_check_temp() 2180 netdev->name, temp_val); in netxen_nic_check_temp() 2188 netdev->name, temp_val); in netxen_nic_check_temp() 2195 temp_val); in netxen_nic_check_temp()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 204 int temp_val, pow = 1; in lprocfs_write_frac_helper() local 211 temp_val = (int)simple_strtoul(pbuf, &end, 10) * mult; in lprocfs_write_frac_helper() 217 *val += temp_val / pow; in lprocfs_write_frac_helper()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 2944 u32 temp_state, temp_val, temp = 0; in qlcnic_check_temp() local 2954 temp_val = qlcnic_get_temp_val(temp); in qlcnic_check_temp() 2960 temp_val); in qlcnic_check_temp() 2968 temp_val); in qlcnic_check_temp() 2974 " in normal range.\n", temp_val); in qlcnic_check_temp()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_nx2.c | 2027 uint32_t temp, temp_state, temp_val; in qla8044_check_temp() local 2032 temp_val = qla82xx_get_temp_val(temp); in qla8044_check_temp() 2038 " down\n", temp_val); in qla8044_check_temp() 2045 " Immediate action needed.\n", temp_val); in qla8044_check_temp()
|
D | qla_nx.c | 3317 uint32_t temp, temp_state, temp_val; in qla82xx_check_temp() local 3322 temp_val = qla82xx_get_temp_val(temp); in qla82xx_check_temp() 3328 temp_val); in qla82xx_check_temp() 3334 temp_val); in qla82xx_check_temp()
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
D | ql4_os.c | 4281 uint32_t temp, temp_state, temp_val; in qla4_8xxx_check_temp() local 4287 temp_val = qla82xx_get_temp_val(temp); in qla4_8xxx_check_temp() 4292 " down.\n", temp_val); in qla4_8xxx_check_temp() 4298 " Immediate action needed.\n", temp_val); in qla4_8xxx_check_temp() 4303 temp_val); in qla4_8xxx_check_temp()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_link.c | 2737 u16 temp_val; in bnx2x_cl45_read() local 2738 bnx2x_cl45_read(bp, phy, devad, 0xf, &temp_val); in bnx2x_cl45_read() 2811 u16 temp_val; in bnx2x_cl45_write() local 2812 bnx2x_cl45_read(bp, phy, devad, 0xf, &temp_val); in bnx2x_cl45_write()
|