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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 95 milliseconds