Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dsht15.c171 struct work_struct update_supply_work; member
882 update_supply_work); in sht15_update_voltage()
903 schedule_work(&data->update_supply_work); in sht15_invalidate_voltage()
926 INIT_WORK(&data->update_supply_work, sht15_update_voltage); in sht15_probe()