Home
last modified time | relevance | path

Searched defs:new_target (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/xen/
Dxen-balloon.c56 unsigned long long new_target; in watch_target() local
/linux-3.4.99/drivers/hwmon/
Demc2103.c126 static void write_fan_target_to_i2c(struct i2c_client *client, u16 new_target) in write_fan_target_to_i2c()
362 u16 new_target = (data->fan_target * old_div) / new_div; in set_fan_div() local
/linux-3.4.99/drivers/misc/
Dvmw_balloon.c278 static bool vmballoon_send_get_target(struct vmballoon *b, u32 *new_target) in vmballoon_send_get_target()