Home
last modified time | relevance | path

Searched refs:stmp (Results 1 – 8 of 8) sorted by relevance

/drivers/media/dvb-frontends/
A Dmn88472.c22 int ret, i, stmp; in mn88472_read_status() local
106 stmp = 0; in mn88472_read_status()
109 c->cnr.stat[0].svalue = stmp; in mn88472_read_status()
127 stmp = ((u64)70706234 - intlog10(utmp) in mn88472_read_status()
130 stmp, utmp); in mn88472_read_status()
138 stmp, utmp); in mn88472_read_status()
141 stmp = 0; in mn88472_read_status()
144 c->cnr.stat[0].svalue = stmp; in mn88472_read_status()
162 stmp, utmp1, utmp2); in mn88472_read_status()
164 stmp = 0; in mn88472_read_status()
[all …]
A Dmn88473.c242 int ret, i, stmp; in mn88473_read_status() local
341 stmp = div_u64(((u64)80807124 - intlog10(utmp) in mn88473_read_status()
345 stmp = 0; in mn88473_read_status()
348 c->cnr.stat[0].svalue = stmp; in mn88473_read_status()
369 stmp, utmp); in mn88473_read_status()
376 stmp, utmp); in mn88473_read_status()
379 stmp = 0; in mn88473_read_status()
382 c->cnr.stat[0].svalue = stmp; in mn88473_read_status()
399 stmp, utmp1, utmp2); in mn88473_read_status()
401 stmp = 0; in mn88473_read_status()
[all …]
A Drtl2830.c386 int ret, stmp; in rtl2830_read_status() local
417 stmp = buf[0] << 8 | buf[1] << 0; in rtl2830_read_status()
418 stmp = sign_extend32(stmp, 13); in rtl2830_read_status()
419 utmp = clamp_val(-4 * stmp + 32767, 0x0000, 0xffff); in rtl2830_read_status()
421 dev_dbg(&client->dev, "IF AGC=%d\n", stmp); in rtl2830_read_status()
458 stmp = (constant[constellation][hierarchy] - in rtl2830_read_status()
461 stmp = 0; in rtl2830_read_status()
466 c->cnr.stat[0].svalue = stmp; in rtl2830_read_status()
/drivers/gpu/drm/
A Ddrm_format_helper.c148 void *stmp = NULL; in __drm_fb_xfrm() local
158 stmp = drm_format_conv_state_reserve(state, sbuf_len, GFP_KERNEL); in __drm_fb_xfrm()
159 if (!stmp) in __drm_fb_xfrm()
168 if (stmp) in __drm_fb_xfrm()
169 sbuf = memcpy(stmp, vaddr, sbuf_len); in __drm_fb_xfrm()
192 void *stmp = NULL; in __drm_fb_xfrm_toio() local
201 stmp = dbuf + stmp_off; in __drm_fb_xfrm_toio()
211 if (stmp) in __drm_fb_xfrm_toio()
212 sbuf = memcpy(stmp, vaddr, sbuf_len); in __drm_fb_xfrm_toio()
/drivers/video/fbdev/aty/
A Dradeon_monitor.c170 char stmp[30]; in radeon_get_panel_info_BIOS() local
183 stmp[i] = BIOS_IN8(tmp+i+1); in radeon_get_panel_info_BIOS()
184 stmp[24] = 0; in radeon_get_panel_info_BIOS()
185 printk("radeonfb: panel ID string: %s\n", stmp); in radeon_get_panel_info_BIOS()
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_atombios.c125 char stmp[32]; in amdgpu_atombios_i2c_init() local
138 sprintf(stmp, "0x%x", i2c.i2c_id); in amdgpu_atombios_i2c_init()
139 adev->i2c_bus[i] = amdgpu_i2c_create(adev_to_drm(adev), &i2c, stmp); in amdgpu_atombios_i2c_init()
156 char stmp[32]; in amdgpu_atombios_oem_i2c_init() local
169 sprintf(stmp, "OEM 0x%x", i2c.i2c_id); in amdgpu_atombios_oem_i2c_init()
170 adev->i2c_bus[i] = amdgpu_i2c_create(adev_to_drm(adev), &i2c, stmp); in amdgpu_atombios_oem_i2c_init()
/drivers/gpu/drm/radeon/
A Dradeon_combios.c1161 char stmp[30]; in radeon_combios_get_lvds_info() local
1174 stmp[i] = RBIOS8(lcd_info + i + 1); in radeon_combios_get_lvds_info()
1175 stmp[24] = 0; in radeon_combios_get_lvds_info()
1177 DRM_INFO("Panel ID String: %s\n", stmp); in radeon_combios_get_lvds_info()
A Dradeon_atombios.c174 char stmp[32]; in radeon_atombios_i2c_init() local
189 sprintf(stmp, "0x%x", i2c.i2c_id); in radeon_atombios_i2c_init()
190 rdev->i2c_bus[i] = radeon_i2c_create(rdev_to_drm(rdev), &i2c, stmp); in radeon_atombios_i2c_init()

Completed in 841 milliseconds