Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dsht15.c174 struct work_struct update_supply_work; member
891 update_supply_work); in sht15_update_voltage()
912 schedule_work(&data->update_supply_work); in sht15_invalidate_voltage()
935 INIT_WORK(&data->update_supply_work, sht15_update_voltage); in sht15_probe()