Home
last modified time | relevance | path

Searched full:hyst (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dda7218.txt63 - dlg,hyst : Boolean flag, enable hysteresis
100 dlg,hyst;
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Diqs626a.yaml483 azoteq,hyst:
613 azoteq,hyst:
783 azoteq,hyst = <4>;
H A Diqs269a.yaml490 azoteq,hyst:
514 azoteq,hyst:
H A Dazoteq,iqs7222.yaml599 azoteq,hyst:
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Drx.c573 int hyst = bss_conf->cqm_rssi_hyst; in iwl_mvm_update_link_sig() local
611 sig < last_event - hyst)) { in iwl_mvm_update_link_sig()
621 (last_event == 0 || sig > last_event + hyst)) { in iwl_mvm_update_link_sig()
/freebsd/sys/contrib/dev/rtw88/
H A Dfw.c810 u32 hyst = RTW_DEFAULT_CQM_HYST; in rtw_fw_beacon_filter_config() local
819 hyst = bss_conf->cqm_rssi_hyst; in rtw_fw_beacon_filter_config()
845 SET_BCN_FILTER_OFFLOAD_P1_HYST(h2c_pkt, hyst); in rtw_fw_beacon_filter_config()
/freebsd/sys/arm/allwinner/
H A Daw_thermal.c681 "%s: alarm %dC hyst %dC shut %dC\n", in aw_thermal_attach()
/freebsd/sys/contrib/dev/rtw89/
H A Dfw.c4502 u32 hyst = RTW89_DEFAULT_CQM_HYST; local
4520 hyst = bss_conf->cqm_rssi_hyst;
4549 le32_encode_bits(hyst, RTW89_H2C_BCNFLTR_W0_RSSI_HYST) |