/Linux-v6.1/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 …]
|
/Linux-v6.1/drivers/thermal/ti-soc-thermal/ |
D | dra752-bandgap.h | 126 * Temperature limits and thresholds for DRA752 130 * and thresholds for DRA752. Definitions are grouped 143 /* interrupts thresholds */ 151 /* interrupts thresholds */ 159 /* interrupts thresholds */ 167 /* interrupts thresholds */ 175 /* interrupts thresholds */
|
D | omap5xxx-bandgap.h | 102 * Temperature limits and thresholds for OMAP5430 106 * and thresholds for OMAP5430. Definitions are grouped 119 /* interrupts thresholds */ 129 /* interrupts thresholds */ 139 /* interrupts thresholds */
|
D | omap4xxx-bandgap.h | 49 * Temperature limits and thresholds for OMAP4430 53 * and thresholds for OMAP4430. 136 * Temperature limits and thresholds for OMAP4460 140 * and thresholds for OMAP4460. 149 /* interrupts thresholds */
|
D | ti-bandgap.h | 79 * @bgap_threshold: BANDGAP_THRESHOLD register offset (TALERT thresholds) 82 * @tshut_threshold: TSHUT_THRESHOLD register offset (TSHUT thresholds) 138 * struct temp_sensor_data - The thresholds and limits for temperature sensors. 146 * This data structure will hold the required thresholds and temperature limits 216 * @ts_data: pointer to struct with thresholds, limits of temperature sensor 253 * shutdown thresholds are programmable, for instance. 256 * a signal representing violation of programmable alert thresholds.
|
D | dra752-thermal-data.c | 148 /* Thresholds and limits for DRA752 MPU temperature sensor */ 156 /* Thresholds and limits for DRA752 GPU temperature sensor */ 164 /* Thresholds and limits for DRA752 CORE temperature sensor */ 172 /* Thresholds and limits for DRA752 DSPEVE temperature sensor */ 180 /* Thresholds and limits for DRA752 IVA temperature sensor */
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-detect.rst | 38 detection threshold. These thresholds are set through the 42 value that specifies which per-region motion detection thresholds 43 should be used. Each region has its own thresholds. How these 44 per-region thresholds are set up is driver-specific. The region 55 Sets the motion detection thresholds for each cell in the grid. To
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-bus-iio-light-lm3533-als | 6 Event generated when channel passes one of the four thresholds 16 Get the hysteresis for thresholds Y, that is, 32 These thresholds correspond to the eight zone-boundary 42 in_illuminance0_threshY_{falling,rising} thresholds.
|
D | sysfs-bus-iio-adc-hi8435 | 24 Hysteresis between low and high thresholds can not be lower then 2 and 44 Hysteresis between low and high thresholds can not be lower then 2 and
|
/Linux-v6.1/Documentation/driver-api/thermal/ |
D | nouveau_thermal.rst | 29 temperature thresholds: 41 Some of these thresholds may not be used by Nouveau depending 44 The default value for these thresholds comes from the GPU's vbios. These 45 thresholds can be configured thanks to the following HWMON attributes:
|
/Linux-v6.1/Documentation/hwmon/ |
D | xdpe12284.rst | 48 The driver provides for current: input, maximum and critical thresholds 49 and maximum and critical alarms. Critical thresholds and critical alarm are 66 The driver provides for voltage: input, critical and low critical thresholds 94 The driver provides for temperature: input, maximum and critical thresholds
|
D | xdpe152c4.rst | 37 The driver provides for current: input, maximum and critical thresholds 38 and maximum and critical alarms. Low Critical thresholds and Low critical alarm are 61 The driver provides for voltage: input, critical and low critical thresholds 106 The driver provides for temperature: input, maximum and critical thresholds
|
D | lm92.rst | 43 alarms for high, low, and critical thresholds. There's also an hysteresis to 44 control the thresholds for resetting alarms.
|
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | phy.h | 216 * struct temp_report_ths_cmd - set temperature thresholds 218 * @num_temps: number of temperature thresholds passed 219 * @thresholds: array with the thresholds to be configured 223 __le16 thresholds[IWL_MAX_DTS_TRIPS]; member
|
D | mac.h | 420 * struct iwl_he_pkt_ext_v1 - QAM thresholds 425 * Each entry contains 2 QAM thresholds for 8us and 16us: 431 * @pkt_ext_qam_th: QAM thresholds 444 * struct iwl_he_pkt_ext_v2 - QAM thresholds 449 * Each entry contains 2 QAM thresholds for 8us and 16us: 455 * @pkt_ext_qam_th: QAM thresholds 587 /* The below fields are set via PPE thresholds element */ 655 /* The below fields are set via PPE thresholds element */ 730 /* The below fields are set via PPE thresholds element */
|
/Linux-v6.1/drivers/hwmon/peci/ |
D | dimmtemp.c | 79 struct peci_dimm_thresholds thresholds; member 124 if (!peci_sensor_need_update(&priv->dimm[dimm_no].thresholds.state)) in update_thresholds() 133 priv->dimm[dimm_no].thresholds.temp_max = GET_TEMP_MAX(data) * MILLIDEGREE_PER_DEGREE; in update_thresholds() 134 priv->dimm[dimm_no].thresholds.temp_crit = GET_TEMP_CRIT(data) * MILLIDEGREE_PER_DEGREE; in update_thresholds() 136 peci_sensor_mark_updated(&priv->dimm[dimm_no].thresholds.state); in update_thresholds() 146 mutex_lock(&priv->dimm[dimm_no].thresholds.state.lock); in get_dimm_thresholds() 153 *val = priv->dimm[dimm_no].thresholds.temp_max; in get_dimm_thresholds() 156 *val = priv->dimm[dimm_no].thresholds.temp_crit; in get_dimm_thresholds() 163 mutex_unlock(&priv->dimm[dimm_no].thresholds.state.lock); in get_dimm_thresholds() 346 mutex_init(&priv->dimm[i].thresholds.state.lock); in create_dimm_temp_info()
|
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | temp.c | 49 /* enforce a minimum hysteresis on thresholds */ in nvkm_therm_temp_safety_checks() 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() 198 "programmed thresholds [ %d(%d), %d(%d), %d(%d), %d(%d) ]\n", in nvkm_therm_program_alarms_polling()
|
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/abm/ |
D | main.h | 27 /* The possible actions if thresholds are exceeded */ 48 * @thresholds: current threshold configuration 49 * @threshold_undef: bitmap of thresholds which have not been set 51 * @num_thresholds: number of @thresholds and bits in @threshold_undef 72 u32 *thresholds; member
|
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()
|
/Linux-v6.1/drivers/thermal/intel/ |
D | thermal_interrupt.h | 5 /* Interrupt Handler for package thermal thresholds */ 8 /* Interrupt Handler for core thermal thresholds */
|
/Linux-v6.1/Documentation/networking/ |
D | xfrm_sync.rst | 26 the events. i.e we are going to set thresholds to say "let me 28 These thresholds are set system-wide via sysctls or can be updated 116 Programs installing SAs will need to specify the two thresholds, however, 166 thresholds for an SA using XFRM_MSG_NEWAE (as described in #i above).
|
/Linux-v6.1/drivers/firmware/arm_scmi/ |
D | powercap.c | 112 u64 thresholds; member 114 (lower_32_bits((p)->states[(id)].thresholds)) 116 (upper_32_bits((p)->states[(id)].thresholds)) 554 pi->states[domain_id].thresholds = in scmi_powercap_measurements_threshold_set() 558 /* Update thresholds if notification already enabled */ in scmi_powercap_measurements_threshold_set() 637 * thresholds to build a proper POWERCAP_MEASUREMENTS_NOTIFY in scmi_powercap_notify() 638 * enable request and we fail, complaining, if no thresholds in scmi_powercap_notify() 649 "Invalid Measurements Notify thresholds: %u/%u\n", in scmi_powercap_notify() 694 * as to be able to properly update the notification thresholds in scmi_powercap_set_notify_enabled()
|
/Linux-v6.1/sound/soc/codecs/ |
D | cs42l73.h | 55 #define CS42L73_LMAXHL 0x28 /* Lmtr Thresholds HP/Line. */ 58 #define CS42L73_LMAXSPK 0x2B /* Lmtr Thresholds Spkphone [A]. */ 61 #define CS42L73_LMAXESL 0x2E /* Lmtr Thresholds */ 64 #define CS42L73_ALCMINMAX 0x31 /* ALC Thresholds AB. */
|
/Linux-v6.1/drivers/iio/adc/ |
D | hi8435.c | 50 unsigned threshold_lo[2]; /* GND-Open and Supply-Open thresholds */ 51 unsigned threshold_hi[2]; /* GND-Open and Supply-Open thresholds */ 241 /* program thresholds */ in hi8435_write_event_value() 500 * After chip reset the thresholds are in undefined state, so we need to in hi8435_probe() 501 * initialize thresholds to some initial values and then prevent in hi8435_probe()
|
/Linux-v6.1/Documentation/admin-guide/cgroup-v1/ |
D | memcg_test.rst | 322 9.10 Memory thresholds 325 Memory controller implements memory thresholds using cgroups notification 340 the thresholds. 342 Use /cgroup/A/memory.memsw.usage_in_bytes to test memsw thresholds.
|