Home
last modified time | relevance | path

Searched refs:hysteresis_value (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf-phy.c293 u8 current_value, u8 hysteresis_value) in mxl111sf_idac_config() argument
316 (hysteresis_value & 0x3F)); in mxl111sf_idac_config()
H A Dmxl111sf-phy.h32 u8 current_value, u8 hysteresis_value);
/openbmc/ipmitool/lib/
H A Dipmi_sdr.c1299 uint8_t hysteresis_value, in ipmi_sdr_print_sensor_hysteresis() argument
1308 if ( hysteresis_value == 0x00 || hysteresis_value == 0xff ) { in ipmi_sdr_print_sensor_hysteresis()
1311 printf(" %s : 0x%02X\n", hvstr, hysteresis_value); in ipmi_sdr_print_sensor_hysteresis()
1316 double creading = sdr_convert_sensor_hysterisis(full, hysteresis_value); in ipmi_sdr_print_sensor_hysteresis()
1317 if ( hysteresis_value == 0x00 || hysteresis_value == 0xff || in ipmi_sdr_print_sensor_hysteresis()
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_sdr.h878 uint8_t hysteresis_value,