Searched refs:tmp_pos (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/speakup/ |
D | main.c | 553 u_long cnt = 0, tmpx = spk_x, tmp_pos = spk_pos; in get_word() local 559 ch = (char)get_char(vc, (u_short *) tmp_pos, &temp); in get_word() 568 && ((char)get_char(vc, (u_short *) &tmp_pos + 1, &temp) > in get_word() 570 tmp_pos += 2; in get_word() 574 ch = (char)get_char(vc, (u_short *) tmp_pos - 1, &temp); in get_word() 576 && ((char)get_char(vc, (u_short *) tmp_pos, &temp) > in get_word() 579 tmp_pos -= 2; in get_word() 582 attr_ch = get_char(vc, (u_short *) tmp_pos, &spk_attr); in get_word() 585 tmp_pos += 2; in get_word() 587 ch = (char)get_char(vc, (u_short *) tmp_pos, &temp); in get_word()
|
/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_main.c | 3321 struct nx_ip_list *pos, *tmp_pos; in netxen_restore_indev_addr() local 3327 list_for_each_entry_safe(pos, tmp_pos, &adapter->ip_list, list) { in netxen_restore_indev_addr()
|
/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 1006 loff_t tmp_pos = 0; in i915_error_state_read() local 1019 ret_count = simple_read_from_buffer(userbuf, count, &tmp_pos, in i915_error_state_read()
|