Home
last modified time | relevance | path

Searched refs:itmp (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dbase.c163 struct nvkm_instobj *iobj, *itmp; in nvkm_instmem_boot() local
165 list_for_each_entry_safe(iobj, itmp, &imem->list, head) { in nvkm_instmem_boot()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A Dippool_usl_timer.patch40 struct usl_list_head *itmp;
/openbmc/linux/drivers/media/dvb-frontends/
H A Dm88ds3103.c175 int ret, i, itmp; in m88ds3103_read_status() local
226 itmp = 0; in m88ds3103_read_status()
233 itmp += utmp; in m88ds3103_read_status()
238 itmp = DIV_ROUND_CLOSEST(itmp, 8 * M88DS3103_SNR_ITERATIONS); in m88ds3103_read_status()
239 if (itmp) in m88ds3103_read_status()
240 cnr = div_u64((u64) 10000 * intlog2(itmp), intlog2(10)); in m88ds3103_read_status()
266 itmp = signal / noise; in m88ds3103_read_status()
267 cnr = div_u64((u64) 10000 * intlog10(itmp), (1 << 24)); in m88ds3103_read_status()
/openbmc/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c949 struct ibm_struct *ibm, *itmp; in tpacpi_suspend_handler() local
951 list_for_each_entry_safe(ibm, itmp, in tpacpi_suspend_handler()
963 struct ibm_struct *ibm, *itmp; in tpacpi_resume_handler() local
965 list_for_each_entry_safe(ibm, itmp, in tpacpi_resume_handler()
981 struct ibm_struct *ibm, *itmp; in tpacpi_shutdown_handler() local
983 list_for_each_entry_safe(ibm, itmp, in tpacpi_shutdown_handler()
11616 struct ibm_struct *ibm, *itmp; in thinkpad_acpi_module_exit() local
11627 list_for_each_entry_safe_reverse(ibm, itmp, in thinkpad_acpi_module_exit()