Home
last modified time | relevance | path

Searched refs:new_target (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcompress_doc.bbclass101 new_target = target[:-len(compress_suffix)]
106 new_target = target + compress_suffix
108 bb.note('hardlink %s-->%s' % (new_hardlink, new_target))
110 os.link(new_target, new_hardlink)
244 new_target = old_target + '.' + compress_mode
249 d.setVarFlag('ALTERNATIVE_TARGET_%s' % pkg, new_name, new_target)
252 d.setVarFlag('ALTERNATIVE_TARGET', new_name, new_target)
254 d.setVar('ALTERNATIVE_TARGET_%s' % pkg, new_target)
256 d.setVar('ALTERNATIVE_TARGET', new_target)
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dxen-balloon.c66 unsigned long long new_target, static_max; in watch_target() local
77 err = xenbus_scanf(XBT_NIL, "memory", "target", "%llu", &new_target); in watch_target()
86 new_target >>= PAGE_SHIFT - 10; in watch_target()
103 balloon_set_new_target(new_target - target_diff); in watch_target()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A Dspl_power_init.c1122 uint32_t new_target, uint32_t new_brownout) in mxs_power_set_vddx() argument
1130 new_brownout = DIV_ROUND_CLOSEST(new_target - new_brownout, in mxs_power_set_vddx()
1138 adjust_up = new_target > cur_target; in mxs_power_set_vddx()
1151 if (abs(new_target - cur_target) > 100) { in mxs_power_set_vddx()
1157 diff = new_target; in mxs_power_set_vddx()
1181 } while (new_target > cur_target); in mxs_power_set_vddx()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Demc2103.c114 static void write_fan_target_to_i2c(struct i2c_client *client, u16 new_target) in write_fan_target_to_i2c() argument
116 u8 high_byte = (new_target & 0x1fe0) >> 5; in write_fan_target_to_i2c()
117 u8 low_byte = (new_target & 0x001f) << 3; in write_fan_target_to_i2c()
348 u16 new_target = (data->fan_target * old_div) / new_div; in fan1_div_store() local
349 data->fan_target = min(new_target, (u16)0x1fff); in fan1_div_store()
/OK3568_Linux_fs/kernel/arch/sparc/vdso/
H A Dvma.c214 const char *new_target, bool elf64) in patch_one_symbol() argument
217 return patchsym64(e, orig, new_target); in patch_one_symbol()
219 return patchsym32(e, orig, new_target); in patch_one_symbol()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4session.c490 u32 new_target) in nfs41_is_outlier_target_slotid() argument
495 d_target = nfs41_derivative_target_slotid(new_target, in nfs41_is_outlier_target_slotid()