Home
last modified time | relevance | path

Searched refs:temp_val (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/drivers/iio/light/
Dacpi-als.c100 unsigned long long temp_val; in acpi_als_read_value() local
104 &temp_val); in acpi_als_read_value()
111 *val = temp_val; in acpi_als_read_value()
154 s32 temp_val; in acpi_als_read_raw() local
164 ret = acpi_als_read_value(als, ACPI_ALS_ILLUMINANCE, &temp_val); in acpi_als_read_raw()
168 *val = temp_val; in acpi_als_read_raw()
/linux-4.4.14/include/linux/mfd/
Dtps65090.h131 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.4.14/drivers/usb/c67x00/
Dc67x00-hcd.c300 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.4.14/drivers/hwmon/
Dsch5636.c76 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.4.14/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c203 int temp_val, pow = 1; in lprocfs_write_frac_helper() local
210 temp_val = (int)simple_strtoul(pbuf, &end, 10) * mult; in lprocfs_write_frac_helper()
216 *val += temp_val / pow; in lprocfs_write_frac_helper()
/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_mb.c199 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.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c2168 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.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c2954 u32 temp_state, temp_val, temp = 0; in qlcnic_check_temp() local
2964 temp_val = qlcnic_get_temp_val(temp); in qlcnic_check_temp()
2970 temp_val); in qlcnic_check_temp()
2978 temp_val); in qlcnic_check_temp()
2984 " in normal range.\n", temp_val); in qlcnic_check_temp()
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_nx2.c2026 uint32_t temp, temp_state, temp_val; in qla8044_check_temp() local
2031 temp_val = qla82xx_get_temp_val(temp); in qla8044_check_temp()
2037 " down\n", temp_val); in qla8044_check_temp()
2044 " Immediate action needed.\n", temp_val); in qla8044_check_temp()
Dqla_nx.c3312 uint32_t temp, temp_state, temp_val; in qla82xx_check_temp() local
3317 temp_val = qla82xx_get_temp_val(temp); in qla82xx_check_temp()
3323 temp_val); in qla82xx_check_temp()
3329 temp_val); in qla82xx_check_temp()
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_os.c4280 uint32_t temp, temp_state, temp_val; in qla4_8xxx_check_temp() local
4286 temp_val = qla82xx_get_temp_val(temp); in qla4_8xxx_check_temp()
4291 " down.\n", temp_val); in qla4_8xxx_check_temp()
4297 " Immediate action needed.\n", temp_val); in qla4_8xxx_check_temp()
4302 temp_val); in qla4_8xxx_check_temp()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.c2739 u16 temp_val; in bnx2x_cl45_read() local
2740 bnx2x_cl45_read(bp, phy, devad, 0xf, &temp_val); in bnx2x_cl45_read()
2813 u16 temp_val; in bnx2x_cl45_write() local
2814 bnx2x_cl45_read(bp, phy, devad, 0xf, &temp_val); in bnx2x_cl45_write()