Searched refs:thresholds (Results 1 – 15 of 15) sorted by relevance
/drivers/power/supply/ |
D | da9030_battery.c | 100 struct da9030_battery_thresholds thresholds; member 247 charger->thresholds.vbat_charge_start)) { in da9030_charger_check_state() 258 charger->thresholds.vbat_charge_stop) { in da9030_charger_check_state() 261 charger->thresholds.vbat_charge_restart); in da9030_charger_check_state() 263 charger->thresholds.vbat_low) { in da9030_charger_check_state() 268 charger->thresholds.vbat_low); in da9030_charger_check_state() 270 if (charger->adc.vchmax_res > charger->thresholds.vcharge_max || in da9030_charger_check_state() 271 charger->adc.vchmin_res < charger->thresholds.vcharge_min || in da9030_charger_check_state() 273 charger->adc.tbat_res < charger->thresholds.tbat_high || in da9030_charger_check_state() 274 charger->adc.tbat_res > charger->thresholds.tbat_low) { in da9030_charger_check_state() [all …]
|
/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | temp.c | 86 static const char * const thresholds[] = { in nvkm_therm_sensor_event() local 97 temperature, thresholds[thrs]); in nvkm_therm_sensor_event() 100 temperature, thresholds[thrs]); in nvkm_therm_sensor_event()
|
/drivers/net/ethernet/netronome/nfp/abm/ |
D | main.c | 480 abm->thresholds = kvcalloc(abm->num_thresholds, in nfp_abm_init() 481 sizeof(*abm->thresholds), GFP_KERNEL); in nfp_abm_init() 482 if (!abm->thresholds) in nfp_abm_init() 513 kvfree(abm->thresholds); in nfp_abm_init() 531 kvfree(abm->thresholds); in nfp_abm_clean()
|
D | ctrl.c | 82 if (abm->thresholds[id] == val) in __nfp_abm_ctrl_set_q_lvl() 94 abm->thresholds[id] = val; in __nfp_abm_ctrl_set_q_lvl()
|
D | main.h | 72 u32 *thresholds; member
|
/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_1.0/ |
D | ia_css_anr_types.h | 32 s32 thresholds[4 * 4 * 4]; member
|
/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | phy.h | 213 __le16 thresholds[IWL_MAX_DTS_TRIPS]; member
|
/drivers/media/pci/solo6x10/ |
D | solo6x10-disp.c | 201 const u16 *thresholds) in solo_set_motion_block() argument 214 buf[x] = cpu_to_le16(thresholds[y * SOLO_MOTION_SZ + x]); in solo_set_motion_block()
|
D | solo6x10.h | 361 const u16 *thresholds);
|
/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | tt.c | 574 cmd.thresholds[idx++] = in iwl_mvm_send_temp_report_ths_cmd() 584 sort(cmd.thresholds, idx, sizeof(s16), compare_temps, NULL); in iwl_mvm_send_temp_report_ths_cmd() 591 if (le16_to_cpu(cmd.thresholds[i]) == in iwl_mvm_send_temp_report_ths_cmd()
|
/drivers/comedi/drivers/ |
D | jr3_pci.h | 241 struct thresh_struct thresholds[4]; member
|
/drivers/thermal/intel/ |
D | Kconfig | 35 and get/set thresholds on DTSs.
|
/drivers/media/usb/go7007/ |
D | go7007-fw.c | 1429 u16 thresholds[] = { in modet_to_package() local 1448 ret = copy_packages(code, thresholds, 1, space); in modet_to_package()
|
/drivers/video/fbdev/ |
D | fsl-diu-fb.c | 450 hw->syn_pol, hw->thresholds, hw->int_mask, hw->plut); in fsl_diu_dump()
|
/drivers/hwmon/ |
D | Kconfig | 430 generated by the thresholds comparator only in synchronization with
|