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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dsht15.c96 * @update_supply_work: work struct that is used to update the supply_uV
115 struct work_struct update_supply_work; member in struct:sht15_data
491 update_supply_work);
512 schedule_work(&data->update_supply_work);
529 INIT_WORK(&data->update_supply_work, sht15_update_voltage);

Completed in 55 milliseconds