Home
last modified time | relevance | path

Searched refs:stmp (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H A Drtw_eeprom.c194 u16 reg, stmp, i = 0, idx = 0; in eeprom_read() local
201 stmp = eeprom_read16(padapter, reg); in eeprom_read()
202 rbuf[idx++] = (u8) ((stmp>>8)&0xff); /*return hogh-part of the short*/ in eeprom_read()
210 stmp = eeprom_read16(padapter, reg+i); in eeprom_read()
211 rbuf[idx++] = (u8) (stmp&0xff); in eeprom_read()
212 rbuf[idx++] = (u8) ((stmp>>8)&0xff); in eeprom_read()
217 stmp = eeprom_read16(padapter, reg); in eeprom_read()
218 rbuf[idx] = (u8)(stmp & 0xff); in eeprom_read()
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dmn88472.c22 int ret, i, stmp; in mn88472_read_status() local
101 stmp = ((u64)80807124 - intlog10(utmp) + 3355443) in mn88472_read_status()
104 dev_dbg(&client->dev, "cnr=%d value=%u\n", stmp, utmp); in mn88472_read_status()
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()
134 stmp = ((u64)80807124 - intlog10(utmp) in mn88472_read_status()
138 stmp, utmp); in mn88472_read_status()
141 stmp in mn88472_read_status()
[all...]
H A Dmn88473.c242 int ret, i, stmp; in mn88473_read_status() local
341 stmp = div_u64(((u64)80807124 - intlog10(utmp) in mn88473_read_status()
343 dev_dbg(&client->dev, "cnr=%d value=%u\n", stmp, utmp); in mn88473_read_status()
345 stmp = 0; in mn88473_read_status()
348 c->cnr.stat[0].svalue = stmp; in mn88473_read_status()
366 stmp = div_u64(((u64)70706234 - intlog10(utmp) in mn88473_read_status()
369 stmp, utmp); in mn88473_read_status()
373 stmp = div_u64(((u64)80807124 - intlog10(utmp) in mn88473_read_status()
376 stmp, utmp); in mn88473_read_status()
379 stmp in mn88473_read_status()
[all...]
H 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()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dmn88472.c22 int ret, i, stmp; in mn88472_read_status() local
101 stmp = ((u64)80807124 - intlog10(utmp) + 3355443) in mn88472_read_status()
104 dev_dbg(&client->dev, "cnr=%d value=%u\n", stmp, utmp); in mn88472_read_status()
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()
134 stmp = ((u64)80807124 - intlog10(utmp) in mn88472_read_status()
138 stmp, utmp); in mn88472_read_status()
141 stmp in mn88472_read_status()
[all...]
H A Dmn88473.c242 int ret, i, stmp; in mn88473_read_status() local
341 stmp = div_u64(((u64)80807124 - intlog10(utmp) in mn88473_read_status()
343 dev_dbg(&client->dev, "cnr=%d value=%u\n", stmp, utmp); in mn88473_read_status()
345 stmp = 0; in mn88473_read_status()
348 c->cnr.stat[0].svalue = stmp; in mn88473_read_status()
366 stmp = div_u64(((u64)70706234 - intlog10(utmp) in mn88473_read_status()
369 stmp, utmp); in mn88473_read_status()
373 stmp = div_u64(((u64)80807124 - intlog10(utmp) in mn88473_read_status()
376 stmp, utmp); in mn88473_read_status()
379 stmp in mn88473_read_status()
[all...]
H 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_format_helper.c53 void *stmp = NULL; in __drm_fb_xfrm() local
63 stmp = kmalloc(sbuf_len, GFP_KERNEL); in __drm_fb_xfrm()
64 if (!stmp) in __drm_fb_xfrm()
73 if (stmp) in __drm_fb_xfrm()
74 sbuf = memcpy(stmp, vaddr, sbuf_len); in __drm_fb_xfrm()
82 kfree(stmp); in __drm_fb_xfrm()
98 void *stmp = NULL; in __drm_fb_xfrm_toio() local
107 stmp = dbuf + stmp_off; in __drm_fb_xfrm_toio()
117 if (stmp) in __drm_fb_xfrm_toio()
118 sbuf = memcpy(stmp, vadd in __drm_fb_xfrm_toio()
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H 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()
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H 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()
/kernel/linux/linux-5.10/kernel/bpf/
H A Dlocal_storage.c336 struct bpf_cgroup_storage *storage, *stmp; in cgroup_storage_map_free() local
340 list_for_each_entry_safe(storage, stmp, storages, list_map) { in cgroup_storage_map_free()
H A Dcgroup.c114 struct bpf_cgroup_storage *storage, *stmp; in cgroup_bpf_release() local
139 list_for_each_entry_safe(storage, stmp, storages, list_cg) { in cgroup_bpf_release()
/kernel/linux/linux-6.6/kernel/bpf/
H A Dlocal_storage.c334 struct bpf_cgroup_storage *storage, *stmp; in cgroup_storage_map_free() local
338 list_for_each_entry_safe(storage, stmp, storages, list_map) { in cgroup_storage_map_free()
H A Dcgroup.c281 struct bpf_cgroup_storage *storage, *stmp; in cgroup_bpf_release() local
313 list_for_each_entry_safe(storage, stmp, storages, list_cg) { in cgroup_bpf_release()
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifs_debug.c166 struct list_head *stmp, *tmp, *tmp1, *tmp2; in cifs_debug_files_proc_show() local
181 list_for_each(stmp, &cifs_tcp_ses_list) { in cifs_debug_files_proc_show()
182 server = list_entry(stmp, struct TCP_Server_Info, in cifs_debug_files_proc_show()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atombios.c135 char stmp[32]; in amdgpu_atombios_i2c_init() local
150 sprintf(stmp, "0x%x", i2c.i2c_id); in amdgpu_atombios_i2c_init()
151 adev->i2c_bus[i] = amdgpu_i2c_create(adev_to_drm(adev), &i2c, stmp); in amdgpu_atombios_i2c_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atombios.c135 char stmp[32]; in amdgpu_atombios_i2c_init() local
150 sprintf(stmp, "0x%x", i2c.i2c_id); in amdgpu_atombios_i2c_init()
151 adev->i2c_bus[i] = amdgpu_i2c_create(adev_to_drm(adev), &i2c, stmp); in amdgpu_atombios_i2c_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_combios.c1180 char stmp[30]; in radeon_combios_get_lvds_info() local
1193 stmp[i] = RBIOS8(lcd_info + i + 1); in radeon_combios_get_lvds_info()
1194 stmp[24] = 0; in radeon_combios_get_lvds_info()
1196 DRM_INFO("Panel ID String: %s\n", stmp); in radeon_combios_get_lvds_info()
H A Dradeon_atombios.c180 char stmp[32]; in radeon_atombios_i2c_init() local
195 sprintf(stmp, "0x%x", i2c.i2c_id); in radeon_atombios_i2c_init()
196 rdev->i2c_bus[i] = radeon_i2c_create(rdev->ddev, &i2c, stmp); in radeon_atombios_i2c_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_combios.c1176 char stmp[30]; in radeon_combios_get_lvds_info() local
1189 stmp[i] = RBIOS8(lcd_info + i + 1); in radeon_combios_get_lvds_info()
1190 stmp[24] = 0; in radeon_combios_get_lvds_info()
1192 DRM_INFO("Panel ID String: %s\n", stmp); in radeon_combios_get_lvds_info()
H A Dradeon_atombios.c173 char stmp[32]; in radeon_atombios_i2c_init() local
188 sprintf(stmp, "0x%x", i2c.i2c_id); in radeon_atombios_i2c_init()
189 rdev->i2c_bus[i] = radeon_i2c_create(rdev->ddev, &i2c, stmp); in radeon_atombios_i2c_init()
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dsleepgraph.py6057 stmp = line.split()
6058 if not suspend or not resume or len(stmp) != 8:
6061 dt = datetime.strptime(' '.join(stmp[3:]), '%B %d %Y, %I:%M:%S %p')
6064 sysvals.hostname = stmp[0]
6087 if stmp[2] == 'freeze':
6148 'mode': stmp[2],
6149 'host': stmp[0],
6150 'kernel': stmp[1],
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A Dsleepgraph.py6282 stmp = line.split()
6283 if not suspend or not resume or len(stmp) != 8:
6286 dt = datetime.strptime(' '.join(stmp[3:]), '%B %d %Y, %I:%M:%S %p')
6289 sysvals.hostname = stmp[0]
6312 if stmp[2] == 'freeze':
6386 'mode': stmp[2],
6387 'host': stmp[0],
6388 'kernel': stmp[1],
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c2346 struct rdtgroup *sentry, *stmp; in free_all_child_rdtgrp() local
2350 list_for_each_entry_safe(sentry, stmp, head, mon.crdtgrp_list) { in free_all_child_rdtgrp()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c2714 struct rdtgroup *sentry, *stmp; in free_all_child_rdtgrp() local
2718 list_for_each_entry_safe(sentry, stmp, head, mon.crdtgrp_list) { in free_all_child_rdtgrp()

Completed in 61 milliseconds

12