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

/linux-master/drivers/hwmon/
H A Dsht15.c146 * @update_supply_work: work struct that is used to update the supply_uv.
171 struct work_struct update_supply_work; member in struct:sht15_data
882 update_supply_work);
903 schedule_work(&data->update_supply_work);
926 INIT_WORK(&data->update_supply_work, sht15_update_voltage);

Completed in 94 milliseconds