Searched refs:temp_low (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | lm87.c | 157 s8 temp_low[3]; /* register value */ member 229 data->temp_low[i] = lm87_read_value(client, in lm87_update_device() 379 TEMP_FROM_REG(data->temp_low[nr])); in temp_low_show() 407 data->temp_low[nr] = TEMP_TO_REG(val); in temp_low_store() 408 lm87_write_value(client, LM87_REG_TEMP_LOW[nr], data->temp_low[nr]); in temp_low_store() 435 static SENSOR_DEVICE_ATTR_RW(temp1_min, temp_low, 0); 438 static SENSOR_DEVICE_ATTR_RW(temp2_min, temp_low, 1); 441 static SENSOR_DEVICE_ATTR_RW(temp3_min, temp_low, 2);
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | abx500.h | 261 int temp_low; member
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/abx500/ |
| H A D | ab8500-bm.h | 428 int temp_low; member
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | ab8500_bmdata.c | 460 .temp_low = 8,
|
| H A D | abx500_chargalg.c | 724 if (di->batt_data.temp > (di->bm->temp_low + di->t_hyst_norm) && in abx500_chargalg_check_temp() 737 (di->batt_data.temp <= di->bm->temp_low))) { in abx500_chargalg_check_temp()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | hndpmu.c | 3371 uint32 temp_high, temp_low; in si_pmu_pll28nm_calc_ndiv() local 3377 math_uint64_multiple_add(&temp_high, &temp_low, fvco * p1div - xtal * (*ndiv_int), 1 << 20, in si_pmu_pll28nm_calc_ndiv() 3379 math_uint64_divide(ndiv_frac, temp_high, temp_low, xtal); in si_pmu_pll28nm_calc_ndiv()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | hndpmu.c | 3371 uint32 temp_high, temp_low; in si_pmu_pll28nm_calc_ndiv() local 3377 math_uint64_multiple_add(&temp_high, &temp_low, fvco * p1div - xtal * (*ndiv_int), 1 << 20, in si_pmu_pll28nm_calc_ndiv() 3379 math_uint64_divide(ndiv_frac, temp_high, temp_low, xtal); in si_pmu_pll28nm_calc_ndiv()
|