Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
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()
/kernel/linux/linux-6.6/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
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()

Completed in 4 milliseconds