Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dmax1111.c22 enum chips { max1110, max1111, max1112, max1113 }; enumerator
204 case max1111: in max1111_probe()
273 { "max1111", max1111 },
H A DMakefile139 obj-$(CONFIG_SENSORS_MAX1111) += max1111.o
H A DKconfig1035 will be called max1111.
/openbmc/qemu/hw/arm/
H A Dspitz.c54 DeviceState *max1111; member
731 sms->max1111 = qdev_new(TYPE_MAX_1111); in spitz_ssp_attach()
732 qdev_prop_set_uint8(sms->max1111, "input1" /* BATT_VOLT */, in spitz_ssp_attach()
734 qdev_prop_set_uint8(sms->max1111, "input2" /* BATT_TEMP */, 0); in spitz_ssp_attach()
735 qdev_prop_set_uint8(sms->max1111, "input3" /* ACIN_VOLT */, in spitz_ssp_attach()
737 ssi_realize_and_unref(sms->max1111, bus, &error_fatal); in spitz_ssp_attach()
904 qdev_get_gpio_in(sms->max1111, MAX1111_BATT_TEMP)); in spitz_scoop_gpio_setup()